Forest Green
#176923
GreenColor Codes
All color formats for development
HEX
#176923RGB
rgb(23, 105, 35)HSL
hsl(129, 64%, 25%)OKLCH
oklch(0.457 0.13 145.1)CMYK
cmyk(78%, 0%, 67%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E20
2#12541C
3#104919
4#0E3F15
5#0B3412
6#092A0E
7#071F0B
8#051507
9#020A04
Tints
Lighter variations
1#1E882E
2#25A738
3#2CC743
4#43D659
5#62DD75
6#82E390
7#A1EAAC
8#C0F1C8
9#E0F8E3
Tones
Muted variations
1#1B6426
2#1F6029
3#235C2C
4#27582F
5#2B5431
6#2F5034
7#344C37
8#38483A
9#3C443D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAAA | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF7E | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D659 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B83E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209231 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176923 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4317 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF4;
--forest-green-100: #E2F9E5;
--forest-green-200: #C9F3CF;
--forest-green-300: #9FEAAA;
--forest-green-400: #6DDF7E;
--forest-green-500: #43D659;
--forest-green-600: #28B83E;
--forest-green-700: #209231;
--forest-green-800: #176923;
--forest-green-900: #0F4317;
--forest-green-950: #092A0E;
}