Forest Green
#1C9726
GreenColor Codes
All color formats for development
HEX
#1C9726RGB
rgb(28, 151, 38)HSL
hsl(125, 69%, 35%)OKLCH
oklch(0.591 0.182 143.7)CMYK
cmyk(81%, 0%, 75%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#198822
2#16791E
3#136A1B
4#115A17
5#0E4B13
6#0B3C0F
7#082D0B
8#061E08
9#030F04
Tints
Lighter variations
1#21B32D
2#26CF34
3#3BDB48
4#57E062
5#73E57C
6#8FEA97
7#ABF0B1
8#C7F5CB
9#E3FAE5
Tones
Muted variations
1#22912B
2#288B30
3#2E8435
4#347E3A
5#3A7840
6#417245
7#476C4A
8#4D664F
9#535F54
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDA3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E372 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB4A | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE30 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9726 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C1B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4511 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF3;
--forest-green-100: #E1F9E3;
--forest-green-200: #C7F5CB;
--forest-green-300: #9CEDA3;
--forest-green-400: #68E372;
--forest-green-500: #3DDB4A;
--forest-green-600: #23BE30;
--forest-green-700: #1C9726;
--forest-green-800: #146C1B;
--forest-green-900: #0D4511;
--forest-green-950: #082B0B;
}