Forest Green
#176931
GreenColor Codes
All color formats for development
HEX
#176931RGB
rgb(23, 105, 49)HSL
hsl(139, 64%, 25%)OKLCH
oklch(0.459 0.117 149.3)CMYK
cmyk(78%, 0%, 53%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E2C
2#125427
3#104922
4#0E3F1D
5#0B3418
6#092A14
7#071F0F
8#05150A
9#020A05
Tints
Lighter variations
1#1E883F
2#25A74E
3#2CC75D
4#43D671
5#62DD89
6#82E3A1
7#A1EAB8
8#C0F1D0
9#E0F8E7
Tones
Muted variations
1#1B6432
2#1F6034
3#235C35
4#275837
5#2B5438
6#2F503A
7#344C3B
8#38483D
9#3C443E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF91 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D671 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B856 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209244 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176931 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF6;
--forest-green-100: #E2F9E9;
--forest-green-200: #C9F3D6;
--forest-green-300: #9FEAB7;
--forest-green-400: #6DDF91;
--forest-green-500: #43D671;
--forest-green-600: #28B856;
--forest-green-700: #209244;
--forest-green-800: #176931;
--forest-green-900: #0F431F;
--forest-green-950: #092A14;
}