HSL(113, 93%, 18%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,93%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 93%, 18%) | color: hsl(113, 93%, 18%) | |
| HEX | #0D5903 | color: #0D5903 | |
| RGB | rgb(13, 89, 3) | color: rgb(13, 89, 3) | |
| CMYK | cmyk(85%, 0%, 97%, 65%) | — | |
| HSV | hsv(113, 97%, 35%) | — | |
| HWB | hwb(113 1% 65%) | color: hwb(113 1% 65%) | |
| OKLCH | oklch(0.4044 0.1324 141.63) | color: oklch(0.4044 0.1324 141.63) | |
| Lab | lab(32.34 -38.07 37.81) | color: lab(32.34 -38.07 37.81) | |
| LCH | lch(32.34 53.66 135.2) | color: lch(32.34 53.66 135.2) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#2E2F18 — rgb(46, 47, 24)
Deuteranopia (Green-blind)
#2A241D — rgb(42, 36, 29)
Tritanopia (Blue-blind)
#11282C — rgb(17, 40, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 93%, 18%);
text
color: hsl(113, 93%, 18%);
border
border: 2px solid hsl(113, 93%, 18%);
gradient light
background: linear-gradient(to right, hsl(113, 93%, 38%), hsl(113, 93%, 18%));
gradient dark
background: linear-gradient(to right, hsl(113, 93%, 18%), hsl(113, 93%, 0%))
hex
background-color: #0D5903;
tailwind
bg-[hsl(113,93%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 93%, 18%, 0.4);
css variable
--color-primary: hsl(113, 93%, 18%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 93%, 18%)?
HEX: #0D5903 | RGB: rgb(13, 89, 3) | CMYK: 85%, 0%, 97%, 65% | HSV: 113°, 97%, 35%. Copy any format from the conversion table above.
What colors go well with #0D5903?
The complementary color is HSL(293, 93%, 18%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 93%, 18%) in CSS?
As HSL: color: hsl(113, 93%, 18%); — As HEX: color: #0D5903; — As RGB: color: rgb(13, 89, 3); — Tailwind CSS: bg-[hsl(113,93%,18%)] — CSS variable: --color-primary: hsl(113, 93%, 18%);