HSL(93, 91%, 12%)

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,91%,12%)]

Color Conversions

Format Value CSS Usage
HSL hsl(93, 91%, 12%) color: hsl(93, 91%, 12%)
HEX #1C3A03 color: #1C3A03
RGB rgb(28, 58, 3) color: rgb(28, 58, 3)
CMYK cmyk(52%, 0%, 95%, 77%)
HSV hsv(93, 95%, 23%)
HWB hwb(93 1% 77%) color: hwb(93 1% 77%)
OKLCH oklch(0.3128 0.0872 134.65) color: oklch(0.3128 0.0872 134.65)
Lab lab(21.13 -21.81 27.66) color: lab(21.13 -21.81 27.66)
LCH lch(21.13 35.22 128.26) color: lch(21.13 35.22 128.26)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 12.68:1
vs Black 1.66:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#292910 — rgb(41, 41, 16)

Deuteranopia (Green-blind)

#272514 — rgb(39, 37, 20)

Tritanopia (Blue-blind)

#1E1B1D — rgb(30, 27, 29)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(93, 91%, 12%);

text

color: hsl(93, 91%, 12%);

border

border: 2px solid hsl(93, 91%, 12%);

gradient light

background: linear-gradient(to right, hsl(93, 91%, 32%), hsl(93, 91%, 12%));

gradient dark

background: linear-gradient(to right, hsl(93, 91%, 12%), hsl(93, 91%, 0%))

hex

background-color: #1C3A03;

tailwind

bg-[hsl(93,91%,12%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(93, 91%, 12%, 0.4);

css variable

--color-primary: hsl(93, 91%, 12%);

Related Colors

Use Cases for Very Dark Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(93, 91%, 12%)?

HEX: #1C3A03 | RGB: rgb(28, 58, 3) | CMYK: 52%, 0%, 95%, 77% | HSV: 93°, 95%, 23%. Copy any format from the conversion table above.

What colors go well with #1C3A03?

The complementary color is HSL(273, 91%, 12%). 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, 91%, 12%) in CSS?

As HSL: color: hsl(93, 91%, 12%); — As HEX: color: #1C3A03; — As RGB: color: rgb(28, 58, 3); — Tailwind CSS: bg-[hsl(93,91%,12%)] — CSS variable: --color-primary: hsl(93, 91%, 12%);