HSL(137, 74%, 10%)

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(137,74%,10%)]

Color Conversions

Format Value CSS Usage
HSL hsl(137, 74%, 10%) color: hsl(137, 74%, 10%)
HEX #072C11 color: #072C11
RGB rgb(7, 44, 17) color: rgb(7, 44, 17)
CMYK cmyk(84%, 0%, 61%, 83%)
HSV hsv(136, 84%, 17%)
HWB hwb(136 3% 83%) color: hwb(136 3% 83%)
OKLCH oklch(0.2594 0.0643 148.68) color: oklch(0.2594 0.0643 148.68)
Lab lab(14.88 -20.38 13.69) color: lab(14.88 -20.38 13.69)
LCH lch(14.88 24.55 146.11) color: lch(14.88 24.55 146.11)

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 15.25:1
vs Black 1.38: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)

#171718 — rgb(23, 23, 24)

Deuteranopia (Green-blind)

#151219 — rgb(21, 18, 25)

Tritanopia (Blue-blind)

#091D1E — rgb(9, 29, 30)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(137, 74%, 10%);

text

color: hsl(137, 74%, 10%);

border

border: 2px solid hsl(137, 74%, 10%);

gradient light

background: linear-gradient(to right, hsl(137, 74%, 30%), hsl(137, 74%, 10%));

gradient dark

background: linear-gradient(to right, hsl(137, 74%, 10%), hsl(137, 74%, 0%))

hex

background-color: #072C11;

tailwind

bg-[hsl(137,74%,10%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(137, 74%, 10%, 0.4);

css variable

--color-primary: hsl(137, 74%, 10%);

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(137, 74%, 10%)?

HEX: #072C11 | RGB: rgb(7, 44, 17) | CMYK: 84%, 0%, 61%, 83% | HSV: 136°, 84%, 17%. Copy any format from the conversion table above.

What colors go well with #072C11?

The complementary color is HSL(317, 74%, 10%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(137, 74%, 10%) in CSS?

As HSL: color: hsl(137, 74%, 10%); — As HEX: color: #072C11; — As RGB: color: rgb(7, 44, 17); — Tailwind CSS: bg-[hsl(137,74%,10%)] — CSS variable: --color-primary: hsl(137, 74%, 10%);