Forest Green
#19671B
GreenColor Codes
All color formats for development
HEX
#19671BRGB
rgb(25, 103, 27)HSL
hsl(122, 61%, 25%)OKLCH
oklch(0.451 0.133 143.3)CMYK
cmyk(76%, 0%, 74%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C19
2#145216
3#114813
4#0F3E10
5#0C330E
6#0A290B
7#071F08
8#051505
9#020A03
Tints
Lighter variations
1#208524
2#28A42C
3#2FC334
4#46D24B
5#65DA69
6#84E187
7#A3E9A5
8#C1F0C3
9#E0F8E1
Tones
Muted variations
1#1D631F
2#215F23
3#255B26
4#28572A
5#2C532E
6#304F31
7#344B35
8#384838
9#3C443C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC73 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D24B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB530 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239026 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104212 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E2F8E3;
--forest-green-200: #CAF2CB;
--forest-green-300: #A1E8A3;
--forest-green-400: #6FDC73;
--forest-green-500: #46D24B;
--forest-green-600: #2CB530;
--forest-green-700: #239026;
--forest-green-800: #19671B;
--forest-green-900: #104212;
--forest-green-950: #0A290B;
}