Forest Green
#1A6520
GreenColor Codes
All color formats for development
HEX
#1A6520RGB
rgb(26, 101, 32)HSL
hsl(125, 59%, 25%)OKLCH
oklch(0.446 0.126 144.2)CMYK
cmyk(74%, 0%, 68%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B1D
2#15511A
3#124717
4#103D13
5#0D3310
6#0A290D
7#081E0A
8#051406
9#030A03
Tints
Lighter variations
1#22842A
2#2AA234
3#32C13E
4#49D054
5#67D870
6#85E08D
7#A4E7A9
8#C2EFC6
9#E1F7E2
Tones
Muted variations
1#1E6224
2#225E27
3#255A2A
4#29562D
5#2D5330
6#314F33
7#344B36
8#384739
9#3C443D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A8 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA7A | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D054 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB239 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E2D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6520 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114115 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF4;
--forest-green-100: #E3F8E4;
--forest-green-200: #CAF1CE;
--forest-green-300: #A2E7A8;
--forest-green-400: #71DA7A;
--forest-green-500: #49D054;
--forest-green-600: #2EB239;
--forest-green-700: #258E2D;
--forest-green-800: #1A6520;
--forest-green-900: #114115;
--forest-green-950: #0A290D;
}