Forest Green
#146C30
GreenColor Codes
All color formats for development
HEX
#146C30RGB
rgb(20, 108, 48)HSL
hsl(139, 69%, 25%)OKLCH
oklch(0.467 0.123 148.8)CMYK
cmyk(81%, 0%, 56%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12612B
2#105626
3#0E4B21
4#0C411D
5#0A3618
6#082B13
7#06200E
8#04160A
9#020B05
Tints
Lighter variations
1#1A8C3E
2#20AC4C
3#26CD5A
4#3DDB6F
5#5DE187
6#7EE79F
7#9EEDB7
8#BEF3CF
9#DFF9E7
Tones
Muted variations
1#186731
2#1D6333
3#215F34
4#255A36
5#2A5638
6#2E5139
7#334D3B
8#37493D
9#3B443E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDB6 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E38F | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB6F | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9743 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D451E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FDF5;
--forest-green-100: #E1F9E9;
--forest-green-200: #C7F5D5;
--forest-green-300: #9CEDB6;
--forest-green-400: #68E38F;
--forest-green-500: #3DDB6F;
--forest-green-600: #23BE54;
--forest-green-700: #1C9743;
--forest-green-800: #146C30;
--forest-green-900: #0D451E;
--forest-green-950: #082B13;
}