Forest Green
#176920
GreenColor Codes
All color formats for development
HEX
#176920RGB
rgb(23, 105, 32)HSL
hsl(127, 64%, 25%)OKLCH
oklch(0.457 0.132 144.5)CMYK
cmyk(78%, 0%, 70%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E1D
2#12541A
3#104917
4#0E3F13
5#0B3410
6#092A0D
7#071F0A
8#051506
9#020A03
Tints
Lighter variations
1#1E882A
2#25A734
3#2CC73E
4#43D654
5#62DD70
6#82E38D
7#A1EAA9
8#C0F1C6
9#E0F8E2
Tones
Muted variations
1#1B6424
2#1F6027
3#235C2A
4#27582D
5#2B5430
6#2F5033
7#344C36
8#384839
9#3C443D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA8 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF7A | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D654 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B839 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20922D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176920 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4315 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF4;
--forest-green-100: #E2F9E4;
--forest-green-200: #C9F3CE;
--forest-green-300: #9FEAA8;
--forest-green-400: #6DDF7A;
--forest-green-500: #43D654;
--forest-green-600: #28B839;
--forest-green-700: #20922D;
--forest-green-800: #176920;
--forest-green-900: #0F4315;
--forest-green-950: #092A0D;
}