Forest Green
#0E712E
GreenColor Codes
All color formats for development
HEX
#0E712ERGB
rgb(14, 113, 46)HSL
hsl(139, 78%, 25%)OKLCH
oklch(0.481 0.133 148.1)CMYK
cmyk(88%, 0%, 59%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6629
2#0B5B24
3#0A4F20
4#08441B
5#073917
6#062D12
7#04220E
8#031709
9#010B05
Tints
Lighter variations
1#12943B
2#16B649
3#1BD856
4#33E66B
5#55EA84
6#77EE9D
7#99F2B5
8#BBF7CE
9#DDFBE6
Tones
Muted variations
1#136D2F
2#186831
3#1D6333
4#225E35
5#275937
6#2C5438
7#314F3A
8#364A3C
9#3B453E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB8C | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E66B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C850 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF5;
--forest-green-100: #DFFBE8;
--forest-green-200: #C4F8D4;
--forest-green-300: #97F2B4;
--forest-green-400: #60EB8C;
--forest-green-500: #33E66B;
--forest-green-600: #19C850;
--forest-green-700: #149F40;
--forest-green-800: #0E712E;
--forest-green-900: #09491D;
--forest-green-950: #062D12;
}