HSL(148, 96%, 5%)

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(148,96%,5%)]

Color Conversions

Format Value CSS Usage
HSL hsl(148, 96%, 5%) color: hsl(148, 96%, 5%)
HEX #01190C color: #01190C
RGB rgb(1, 25, 12) color: rgb(1, 25, 12)
CMYK cmyk(96%, 0%, 52%, 90%)
HSV hsv(148, 96%, 10%)
HWB hwb(148 0% 90%) color: hwb(148 0% 90%)
OKLCH oklch(0.1889 0.0421 157.93) color: oklch(0.1889 0.0421 157.93)
Lab lab(6.58 -10.88 4.68) color: lab(6.58 -10.88 4.68)
LCH lch(6.58 11.84 156.73) color: lch(6.58 11.84 156.73)

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 18.33:1
vs Black 1.15: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)

#0B0C0F — rgb(11, 12, 15)

Deuteranopia (Green-blind)

#0A0810 — rgb(10, 8, 16)

Tritanopia (Blue-blind)

#021212 — rgb(2, 18, 18)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(148, 96%, 5%);

text

color: hsl(148, 96%, 5%);

border

border: 2px solid hsl(148, 96%, 5%);

gradient light

background: linear-gradient(to right, hsl(148, 96%, 25%), hsl(148, 96%, 5%));

gradient dark

background: linear-gradient(to right, hsl(148, 96%, 5%), hsl(148, 96%, 0%))

hex

background-color: #01190C;

tailwind

bg-[hsl(148,96%,5%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(148, 96%, 5%, 0.4);

css variable

--color-primary: hsl(148, 96%, 5%);

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(148, 96%, 5%)?

HEX: #01190C | RGB: rgb(1, 25, 12) | CMYK: 96%, 0%, 52%, 90% | HSV: 148°, 96%, 10%. Copy any format from the conversion table above.

What colors go well with #01190C?

The complementary color is HSL(328, 96%, 5%). For a triadic harmony, use hues 148°, 268°, and 28°. For analogous combinations, try hues 118° and 178°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(148, 96%, 5%) in CSS?

As HSL: color: hsl(148, 96%, 5%); — As HEX: color: #01190C; — As RGB: color: rgb(1, 25, 12); — Tailwind CSS: bg-[hsl(148,96%,5%)] — CSS variable: --color-primary: hsl(148, 96%, 5%);