Forest Green
#156A2C
GreenColor Codes
All color formats for development
HEX
#156A2CRGB
rgb(21, 106, 44)HSL
hsl(136, 67%, 25%)OKLCH
oklch(0.461 0.124 147.7)CMYK
cmyk(80%, 0%, 58%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136027
2#115523
3#0F4B1F
4#0D401A
5#0B3516
6#082B12
7#06200D
8#041509
9#020B04
Tints
Lighter variations
1#1B8A39
2#22AA46
3#28CA53
4#3FD968
5#5FDF81
6#7FE69B
7#9FECB4
8#BFF2CD
9#DFF9E6
Tones
Muted variations
1#19662E
2#1E6230
3#225E32
4#265934
5#2A5536
6#2F5138
7#334D3A
8#37483C
9#3B443E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECB2 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE28A | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD968 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB4D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D953D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D441C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF5;
--forest-green-100: #E1F9E8;
--forest-green-200: #C8F4D3;
--forest-green-300: #9DECB2;
--forest-green-400: #6AE28A;
--forest-green-500: #3FD968;
--forest-green-600: #25BB4D;
--forest-green-700: #1D953D;
--forest-green-800: #156A2C;
--forest-green-900: #0D441C;
--forest-green-950: #082B12;
}