Forest Green
#0E711D
GreenColor Codes
All color formats for development
HEX
#0E711DRGB
rgb(14, 113, 29)HSL
hsl(129, 78%, 25%)OKLCH
oklch(0.479 0.146 144.5)CMYK
cmyk(88%, 0%, 74%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D661A
2#0B5B17
3#0A4F14
4#084411
5#07390E
6#062D0C
7#042209
8#031706
9#010B03
Tints
Lighter variations
1#129426
2#16B62E
3#1BD837
4#33E64E
5#55EA6B
6#77EE89
7#99F2A6
8#BBF7C4
9#DDFBE1
Tones
Muted variations
1#136D20
2#186824
3#1D6327
4#225E2B
5#27592E
6#2C5432
7#314F35
8#364A39
9#3B453C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB75 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E64E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C833 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094913 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF3;
--forest-green-100: #DFFBE3;
--forest-green-200: #C4F8CC;
--forest-green-300: #97F2A4;
--forest-green-400: #60EB75;
--forest-green-500: #33E64E;
--forest-green-600: #19C833;
--forest-green-700: #149F29;
--forest-green-800: #0E711D;
--forest-green-900: #094913;
--forest-green-950: #062D0C;
}