Forest Green
#176918
GreenColor Codes
All color formats for development
HEX
#176918RGB
rgb(23, 105, 24)HSL
hsl(121, 64%, 25%)OKLCH
oklch(0.456 0.138 143)CMYK
cmyk(78%, 0%, 77%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E16
2#125413
3#104911
4#0E3F0F
5#0B340C
6#092A0A
7#071F07
8#051505
9#020A02
Tints
Lighter variations
1#1E8820
2#25A727
3#2CC72E
4#43D645
5#62DD64
6#82E383
7#A1EAA2
8#C0F1C1
9#E0F8E0
Tones
Muted variations
1#1B641C
2#1F6020
3#235C24
4#275828
5#2B542C
6#2F5030
7#344C34
8#384838
9#3C443C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF6F | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D645 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B82B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209222 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176918 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4310 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF3;
--forest-green-100: #E2F9E2;
--forest-green-200: #C9F3C9;
--forest-green-300: #9FEAA0;
--forest-green-400: #6DDF6F;
--forest-green-500: #43D645;
--forest-green-600: #28B82B;
--forest-green-700: #209222;
--forest-green-800: #176918;
--forest-green-900: #0F4310;
--forest-green-950: #092A0A;
}