Forest Green
#1B6533
GreenColor Codes
All color formats for development
HEX
#1B6533RGB
rgb(27, 101, 51)HSL
hsl(139, 58%, 25%)OKLCH
oklch(0.449 0.108 150.1)CMYK
cmyk(73%, 0%, 50%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B2D
2#155128
3#134723
4#103C1E
5#0D3219
6#0B2814
7#081E0F
8#05140A
9#030A05
Tints
Lighter variations
1#238341
2#2BA150
3#33BF5F
4#4ACF74
5#68D78B
6#86DFA2
7#A4E7B9
8#C3EFD1
9#E1F7E8
Tones
Muted variations
1#1E6134
2#225D35
3#265A36
4#2A5638
5#2D5239
6#314F3A
7#354B3C
8#38473D
9#3C433E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA93 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF74 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB158 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D46 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6532 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF6;
--forest-green-100: #E3F8E9;
--forest-green-200: #CBF1D7;
--forest-green-300: #A2E6B8;
--forest-green-400: #72DA93;
--forest-green-500: #4ACF74;
--forest-green-600: #2FB158;
--forest-green-700: #258D46;
--forest-green-800: #1B6532;
--forest-green-900: #114020;
--forest-green-950: #0B2814;
}