Forest Green
#20922D
GreenColor Codes
All color formats for development
HEX
#20922DRGB
rgb(32, 146, 45)HSL
hsl(127, 64%, 35%)OKLCH
oklch(0.578 0.17 144.4)CMYK
cmyk(78%, 0%, 69%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8429
2#1A7524
3#166620
4#13581B
5#104917
6#0D3B12
7#0A2C0E
8#061D09
9#030F05
Tints
Lighter variations
1#26AE36
2#2CC93E
3#41D552
4#5CDB6B
5#77E183
6#92E79C
7#ADEDB5
8#C9F3CE
9#E4F9E6
Tones
Muted variations
1#268D32
2#2C8736
3#31813B
4#377C3F
5#3D7643
6#427048
7#486A4C
8#4E6550
9#545F55
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF7A | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D654 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B839 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20922D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176920 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4315 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF4;
--forest-green-100: #E2F9E4;
--forest-green-200: #C9F3CE;
--forest-green-300: #9FEAA8;
--forest-green-400: #6DDF7A;
--forest-green-500: #43D654;
--forest-green-600: #28B839;
--forest-green-700: #20922D;
--forest-green-800: #176920;
--forest-green-900: #0F4315;
--forest-green-950: #092A0D;
}