Forest Green
#248F24
GreenColor Codes
All color formats for development
HEX
#248F24RGB
rgb(36, 143, 36)HSL
hsl(120, 60%, 35%)OKLCH
oklch(0.57 0.172 142.9)CMYK
cmyk(75%, 0%, 75%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208120
2#1D721D
3#196419
4#155615
5#124712
6#0E390E
7#0B2B0B
8#071D07
9#040E04
Tints
Lighter variations
1#2AA92A
2#31C431
3#45D145
4#60D760
5#7ADE7A
6#95E495
7#AFEBAF
8#CAF2CA
9#E4F8E4
Tones
Muted variations
1#298929
2#2E842E
3#347F34
4#397939
5#3E743E
6#446F44
7#496949
8#4F644F
9#545F54
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A1 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB70 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D147 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB42D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F24 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A661A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104110 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E2F8E2;
--forest-green-200: #CAF2CA;
--forest-green-300: #A1E8A1;
--forest-green-400: #70DB70;
--forest-green-500: #47D147;
--forest-green-600: #2DB42D;
--forest-green-700: #248F24;
--forest-green-800: #1A661A;
--forest-green-900: #104110;
--forest-green-950: #0A290A;
}