Forest Green
#17691B
GreenColor Codes
All color formats for development
HEX
#17691BRGB
rgb(23, 105, 27)HSL
hsl(123, 64%, 25%)OKLCH
oklch(0.456 0.136 143.5)CMYK
cmyk(78%, 0%, 74%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E18
2#125416
3#104913
4#0E3F10
5#0B340E
6#092A0B
7#071F08
8#051505
9#020A03
Tints
Lighter variations
1#1E8823
2#25A72B
3#2CC733
4#43D64A
5#62DD68
6#82E386
7#A1EAA5
8#C0F1C3
9#E0F8E1
Tones
Muted variations
1#1B641F
2#1F6022
3#235C26
4#27582A
5#2B542D
6#2F5031
7#344C35
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 #E2F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA3 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF72 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D64A | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B830 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209226 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4311 | 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: #9FEAA3;
--forest-green-400: #6DDF72;
--forest-green-500: #43D64A;
--forest-green-600: #28B830;
--forest-green-700: #209226;
--forest-green-800: #17691B;
--forest-green-900: #0F4311;
--forest-green-950: #092A0B;
}