Forest Green
#248F30
GreenColor Codes
All color formats for development
HEX
#248F30RGB
rgb(36, 143, 48)HSL
hsl(127, 60%, 35%)OKLCH
oklch(0.571 0.163 144.6)CMYK
cmyk(75%, 0%, 66%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20812B
2#1D7227
3#196422
4#15561D
5#124718
6#0E3913
7#0B2B0E
8#071D0A
9#040E05
Tints
Lighter variations
1#2AA939
2#31C442
3#45D156
4#60D76E
5#7ADE86
6#95E49E
7#AFEBB6
8#CAF2CF
9#E4F8E7
Tones
Muted variations
1#298934
2#2E8438
3#347F3D
4#397941
5#3E7445
6#446F49
7#49694D
8#4F6451
9#545F55
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A9 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB7D | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D157 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB43D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F30 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6622 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104116 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF4;
--forest-green-100: #E2F8E5;
--forest-green-200: #CAF2CF;
--forest-green-300: #A1E8A9;
--forest-green-400: #70DB7D;
--forest-green-500: #47D157;
--forest-green-600: #2DB43D;
--forest-green-700: #248F30;
--forest-green-800: #1A6622;
--forest-green-900: #104116;
--forest-green-950: #0A290E;
}