HSL(93, 92%, 13%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,92%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 92%, 13%) | color: hsl(93, 92%, 13%) | |
| HEX | #1E4003 | color: #1E4003 | |
| RGB | rgb(30, 64, 3) | color: rgb(30, 64, 3) | |
| CMYK | cmyk(53%, 0%, 95%, 75%) | — | |
| HSV | hsv(93, 95%, 25%) | — | |
| HWB | hwb(93 1% 75%) | color: hwb(93 1% 75%) | |
| OKLCH | oklch(0.3326 0.0943 135.24) | color: oklch(0.3326 0.0943 135.24) | |
| Lab | lab(23.5 -23.89 30.18) | color: lab(23.5 -23.89 30.18) | |
| LCH | lch(23.5 38.49 128.36) | color: lch(23.5 38.49 128.36) |
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)
#2D2D12 — rgb(45, 45, 18)
Deuteranopia (Green-blind)
#2B2815 — rgb(43, 40, 21)
Tritanopia (Blue-blind)
#201D20 — rgb(32, 29, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 92%, 13%);
text
color: hsl(93, 92%, 13%);
border
border: 2px solid hsl(93, 92%, 13%);
gradient light
background: linear-gradient(to right, hsl(93, 92%, 33%), hsl(93, 92%, 13%));
gradient dark
background: linear-gradient(to right, hsl(93, 92%, 13%), hsl(93, 92%, 0%))
hex
background-color: #1E4003;
tailwind
bg-[hsl(93,92%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 92%, 13%, 0.4);
css variable
--color-primary: hsl(93, 92%, 13%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(93, 92%, 13%)?
HEX: #1E4003 | RGB: rgb(30, 64, 3) | CMYK: 53%, 0%, 95%, 75% | HSV: 93°, 95%, 25%. Copy any format from the conversion table above.
What colors go well with #1E4003?
The complementary color is HSL(273, 92%, 13%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 92%, 13%) in CSS?
As HSL: color: hsl(93, 92%, 13%); — As HEX: color: #1E4003; — As RGB: color: rgb(30, 64, 3); — Tailwind CSS: bg-[hsl(93,92%,13%)] — CSS variable: --color-primary: hsl(93, 92%, 13%);