Forest Green
#16691D
GreenColor Codes
All color formats for development
HEX
#16691DRGB
rgb(22, 105, 29)HSL
hsl(125, 65%, 25%)OKLCH
oklch(0.456 0.135 144)CMYK
cmyk(79%, 0%, 72%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F1A
2#125417
3#104A14
4#0D3F12
5#0B350F
6#092A0C
7#072009
8#041506
9#020B03
Tints
Lighter variations
1#1D8926
2#24A82F
3#2AC838
4#42D74E
5#61DE6C
6#81E489
7#A0EBA7
8#C0F2C4
9#DFF8E2
Tones
Muted variations
1#1A6521
2#1F6124
3#235D28
4#27592B
5#2B542E
6#2F5032
7#334C35
8#374839
9#3C443C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA5 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE075 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D74E | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B933 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9329 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16691D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4313 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF3;
--forest-green-100: #E2F9E3;
--forest-green-200: #C8F3CC;
--forest-green-300: #9EEAA5;
--forest-green-400: #6CE075;
--forest-green-500: #42D74E;
--forest-green-600: #27B933;
--forest-green-700: #1F9329;
--forest-green-800: #16691D;
--forest-green-900: #0E4313;
--forest-green-950: #092A0C;
}