Forest Green
#176934
GreenColor Codes
All color formats for development
HEX
#176934RGB
rgb(23, 105, 52)HSL
hsl(141, 64%, 25%)OKLCH
oklch(0.46 0.114 150.4)CMYK
cmyk(78%, 0%, 50%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E2E
2#125429
3#104924
4#0E3F1F
5#0B341A
6#092A15
7#071F0F
8#05150A
9#020A05
Tints
Lighter variations
1#1E8843
2#25A752
3#2CC762
4#43D676
5#62DD8D
6#82E3A4
7#A1EABB
8#C0F1D1
9#E0F8E8
Tones
Muted variations
1#1B6435
2#1F6036
3#235C37
4#275838
5#2B543A
6#2F503B
7#344C3C
8#38483D
9#3C443F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAB9 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF95 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D676 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B85B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209248 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176934 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4321 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF6;
--forest-green-100: #E2F9EA;
--forest-green-200: #C9F3D7;
--forest-green-300: #9FEAB9;
--forest-green-400: #6DDF95;
--forest-green-500: #43D676;
--forest-green-600: #28B85B;
--forest-green-700: #209248;
--forest-green-800: #176934;
--forest-green-900: #0F4321;
--forest-green-950: #092A15;
}