Forest Green
#176938
GreenColor Codes
All color formats for development
HEX
#176938RGB
rgb(23, 105, 56)HSL
hsl(144, 64%, 25%)OKLCH
oklch(0.461 0.11 152.1)CMYK
cmyk(78%, 0%, 47%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E32
2#12542C
3#104927
4#0E3F21
5#0B341C
6#092A16
7#071F11
8#05150B
9#020A06
Tints
Lighter variations
1#1E8848
2#25A759
3#2CC76A
4#43D67E
5#62DD93
6#82E3A9
7#A1EABE
8#C0F1D4
9#E0F8E9
Tones
Muted variations
1#1B6438
2#1F6039
3#235C3A
4#27583B
5#2B543C
6#2F503C
7#344C3D
8#38483E
9#3C443F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEABD | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF9A | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D67E | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B862 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20924E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176938 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF6;
--forest-green-100: #E2F9EB;
--forest-green-200: #C9F3DA;
--forest-green-300: #9FEABD;
--forest-green-400: #6DDF9A;
--forest-green-500: #43D67E;
--forest-green-600: #28B862;
--forest-green-700: #20924E;
--forest-green-800: #176938;
--forest-green-900: #0F4324;
--forest-green-950: #092A16;
}