HSL(75, 80%, 3%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(75,80%,3%)]

Color Conversions

Format Value CSS Usage
HSL hsl(75, 80%, 3%) color: hsl(75, 80%, 3%)
HEX #0B0E02 color: #0B0E02
RGB rgb(11, 14, 2) color: rgb(11, 14, 2)
CMYK cmyk(21%, 0%, 86%, 95%)
HSV hsv(75, 86%, 5%)
HWB hwb(75 1% 95%) color: hwb(75 1% 95%)
OKLCH oklch(0.1557 0.029 119.01) color: oklch(0.1557 0.029 119.01)
Lab lab(3.52 -2.63 4.4) color: lab(3.52 -2.63 4.4)
LCH lch(3.52 5.13 120.87) color: lch(3.52 5.13 120.87)

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 19.48:1
vs Black 1.08: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)

#0C0C05 — rgb(12, 12, 5)

Deuteranopia (Green-blind)

#0C0C06 — rgb(12, 12, 6)

Tritanopia (Blue-blind)

#0B0708 — rgb(11, 7, 8)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(75, 80%, 3%);

text

color: hsl(75, 80%, 3%);

border

border: 2px solid hsl(75, 80%, 3%);

gradient light

background: linear-gradient(to right, hsl(75, 80%, 23%), hsl(75, 80%, 3%));

gradient dark

background: linear-gradient(to right, hsl(75, 80%, 3%), hsl(75, 80%, 0%))

hex

background-color: #0B0E02;

tailwind

bg-[hsl(75,80%,3%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(75, 80%, 3%, 0.4);

css variable

--color-primary: hsl(75, 80%, 3%);

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(75, 80%, 3%)?

HEX: #0B0E02 | RGB: rgb(11, 14, 2) | CMYK: 21%, 0%, 86%, 95% | HSV: 75°, 86%, 5%. Copy any format from the conversion table above.

What colors go well with #0B0E02?

The complementary color is HSL(255, 80%, 3%). For a triadic harmony, use hues 75°, 195°, and 315°. For analogous combinations, try hues 45° and 105°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(75, 80%, 3%) in CSS?

As HSL: color: hsl(75, 80%, 3%); — As HEX: color: #0B0E02; — As RGB: color: rgb(11, 14, 2); — Tailwind CSS: bg-[hsl(75,80%,3%)] — CSS variable: --color-primary: hsl(75, 80%, 3%);