Forest Green
#176917
GreenColor Codes
All color formats for development
HEX
#176917RGB
rgb(23, 105, 23)HSL
hsl(120, 64%, 25%)OKLCH
oklch(0.456 0.138 142.9)CMYK
cmyk(78%, 0%, 78%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E15
2#125412
3#104910
4#0E3F0E
5#0B340B
6#092A09
7#071F07
8#051505
9#020A02
Tints
Lighter variations
1#1E881E
2#25A725
3#2CC72C
4#43D643
5#62DD62
6#82E382
7#A1EAA1
8#C0F1C0
9#E0F8E0
Tones
Muted variations
1#1B641B
2#1F601F
3#235C23
4#275827
5#2B542B
6#2F502F
7#344C34
8#384838
9#3C443C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEA9F | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF6D | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D643 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B828 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209220 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176917 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F430F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF2;
--forest-green-100: #E2F9E2;
--forest-green-200: #C9F3C9;
--forest-green-300: #9FEA9F;
--forest-green-400: #6DDF6D;
--forest-green-500: #43D643;
--forest-green-600: #28B828;
--forest-green-700: #209220;
--forest-green-800: #176917;
--forest-green-900: #0F430F;
--forest-green-950: #092A09;
}