Forest Green
#166928
GreenColor Codes
All color formats for development
HEX
#166928RGB
rgb(22, 105, 40)HSL
hsl(133, 65%, 25%)OKLCH
oklch(0.458 0.126 146.5)CMYK
cmyk(79%, 0%, 62%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F24
2#125420
3#104A1C
4#0D3F18
5#0B3514
6#092A10
7#07200C
8#041508
9#020B04
Tints
Lighter variations
1#1D8934
2#24A840
3#2AC84D
4#42D762
5#61DE7C
6#81E496
7#A0EBB0
8#C0F2CB
9#DFF8E5
Tones
Muted variations
1#1A652B
2#1F612D
3#235D2F
4#275932
5#2B5434
6#2F5036
7#334C39
8#37483B
9#3C443D
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 | C8F3 #C8F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAAF | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE085 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D762 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B947 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9338 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166928 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431A | 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: #F2FCF5;
--forest-green-100: #E2F9E7;
--forest-green-200: #C8F3D2;
--forest-green-300: #9EEAAF;
--forest-green-400: #6CE085;
--forest-green-500: #42D762;
--forest-green-600: #27B947;
--forest-green-700: #1F9338;
--forest-green-800: #166928;
--forest-green-900: #0E431A;
--forest-green-950: #092A10;
}