Forest Green
#219139
GreenColor Codes
All color formats for development
HEX
#219139RGB
rgb(33, 145, 57)HSL
hsl(133, 63%, 35%)OKLCH
oklch(0.577 0.16 146.4)CMYK
cmyk(77%, 0%, 61%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8334
2#1A742E
3#176628
4#145722
5#11491D
6#0D3A17
7#0A2C11
8#071D0B
9#030F06
Tints
Lighter variations
1#27AC44
2#2DC84F
3#42D462
4#5DDA78
5#78E08F
6#93E6A5
7#AEEDBC
8#C9F3D2
9#E4F9E9
Tones
Muted variations
1#278C3D
2#2C8640
3#328143
4#387B46
5#3D7549
6#43704D
7#486A50
8#4E6453
9#545F56
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9AF | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE86 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D563 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB748 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219139 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186829 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F431A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF5;
--forest-green-100: #E2F8E7;
--forest-green-200: #C9F3D2;
--forest-green-300: #9FE9AF;
--forest-green-400: #6EDE86;
--forest-green-500: #44D563;
--forest-green-600: #2AB748;
--forest-green-700: #219139;
--forest-green-800: #186829;
--forest-green-900: #0F431A;
--forest-green-950: #092A10;
}