Forest Green
#16692C
GreenColor Codes
All color formats for development
HEX
#16692CRGB
rgb(22, 105, 44)HSL
hsl(136, 65%, 25%)OKLCH
oklch(0.458 0.122 147.7)CMYK
cmyk(79%, 0%, 58%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F28
2#125424
3#104A1F
4#0D3F1B
5#0B3516
6#092A12
7#07200D
8#041509
9#020B04
Tints
Lighter variations
1#1D893A
2#24A847
3#2AC854
4#42D769
5#61DE82
6#81E49B
7#A0EBB4
8#C0F2CD
9#DFF8E6
Tones
Muted variations
1#1A652E
2#1F6130
3#235D32
4#275934
5#2B5436
6#2F5038
7#334C3A
8#37483C
9#3C443E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB3 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE08B | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D769 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B94E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F933E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF5;
--forest-green-100: #E2F9E8;
--forest-green-200: #C8F3D4;
--forest-green-300: #9EEAB3;
--forest-green-400: #6CE08B;
--forest-green-500: #42D769;
--forest-green-600: #27B94E;
--forest-green-700: #1F933E;
--forest-green-800: #16692C;
--forest-green-900: #0E431C;
--forest-green-950: #092A12;
}