Forest Green
#0E7129
GreenColor Codes
All color formats for development
HEX
#0E7129RGB
rgb(14, 113, 41)HSL
hsl(136, 78%, 25%)OKLCH
oklch(0.48 0.137 146.9)CMYK
cmyk(88%, 0%, 64%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6624
2#0B5B20
3#0A4F1C
4#084418
5#073914
6#062D10
7#04220C
8#031708
9#010B04
Tints
Lighter variations
1#129435
2#16B641
3#1BD84D
4#33E662
5#55EA7D
6#77EE97
7#99F2B1
8#BBF7CB
9#DDFBE5
Tones
Muted variations
1#136D2B
2#18682D
3#1D6330
4#225E32
5#275934
6#2C5436
7#314F39
8#364A3B
9#3B453D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2AF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB85 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E662 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C847 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7129 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF5;
--forest-green-100: #DFFBE7;
--forest-green-200: #C4F8D2;
--forest-green-300: #97F2AF;
--forest-green-400: #60EB85;
--forest-green-500: #33E662;
--forest-green-600: #19C847;
--forest-green-700: #149F39;
--forest-green-800: #0E7129;
--forest-green-900: #09491A;
--forest-green-950: #062D10;
}