Forest Green
#19671D
GreenColor Codes
All color formats for development
HEX
#19671DRGB
rgb(25, 103, 29)HSL
hsl(123, 61%, 25%)OKLCH
oklch(0.451 0.131 143.7)CMYK
cmyk(76%, 0%, 72%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C1A
2#145217
3#114814
4#0F3E11
5#0C330E
6#0A290C
7#071F09
8#051506
9#020A03
Tints
Lighter variations
1#208525
2#28A42E
3#2FC337
4#46D24D
5#65DA6B
6#84E189
7#A3E9A6
8#C1F0C4
9#E0F8E1
Tones
Muted variations
1#1D6320
2#215F24
3#255B27
4#28572B
5#2C532E
6#304F32
7#344B35
8#384839
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 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC75 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D24D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB533 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239028 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104212 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | 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: #CAF2CC;
--forest-green-300: #A1E8A4;
--forest-green-400: #6FDC75;
--forest-green-500: #46D24D;
--forest-green-600: #2CB533;
--forest-green-700: #239028;
--forest-green-800: #19671D;
--forest-green-900: #104212;
--forest-green-950: #0A290C;
}