Forest Green
#1B6525
GreenColor Codes
All color formats for development
HEX
#1B6525RGB
rgb(27, 101, 37)HSL
hsl(128, 58%, 25%)OKLCH
oklch(0.447 0.121 145.3)CMYK
cmyk(73%, 0%, 63%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B21
2#15511D
3#13471A
4#103C16
5#0D3212
6#0B280F
7#081E0B
8#051407
9#030A04
Tints
Lighter variations
1#238330
2#2BA13B
3#33BF46
4#4ACF5B
5#68D777
6#86DF92
7#A4E7AD
8#C3EFC8
9#E1F7E4
Tones
Muted variations
1#1E6127
2#225D2A
3#265A2D
4#2A562F
5#2D5232
6#314F35
7#354B38
8#38473A
9#3C433D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA80 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB140 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D33 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6525 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114017 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF4;
--forest-green-100: #E3F8E6;
--forest-green-200: #CBF1D0;
--forest-green-300: #A2E6AB;
--forest-green-400: #72DA80;
--forest-green-500: #4ACF5B;
--forest-green-600: #2FB140;
--forest-green-700: #258D33;
--forest-green-800: #1B6525;
--forest-green-900: #114017;
--forest-green-950: #0B280F;
}