Forest Green
#0E7132
GreenColor Codes
All color formats for development
HEX
#0E7132RGB
rgb(14, 113, 50)HSL
hsl(142, 78%, 25%)OKLCH
oklch(0.481 0.129 149.3)CMYK
cmyk(88%, 0%, 56%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D662D
2#0B5B28
3#0A4F23
4#08441E
5#073919
6#062D14
7#04220F
8#03170A
9#010B05
Tints
Lighter variations
1#129442
2#16B651
3#1BD860
4#33E674
5#55EA8B
6#77EEA3
7#99F2BA
8#BBF7D1
9#DDFBE8
Tones
Muted variations
1#136D34
2#186835
3#1D6336
4#225E38
5#275939
6#2C543A
7#314F3C
8#364A3D
9#3B453E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B8 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB93 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E674 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C859 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7132 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094920 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF6;
--forest-green-100: #DFFBE9;
--forest-green-200: #C4F8D7;
--forest-green-300: #97F2B8;
--forest-green-400: #60EB93;
--forest-green-500: #33E674;
--forest-green-600: #19C859;
--forest-green-700: #149F47;
--forest-green-800: #0E7132;
--forest-green-900: #094920;
--forest-green-950: #062D14;
}