Forest Green
#149F26
GreenColor Codes
All color formats for development
HEX
#149F26RGB
rgb(20, 159, 38)HSL
hsl(128, 78%, 35%)OKLCH
oklch(0.612 0.192 144)CMYK
cmyk(87%, 0%, 76%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F22
2#107F1F
3#0E6F1B
4#0C5F17
5#0A4F13
6#08400F
7#06300B
8#042008
9#021004
Tints
Lighter variations
1#17BC2D
2#1BDA34
3#30E549
4#4EE963
5#6BED7D
6#89F097
7#A6F4B1
8#C4F8CB
9#E1FBE5
Tones
Muted variations
1#1B982B
2#229130
3#298A36
4#2F833B
5#367C40
6#3D7545
7#446E4A
8#4B674F
9#526054
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A3 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB73 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E64B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C830 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F26 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094911 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF3;
--forest-green-100: #DFFBE3;
--forest-green-200: #C4F8CB;
--forest-green-300: #97F2A3;
--forest-green-400: #60EB73;
--forest-green-500: #33E64B;
--forest-green-600: #19C830;
--forest-green-700: #149F26;
--forest-green-800: #0E711B;
--forest-green-900: #094911;
--forest-green-950: #062D0B;
}