Forest Green
#20922C
GreenColor Codes
All color formats for development
HEX
#20922CRGB
rgb(32, 146, 44)HSL
hsl(126, 64%, 35%)OKLCH
oklch(0.578 0.171 144.2)CMYK
cmyk(78%, 0%, 70%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8427
2#1A7523
3#16661E
4#13581A
5#104916
6#0D3B11
7#0A2C0D
8#061D09
9#030F04
Tints
Lighter variations
1#26AE34
2#2CC93C
3#41D550
4#5CDB69
5#77E182
6#92E79B
7#ADEDB4
8#C9F3CD
9#E4F9E6
Tones
Muted variations
1#268D30
2#2C8735
3#318139
4#377C3E
5#3D7642
6#427047
7#486A4C
8#4E6550
9#545F55
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF78 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D651 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B837 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20922C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4314 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF3;
--forest-green-100: #E2F9E4;
--forest-green-200: #C9F3CD;
--forest-green-300: #9FEAA6;
--forest-green-400: #6DDF78;
--forest-green-500: #43D651;
--forest-green-600: #28B837;
--forest-green-700: #20922C;
--forest-green-800: #17691F;
--forest-green-900: #0F4314;
--forest-green-950: #092A0C;
}