Forest Green
#17691F
GreenColor Codes
All color formats for development
HEX
#17691FRGB
rgb(23, 105, 31)HSL
hsl(126, 64%, 25%)OKLCH
oklch(0.457 0.133 144.3)CMYK
cmyk(78%, 0%, 70%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E1C
2#125419
3#104916
4#0E3F13
5#0B3410
6#092A0C
7#071F09
8#051506
9#020A03
Tints
Lighter variations
1#1E8828
2#25A732
3#2CC73B
4#43D651
5#62DD6E
6#82E38B
7#A1EAA8
8#C0F1C5
9#E0F8E2
Tones
Muted variations
1#1B6422
2#1F6026
3#235C29
4#27582C
5#2B542F
6#2F5033
7#344C36
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 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF78 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D651 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B837 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20922C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4314 | 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: #E2F9E4;
--forest-green-200: #C9F3CD;
--forest-green-300: #9FEAA6;
--forest-green-400: #6DDF78;
--forest-green-500: #43D651;
--forest-green-600: #28B837;
--forest-green-700: #20922C;
--forest-green-800: #17691F;
--forest-green-900: #0F4314;
--forest-green-950: #092A0C;
}