Green
#0D7319
GreenColor Codes
All color formats for development
HEX
#0D7319RGB
rgb(13, 115, 25)HSL
hsl(127, 80%, 25%)OKLCH
oklch(0.484 0.151 143.9)CMYK
cmyk(89%, 0%, 78%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6716
2#0A5C14
3#095011
4#08450F
5#06390C
6#052E0A
7#042207
8#031705
9#010B02
Tints
Lighter variations
1#119520
2#14B827
3#18DA2F
4#30E846
5#53EC65
6#75F084
7#98F4A2
8#BAF7C1
9#DDFBE0
Tones
Muted variations
1#126E1D
2#176920
3#1C6324
4#215E28
5#26592C
6#2B5430
7#304F34
8#364A38
9#3B453C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3A0 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED6F | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E846 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA2B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A123 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7319 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084910 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF3;
--green-100: #DFFBE2;
--green-200: #C3F8CA;
--green-300: #95F3A0;
--green-400: #5EED6F;
--green-500: #30E846;
--green-600: #16CA2B;
--green-700: #12A123;
--green-800: #0D7319;
--green-900: #084910;
--green-950: #052E0A;
}