Forest Green
#1A651B
GreenColor Codes
All color formats for development
HEX
#1A651BRGB
rgb(26, 101, 27)HSL
hsl(121, 59%, 25%)OKLCH
oklch(0.445 0.13 143.2)CMYK
cmyk(74%, 0%, 73%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B19
2#155116
3#124713
4#103D10
5#0D330E
6#0A290B
7#081E08
8#051405
9#030A03
Tints
Lighter variations
1#228424
2#2AA22C
3#32C134
4#49D04B
5#67D869
6#85E087
7#A4E7A5
8#C2EFC3
9#E1F7E1
Tones
Muted variations
1#1E621F
2#225E23
3#255A26
4#29562A
5#2D532E
6#314F31
7#344B35
8#384738
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 #CAF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7A3 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA73 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D04B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB230 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E26 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A651B | 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: #CAF1CB;
--forest-green-300: #A2E7A3;
--forest-green-400: #71DA73;
--forest-green-500: #49D04B;
--forest-green-600: #2EB230;
--forest-green-700: #258E26;
--forest-green-800: #1A651B;
--forest-green-900: #114112;
--forest-green-950: #0A290B;
}