Forest Green
#1B651B
GreenColor Codes
All color formats for development
HEX
#1B651BRGB
rgb(27, 101, 27)HSL
hsl(120, 58%, 25%)OKLCH
oklch(0.446 0.129 143)CMYK
cmyk(73%, 0%, 73%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B18
2#155115
3#134713
4#103C10
5#0D320D
6#0B280B
7#081E08
8#051405
9#030A03
Tints
Lighter variations
1#238323
2#2BA12B
3#33BF33
4#4ACF4A
5#68D768
6#86DF86
7#A4E7A4
8#C3EFC3
9#E1F7E1
Tones
Muted variations
1#1E611E
2#225D22
3#265A26
4#2A562A
5#2D522D
6#314F31
7#354B35
8#384738
9#3C433C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA72 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF4A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB12F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B651B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114011 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E3F8E3;
--forest-green-200: #CBF1CB;
--forest-green-300: #A2E6A2;
--forest-green-400: #72DA72;
--forest-green-500: #4ACF4A;
--forest-green-600: #2FB12F;
--forest-green-700: #258D25;
--forest-green-800: #1B651B;
--forest-green-900: #114011;
--forest-green-950: #0B280B;
}