HSL(138, 50%, 7%)

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(138,50%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(138, 50%, 7%) color: hsl(138, 50%, 7%)
HEX #091B0E color: #091B0E
RGB rgb(9, 27, 14) color: rgb(9, 27, 14)
CMYK cmyk(67%, 0%, 48%, 89%)
HSV hsv(137, 67%, 11%)
HWB hwb(137 4% 89%) color: hwb(137 4% 89%)
OKLCH oklch(0.202 0.0355 151.15) color: oklch(0.202 0.0355 151.15)
Lab lab(7.89 -10.1 5.69) color: lab(7.89 -10.1 5.69)
LCH lch(7.89 11.59 150.6) color: lch(7.89 11.59 150.6)

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.88:1
vs Black 1.17: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)

#111111 — rgb(17, 17, 17)

Deuteranopia (Green-blind)

#100E12 — rgb(16, 14, 18)

Tritanopia (Blue-blind)

#0A1414 — rgb(10, 20, 20)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(138, 50%, 7%);

text

color: hsl(138, 50%, 7%);

border

border: 2px solid hsl(138, 50%, 7%);

gradient light

background: linear-gradient(to right, hsl(138, 50%, 27%), hsl(138, 50%, 7%));

gradient dark

background: linear-gradient(to right, hsl(138, 50%, 7%), hsl(138, 50%, 0%))

hex

background-color: #091B0E;

tailwind

bg-[hsl(138,50%,7%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(138, 50%, 7%, 0.4);

css variable

--color-primary: hsl(138, 50%, 7%);

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(138, 50%, 7%)?

HEX: #091B0E | RGB: rgb(9, 27, 14) | CMYK: 67%, 0%, 48%, 89% | HSV: 137°, 67%, 11%. Copy any format from the conversion table above.

What colors go well with #091B0E?

The complementary color is HSL(318, 50%, 7%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(138, 50%, 7%) in CSS?

As HSL: color: hsl(138, 50%, 7%); — As HEX: color: #091B0E; — As RGB: color: rgb(9, 27, 14); — Tailwind CSS: bg-[hsl(138,50%,7%)] — CSS variable: --color-primary: hsl(138, 50%, 7%);