Forest Green
#1A661D
GreenColor Codes
All color formats for development
HEX
#1A661DRGB
rgb(26, 102, 29)HSL
hsl(122, 59%, 25%)OKLCH
oklch(0.449 0.129 143.5)CMYK
cmyk(75%, 0%, 72%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B1A
2#155117
3#124714
4#103D11
5#0D330E
6#0A290B
7#081E09
8#051406
9#030A03
Tints
Lighter variations
1#228425
2#2AA22E
3#32C136
4#49D04D
5#67D86B
6#85E088
7#A4E7A6
8#C2EFC4
9#E1F7E1
Tones
Muted variations
1#1E6220
2#225E24
3#255A27
4#29562B
5#2D532E
6#314F32
7#344B35
8#384739
9#3C443C
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 | CAF1 #CAF1CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A4 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA75 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D04D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB232 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E28 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114112 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290B | 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: #CAF1CC;
--forest-green-300: #A2E7A4;
--forest-green-400: #71DA75;
--forest-green-500: #49D04D;
--forest-green-600: #2EB232;
--forest-green-700: #258E28;
--forest-green-800: #1A651D;
--forest-green-900: #114112;
--forest-green-950: #0A290B;
}