Forest Green
#17692F
GreenColor Codes
All color formats for development
HEX
#17692FRGB
rgb(23, 105, 47)HSL
hsl(138, 64%, 25%)OKLCH
oklch(0.459 0.119 148.6)CMYK
cmyk(78%, 0%, 55%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E2B
2#125426
3#104921
4#0E3F1C
5#0B3418
6#092A13
7#071F0E
8#051509
9#020A05
Tints
Lighter variations
1#1E883E
2#25A74C
3#2CC75A
4#43D66F
5#62DD87
6#82E39F
7#A1EAB7
8#C0F1CF
9#E0F8E7
Tones
Muted variations
1#1B6431
2#1F6033
3#235C34
4#275836
5#2B5438
6#2F5039
7#344C3B
8#38483C
9#3C443E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB5 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF8F | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D66F | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B853 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209242 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF5;
--forest-green-100: #E2F9E9;
--forest-green-200: #C9F3D5;
--forest-green-300: #9FEAB5;
--forest-green-400: #6DDF8F;
--forest-green-500: #43D66F;
--forest-green-600: #28B853;
--forest-green-700: #209242;
--forest-green-800: #17692F;
--forest-green-900: #0F431E;
--forest-green-950: #092A13;
}