HSL(92, 18%, 7%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(92,18%,7%)]

Color Conversions

Format Value CSS Usage
HSL hsl(92, 18%, 7%) color: hsl(92, 18%, 7%)
HEX #12150F color: #12150F
RGB rgb(18, 21, 15) color: rgb(18, 21, 15)
CMYK cmyk(14%, 0%, 29%, 92%)
HSV hsv(90, 29%, 8%)
HWB hwb(90 6% 92%) color: hwb(90 6% 92%)
OKLCH oklch(0.1902 0.0127 129.23) color: oklch(0.1902 0.0127 129.23)
Lab lab(6.32 -2.5 2.95) color: lab(6.32 -2.5 2.95)
LCH lch(6.32 3.87 130.28) color: lch(6.32 3.87 130.28)

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.42:1
vs Black 1.14: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)

#131310 — rgb(19, 19, 16)

Deuteranopia (Green-blind)

#131311 — rgb(19, 19, 17)

Tritanopia (Blue-blind)

#121212 — rgb(18, 18, 18)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(92, 18%, 7%);

text

color: hsl(92, 18%, 7%);

border

border: 2px solid hsl(92, 18%, 7%);

gradient light

background: linear-gradient(to right, hsl(92, 18%, 27%), hsl(92, 18%, 7%));

gradient dark

background: linear-gradient(to right, hsl(92, 18%, 7%), hsl(92, 18%, 0%))

hex

background-color: #12150F;

tailwind

bg-[hsl(92,18%,7%)]

box shadow

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

css variable

--color-primary: hsl(92, 18%, 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(92, 18%, 7%)?

HEX: #12150F | RGB: rgb(18, 21, 15) | CMYK: 14%, 0%, 29%, 92% | HSV: 90°, 29%, 8%. Copy any format from the conversion table above.

What colors go well with #12150F?

The complementary color is HSL(272, 18%, 7%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(92, 18%, 7%) in CSS?

As HSL: color: hsl(92, 18%, 7%); — As HEX: color: #12150F; — As RGB: color: rgb(18, 21, 15); — Tailwind CSS: bg-[hsl(92,18%,7%)] — CSS variable: --color-primary: hsl(92, 18%, 7%);