Forest Green
#209224
GreenColor Codes
All color formats for development
HEX
#209224RGB
rgb(32, 146, 36)HSL
hsl(122, 64%, 35%)OKLCH
oklch(0.577 0.176 143.2)CMYK
cmyk(78%, 0%, 75%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8420
2#1A751D
3#166619
4#135816
5#104912
6#0D3B0E
7#0A2C0B
8#061D07
9#030F04
Tints
Lighter variations
1#26AE2B
2#2CC931
3#41D546
4#5CDB60
5#77E17B
6#92E795
7#ADEDB0
8#C9F3CA
9#E4F9E5
Tones
Muted variations
1#268D29
2#2C872F
3#318134
4#377C39
5#3D763F
6#427044
7#486A49
8#4E654F
9#545F54
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA1 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF70 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D648 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B82D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209224 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4310 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF3;
--forest-green-100: #E2F9E2;
--forest-green-200: #C9F3CA;
--forest-green-300: #9FEAA1;
--forest-green-400: #6DDF70;
--forest-green-500: #43D648;
--forest-green-600: #28B82D;
--forest-green-700: #209224;
--forest-green-800: #17691A;
--forest-green-900: #0F4310;
--forest-green-950: #092A0A;
}