HSL(99, 90%, 6%)

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(99,90%,6%)]

Color Conversions

Format Value CSS Usage
HSL hsl(99, 90%, 6%) color: hsl(99, 90%, 6%)
HEX #0B1D02 color: #0B1D02
RGB rgb(11, 29, 2) color: rgb(11, 29, 2)
CMYK cmyk(62%, 0%, 93%, 89%)
HSV hsv(100, 93%, 11%)
HWB hwb(100 1% 89%) color: hwb(100 1% 89%)
OKLCH oklch(0.2074 0.0557 135.57) color: oklch(0.2074 0.0557 135.57)
Lab lab(8.6 -12.99 11.82) color: lab(8.6 -12.99 11.82)
LCH lch(8.6 17.56 137.7) color: lch(8.6 17.56 137.7)

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 17.63:1
vs Black 1.19: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)

#131309 — rgb(19, 19, 9)

Deuteranopia (Green-blind)

#12100A — rgb(18, 16, 10)

Tritanopia (Blue-blind)

#0C0E0F — rgb(12, 14, 15)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(99, 90%, 6%);

text

color: hsl(99, 90%, 6%);

border

border: 2px solid hsl(99, 90%, 6%);

gradient light

background: linear-gradient(to right, hsl(99, 90%, 26%), hsl(99, 90%, 6%));

gradient dark

background: linear-gradient(to right, hsl(99, 90%, 6%), hsl(99, 90%, 0%))

hex

background-color: #0B1D02;

tailwind

bg-[hsl(99,90%,6%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(99, 90%, 6%, 0.4);

css variable

--color-primary: hsl(99, 90%, 6%);

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(99, 90%, 6%)?

HEX: #0B1D02 | RGB: rgb(11, 29, 2) | CMYK: 62%, 0%, 93%, 89% | HSV: 100°, 93%, 11%. Copy any format from the conversion table above.

What colors go well with #0B1D02?

The complementary color is HSL(279, 90%, 6%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(99, 90%, 6%) in CSS?

As HSL: color: hsl(99, 90%, 6%); — As HEX: color: #0B1D02; — As RGB: color: rgb(11, 29, 2); — Tailwind CSS: bg-[hsl(99,90%,6%)] — CSS variable: --color-primary: hsl(99, 90%, 6%);