Forest Green
#156A28
GreenColor Codes
All color formats for development
HEX
#156A28RGB
rgb(21, 106, 40)HSL
hsl(133, 67%, 25%)OKLCH
oklch(0.46 0.127 146.6)CMYK
cmyk(80%, 0%, 62%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136024
2#115520
3#0F4B1C
4#0D4018
5#0B3514
6#082B10
7#06200C
8#041508
9#020B04
Tints
Lighter variations
1#1B8A33
2#22AA3F
3#28CA4B
4#3FD961
5#5FDF7B
6#7FE695
7#9FECB0
8#BFF2CA
9#DFF9E5
Tones
Muted variations
1#19662A
2#1E622C
3#225E2F
4#265931
5#2A5534
6#2F5136
7#334D38
8#37483B
9#3B443D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECAE | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE284 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD961 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BB46 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9537 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4419 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF4;
--forest-green-100: #E1F9E6;
--forest-green-200: #C8F4D1;
--forest-green-300: #9DECAE;
--forest-green-400: #6AE284;
--forest-green-500: #3FD961;
--forest-green-600: #25BB46;
--forest-green-700: #1D9537;
--forest-green-800: #156A28;
--forest-green-900: #0D4419;
--forest-green-950: #082B10;
}