Forest Green
#1A6622
GreenColor Codes
All color formats for development
HEX
#1A6622RGB
rgb(26, 102, 34)HSL
hsl(126, 59%, 25%)OKLCH
oklch(0.449 0.125 144.6)CMYK
cmyk(75%, 0%, 67%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B1E
2#15511B
3#124718
4#103D14
5#0D3311
6#0A290D
7#081E0A
8#051407
9#030A03
Tints
Lighter variations
1#22842C
2#2AA236
3#32C140
4#49D056
5#67D872
6#85E08E
7#A4E7AB
8#C2EFC7
9#E1F7E3
Tones
Muted variations
1#1E6225
2#225E28
3#255A2B
4#29562E
5#2D5331
6#314F34
7#344B37
8#38473A
9#3C443D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA7C | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D056 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB23B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E2F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6522 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114116 | 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: #E3F8E5;
--forest-green-200: #CAF1CE;
--forest-green-300: #A2E7A9;
--forest-green-400: #71DA7C;
--forest-green-500: #49D056;
--forest-green-600: #2EB23B;
--forest-green-700: #258E2F;
--forest-green-800: #1A6522;
--forest-green-900: #114116;
--forest-green-950: #0A290D;
}