Forest Green
#17692D
GreenColor Codes
All color formats for development
HEX
#17692DRGB
rgb(23, 105, 45)HSL
hsl(136, 64%, 25%)OKLCH
oklch(0.459 0.121 147.9)CMYK
cmyk(78%, 0%, 57%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E28
2#125424
3#10491F
4#0E3F1B
5#0B3416
6#092A12
7#071F0D
8#051509
9#020A04
Tints
Lighter variations
1#1E883A
2#25A748
3#2CC755
4#43D66A
5#62DD83
6#82E39C
7#A1EAB4
8#C0F1CD
9#E0F8E6
Tones
Muted variations
1#1B642F
2#1F6031
3#235C32
4#275834
5#2B5436
6#2F5038
7#344C3A
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 #E2F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB3 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF8B | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D66A | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B84F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20923F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17692D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF5;
--forest-green-100: #E2F9E8;
--forest-green-200: #C9F3D4;
--forest-green-300: #9FEAB3;
--forest-green-400: #6DDF8B;
--forest-green-500: #43D66A;
--forest-green-600: #28B84F;
--forest-green-700: #20923F;
--forest-green-800: #17692D;
--forest-green-900: #0F431D;
--forest-green-950: #092A12;
}