Forest Green
#20923B
GreenColor Codes
All color formats for development
HEX
#20923BRGB
rgb(32, 146, 59)HSL
hsl(134, 64%, 35%)OKLCH
oklch(0.58 0.159 146.8)CMYK
cmyk(78%, 0%, 60%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D8435
2#1A752F
3#166629
4#135823
5#10491D
6#0D3B18
7#0A2C12
8#061D0C
9#030F06
Tints
Lighter variations
1#26AE46
2#2CC951
3#41D563
4#5CDB7A
5#77E190
6#92E7A6
7#ADEDBC
8#C9F3D3
9#E4F9E9
Tones
Muted variations
1#268D3E
2#2C8741
3#318144
4#377C47
5#3D764A
6#42704D
7#486A50
8#4E6553
9#545F56
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF87 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D665 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B84A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20923B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF5;
--forest-green-100: #E2F9E7;
--forest-green-200: #C9F3D3;
--forest-green-300: #9FEAB0;
--forest-green-400: #6DDF87;
--forest-green-500: #43D665;
--forest-green-600: #28B84A;
--forest-green-700: #20923B;
--forest-green-800: #17692A;
--forest-green-900: #0F431B;
--forest-green-950: #092A11;
}