Forest Green
#1B641B
GreenColor Codes
All color formats for development
HEX
#1B641BRGB
rgb(27, 100, 27)HSL
hsl(120, 57%, 25%)OKLCH
oklch(0.443 0.128 143)CMYK
cmyk(73%, 0%, 73%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#195A19
2#165016
3#134613
4#103C10
5#0E320E
6#0B280B
7#081E08
8#051405
9#030A03
Tints
Lighter variations
1#248224
2#2CA02C
3#34BE34
4#4BCE4B
5#69D669
6#87DE87
7#A5E6A5
8#C3EFC3
9#E1F7E1
Tones
Muted variations
1#1F601F
2#235D23
3#265926
4#2A562A
5#2E522E
6#314E31
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 | E3F7 #E3F7E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6A3 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D973 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE4B | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B030 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C26 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B641B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124012 | 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: #E3F7E3;
--forest-green-200: #CBF1CB;
--forest-green-300: #A3E6A3;
--forest-green-400: #73D973;
--forest-green-500: #4BCE4B;
--forest-green-600: #30B030;
--forest-green-700: #268C26;
--forest-green-800: #1B641B;
--forest-green-900: #124012;
--forest-green-950: #0B280B;
}