Forest Green
#1B652D
GreenColor Codes
All color formats for development
HEX
#1B652DRGB
rgb(27, 101, 45)HSL
hsl(135, 58%, 25%)OKLCH
oklch(0.448 0.114 147.8)CMYK
cmyk(73%, 0%, 55%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B29
2#155124
3#134720
4#103C1B
5#0D3217
6#0B2812
7#081E0E
8#051409
9#030A05
Tints
Lighter variations
1#23833B
2#2BA148
3#33BF56
4#4ACF6B
5#68D784
6#86DF9C
7#A4E7B5
8#C3EFCE
9#E1F7E6
Tones
Muted variations
1#1E612F
2#225D31
3#265A33
4#2A5635
5#2D5237
6#314F38
7#354B3A
8#38473C
9#3C433E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA8C | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF6B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB150 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D3F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B652D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF5;
--forest-green-100: #E3F8E8;
--forest-green-200: #CBF1D4;
--forest-green-300: #A2E6B3;
--forest-green-400: #72DA8C;
--forest-green-500: #4ACF6B;
--forest-green-600: #2FB150;
--forest-green-700: #258D3F;
--forest-green-800: #1B652D;
--forest-green-900: #11401D;
--forest-green-950: #0B2812;
}