Forest Green
#248F29
GreenColor Codes
All color formats for development
HEX
#248F29RGB
rgb(36, 143, 41)HSL
hsl(123, 60%, 35%)OKLCH
oklch(0.57 0.168 143.5)CMYK
cmyk(75%, 0%, 71%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208125
2#1D7221
3#19641D
4#155619
5#124715
6#0E3910
7#0B2B0C
8#071D08
9#040E04
Tints
Lighter variations
1#2AA931
2#31C438
3#45D14C
4#60D766
5#7ADE7F
6#95E499
7#AFEBB2
8#CAF2CC
9#E4F8E5
Tones
Muted variations
1#29892E
2#2E8433
3#347F38
4#39793C
5#3E7441
6#446F46
7#49694B
8#4F6450
9#545F54
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A5 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB76 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D14E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB434 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A661D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104113 | 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: #E2F8E4;
--forest-green-200: #CAF2CC;
--forest-green-300: #A1E8A5;
--forest-green-400: #70DB76;
--forest-green-500: #47D14E;
--forest-green-600: #2DB434;
--forest-green-700: #248F29;
--forest-green-800: #1A661D;
--forest-green-900: #104113;
--forest-green-950: #0A290C;
}