Forest Green
#0E711F
GreenColor Codes
All color formats for development
HEX
#0E711FRGB
rgb(14, 113, 31)HSL
hsl(130, 78%, 25%)OKLCH
oklch(0.479 0.145 144.8)CMYK
cmyk(88%, 0%, 73%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D661C
2#0B5B18
3#0A4F15
4#084412
5#07390F
6#062D0C
7#042209
8#031706
9#010B03
Tints
Lighter variations
1#129428
2#16B631
3#1BD83A
4#33E651
5#55EA6E
6#77EE8B
7#99F2A8
8#BBF7C5
9#DDFBE2
Tones
Muted variations
1#136D22
2#186825
3#1D6329
4#225E2C
5#27592F
6#2C5432
7#314F36
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 #DFFBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A6 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB77 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E651 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C836 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F2B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094914 | 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: #DFFBE4;
--forest-green-200: #C4F8CD;
--forest-green-300: #97F2A6;
--forest-green-400: #60EB77;
--forest-green-500: #33E651;
--forest-green-600: #19C836;
--forest-green-700: #149F2B;
--forest-green-800: #0E711F;
--forest-green-900: #094914;
--forest-green-950: #062D0C;
}