Forest Green
#209228
GreenColor Codes
All color formats for development
HEX
#209228RGB
rgb(32, 146, 40)HSL
hsl(124, 64%, 35%)OKLCH
oklch(0.578 0.174 143.7)CMYK
cmyk(78%, 0%, 73%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8424
2#1A7520
3#16661C
4#135818
5#104914
6#0D3B10
7#0A2C0C
8#061D08
9#030F04
Tints
Lighter variations
1#26AE2F
2#2CC937
3#41D54B
4#5CDB64
5#77E17E
6#92E798
7#ADEDB2
8#C9F3CB
9#E4F9E5
Tones
Muted variations
1#268D2D
2#2C8732
3#318137
4#377C3C
5#3D7640
6#427045
7#486A4A
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 #E2F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF74 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D64D | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B832 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209228 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4312 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF3;
--forest-green-100: #E2F9E3;
--forest-green-200: #C9F3CB;
--forest-green-300: #9FEAA4;
--forest-green-400: #6DDF74;
--forest-green-500: #43D64D;
--forest-green-600: #28B832;
--forest-green-700: #209228;
--forest-green-800: #17691C;
--forest-green-900: #0F4312;
--forest-green-950: #092A0B;
}