Forest Green
#209233
GreenColor Codes
All color formats for development
HEX
#209233RGB
rgb(32, 146, 51)HSL
hsl(130, 64%, 35%)OKLCH
oklch(0.579 0.166 145.3)CMYK
cmyk(78%, 0%, 65%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D842E
2#1A7529
3#166624
4#13581F
5#10491A
6#0D3B14
7#0A2C0F
8#061D0A
9#030F05
Tints
Lighter variations
1#26AE3D
2#2CC946
3#41D559
4#5CDB71
5#77E189
6#92E7A0
7#ADEDB8
8#C9F3D0
9#E4F9E7
Tones
Muted variations
1#268D37
2#2C873B
3#31813F
4#377C42
5#3D7646
6#42704A
7#486A4E
8#4E6552
9#545F55
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAB | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF80 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D65B | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B840 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209233 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176925 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4317 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF4;
--forest-green-100: #E2F9E6;
--forest-green-200: #C9F3D0;
--forest-green-300: #9FEAAB;
--forest-green-400: #6DDF80;
--forest-green-500: #43D65B;
--forest-green-600: #28B840;
--forest-green-700: #209233;
--forest-green-800: #176925;
--forest-green-900: #0F4317;
--forest-green-950: #092A0F;
}