Green
#0D7315
GreenColor Codes
All color formats for development
HEX
#0D7315RGB
rgb(13, 115, 21)HSL
hsl(125, 80%, 25%)OKLCH
oklch(0.484 0.154 143.4)CMYK
cmyk(89%, 0%, 82%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6713
2#0A5C11
3#09500F
4#08450D
5#06390B
6#052E09
7#042206
8#031704
9#010B02
Tints
Lighter variations
1#11951C
2#14B822
3#18DA28
4#30E840
5#53EC60
6#75F07F
7#98F49F
8#BAF7BF
9#DDFBDF
Tones
Muted variations
1#126E1A
2#17691E
3#1C6322
4#215E26
5#26592B
6#2B542F
7#304F33
8#364A37
9#3B453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F39D | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EED6A | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E840 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA25 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A11E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7315 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08490E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F1FDF2;
--green-100: #DFFBE1;
--green-200: #C3F8C8;
--green-300: #95F39D;
--green-400: #5EED6A;
--green-500: #30E840;
--green-600: #16CA25;
--green-700: #12A11E;
--green-800: #0D7315;
--green-900: #08490E;
--green-950: #052E09;
}