Forest Green
#17691C
GreenColor Codes
All color formats for development
HEX
#17691CRGB
rgb(23, 105, 28)HSL
hsl(124, 64%, 25%)OKLCH
oklch(0.457 0.135 143.7)CMYK
cmyk(78%, 0%, 73%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E1A
2#125417
3#104914
4#0E3F11
5#0B340E
6#092A0B
7#071F09
8#051506
9#020A03
Tints
Lighter variations
1#1E8825
2#25A72D
3#2CC736
4#43D64D
5#62DD6A
6#82E388
7#A1EAA6
8#C0F1C4
9#E0F8E1
Tones
Muted variations
1#1B6420
2#1F6023
3#235C27
4#27582B
5#2B542E
6#2F5032
7#344C35
8#384839
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 | C9F3 #C9F3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA4 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF74 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D64D | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B832 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209228 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4312 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | 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: #C9F3CB;
--forest-green-300: #9FEAA4;
--forest-green-400: #6DDF74;
--forest-green-500: #43D64D;
--forest-green-600: #28B832;
--forest-green-700: #209228;
--forest-green-800: #17691C;
--forest-green-900: #0F4312;
--forest-green-950: #092A0B;
}