Forest Green
#176927
GreenColor Codes
All color formats for development
HEX
#176927RGB
rgb(23, 105, 39)HSL
hsl(132, 64%, 25%)OKLCH
oklch(0.458 0.126 146.1)CMYK
cmyk(78%, 0%, 63%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E23
2#12541F
3#10491B
4#0E3F18
5#0B3414
6#092A10
7#071F0C
8#051508
9#020A04
Tints
Lighter variations
1#1E8833
2#25A73F
3#2CC74B
4#43D660
5#62DD7B
6#82E395
7#A1EAB0
8#C0F1CA
9#E0F8E5
Tones
Muted variations
1#1B642A
2#1F602C
3#235C2F
4#275831
5#2B5434
6#2F5036
7#344C38
8#38483B
9#3C443D
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 #C9F3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAE | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF83 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D660 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B845 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209237 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176927 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4319 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | 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: #C9F3D1;
--forest-green-300: #9FEAAE;
--forest-green-400: #6DDF83;
--forest-green-500: #43D660;
--forest-green-600: #28B845;
--forest-green-700: #209237;
--forest-green-800: #176927;
--forest-green-900: #0F4319;
--forest-green-950: #092A10;
}