Forest Green
#278B38
GreenColor Codes
All color formats for development
HEX
#278B38RGB
rgb(39, 139, 56)HSL
hsl(130, 56%, 35%)OKLCH
oklch(0.561 0.151 145.9)CMYK
cmyk(72%, 0%, 60%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237D32
2#1F6F2D
3#1B6127
4#185422
5#14461C
6#103816
7#0C2A11
8#081C0B
9#040E06
Tints
Lighter variations
1#2FA542
2#36BF4D
3#4ACC60
4#64D376
5#7EDB8D
6#98E2A4
7#B1E9BB
8#CBF0D1
9#E5F8E8
Tones
Muted variations
1#2C863B
2#31813F
3#367C42
4#3B7745
5#407249
6#456D4C
7#4A684F
8#4F6353
9#545E56
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5AE | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D884 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD61 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF46 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B38 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6328 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2810 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF4;
--forest-green-100: #E3F7E6;
--forest-green-200: #CBF0D1;
--forest-green-300: #A4E5AE;
--forest-green-400: #74D884;
--forest-green-500: #4CCD61;
--forest-green-600: #31AF46;
--forest-green-700: #278B38;
--forest-green-800: #1C6328;
--forest-green-900: #12401A;
--forest-green-950: #0B2810;
}