Forest Green
#0D732A
GreenColor Codes
All color formats for development
HEX
#0D732ARGB
rgb(13, 115, 42)HSL
hsl(137, 80%, 25%)OKLCH
oklch(0.486 0.139 147)CMYK
cmyk(89%, 0%, 63%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6725
2#0A5C21
3#09501D
4#084519
5#063915
6#052E11
7#04220C
8#031708
9#010B04
Tints
Lighter variations
1#119536
2#14B843
3#18DA4F
4#30E864
5#53EC7E
6#75F098
7#98F4B2
8#BAF7CB
9#DDFBE5
Tones
Muted variations
1#126E2C
2#17692E
3#1C6330
4#215E32
5#265935
6#2B5437
7#304F39
8#364A3B
9#3B453E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3B0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED87 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E864 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A13A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D732A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08491B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F1FDF5;
--forest-green-100: #DFFBE7;
--forest-green-200: #C3F8D2;
--forest-green-300: #95F3B0;
--forest-green-400: #5EED87;
--forest-green-500: #30E864;
--forest-green-600: #16CA49;
--forest-green-700: #12A13A;
--forest-green-800: #0D732A;
--forest-green-900: #08491B;
--forest-green-950: #052E11;
}