Forest Green
#149F40
GreenColor Codes
All color formats for development
HEX
#149F40RGB
rgb(20, 159, 64)HSL
hsl(139, 78%, 35%)OKLCH
oklch(0.614 0.174 147.6)CMYK
cmyk(87%, 0%, 60%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F39
2#107F33
3#0E6F2D
4#0C5F26
5#0A4F20
6#084019
7#063013
8#04200D
9#021006
Tints
Lighter variations
1#17BC4C
2#1BDA57
3#30E56A
4#4EE97F
5#6BED94
6#89F0AA
7#A6F4BF
8#C4F8D4
9#E1FBEA
Tones
Muted variations
1#1B9842
2#229145
3#298A47
4#2F834A
5#367C4C
6#3D754F
7#446E52
8#4B6754
9#526057
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;
}