Forest Green
#0D7328
GreenColor Codes
All color formats for development
HEX
#0D7328RGB
rgb(13, 115, 40)HSL
hsl(136, 80%, 25%)OKLCH
oklch(0.486 0.141 146.5)CMYK
cmyk(89%, 0%, 65%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6724
2#0A5C20
3#09501C
4#084518
5#063914
6#052E10
7#04220C
8#031708
9#010B04
Tints
Lighter variations
1#119534
2#14B840
3#18DA4C
4#30E861
5#53EC7C
6#75F096
7#98F4B0
8#BAF7CA
9#DDFBE5
Tones
Muted variations
1#126E2A
2#17692D
3#1C632F
4#215E31
5#265934
6#2B5436
7#304F39
8#364A3B
9#3B453D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3AE | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED84 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E861 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA46 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A138 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7328 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF4;
--forest-green-100: #DFFBE6;
--forest-green-200: #C3F8D1;
--forest-green-300: #95F3AE;
--forest-green-400: #5EED84;
--forest-green-500: #30E861;
--forest-green-600: #16CA46;
--forest-green-700: #12A138;
--forest-green-800: #0D7328;
--forest-green-900: #08491A;
--forest-green-950: #052E10;
}