Forest Green
#209231
GreenColor Codes
All color formats for development
HEX
#209231RGB
rgb(32, 146, 49)HSL
hsl(129, 64%, 35%)OKLCH
oklch(0.578 0.167 145)CMYK
cmyk(78%, 0%, 66%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D842C
2#1A7527
3#166622
4#13581E
5#104919
6#0D3B14
7#0A2C0F
8#061D0A
9#030F05
Tints
Lighter variations
1#26AE3A
2#2CC944
3#41D557
4#5CDB6F
5#77E187
6#92E79F
7#ADEDB7
8#C9F3CF
9#E4F9E7
Tones
Muted variations
1#268D35
2#2C8739
3#31813D
4#377C41
5#3D7645
6#427049
7#486A4D
8#4E6551
9#545F55
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF7E | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D659 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B83E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209231 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176923 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4317 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF4;
--forest-green-100: #E2F9E5;
--forest-green-200: #C9F3CF;
--forest-green-300: #9FEAAA;
--forest-green-400: #6DDF7E;
--forest-green-500: #43D659;
--forest-green-600: #28B83E;
--forest-green-700: #209231;
--forest-green-800: #176923;
--forest-green-900: #0F4317;
--forest-green-950: #092A0E;
}