HSL(147, 53%, 12%)

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(147,53%,12%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 53%, 12%) color: hsl(147, 53%, 12%)
HEX #0E2F1D color: #0E2F1D
RGB rgb(14, 47, 29) color: rgb(14, 47, 29)
CMYK cmyk(70%, 0%, 38%, 82%)
HSV hsv(147, 70%, 18%)
HWB hwb(147 5% 82%) color: hwb(147 5% 82%)
OKLCH oklch(0.2748 0.0513 156.59) color: oklch(0.2748 0.0513 156.59)
Lab lab(16.58 -17.29 8.06) color: lab(16.58 -17.29 8.06)
LCH lch(16.58 19.08 155.01) color: lch(16.58 19.08 155.01)

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 14.55:1
vs Black 1.44: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)

#1C1D21 — rgb(28, 29, 33)

Deuteranopia (Green-blind)

#1A1822 — rgb(26, 24, 34)

Tritanopia (Blue-blind)

#102526 — rgb(16, 37, 38)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 53%, 12%);

text

color: hsl(147, 53%, 12%);

border

border: 2px solid hsl(147, 53%, 12%);

gradient light

background: linear-gradient(to right, hsl(147, 53%, 32%), hsl(147, 53%, 12%));

gradient dark

background: linear-gradient(to right, hsl(147, 53%, 12%), hsl(147, 53%, 0%))

hex

background-color: #0E2F1D;

tailwind

bg-[hsl(147,53%,12%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(147, 53%, 12%, 0.4);

css variable

--color-primary: hsl(147, 53%, 12%);

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(147, 53%, 12%)?

HEX: #0E2F1D | RGB: rgb(14, 47, 29) | CMYK: 70%, 0%, 38%, 82% | HSV: 147°, 70%, 18%. Copy any format from the conversion table above.

What colors go well with #0E2F1D?

The complementary color is HSL(327, 53%, 12%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 53%, 12%) in CSS?

As HSL: color: hsl(147, 53%, 12%); — As HEX: color: #0E2F1D; — As RGB: color: rgb(14, 47, 29); — Tailwind CSS: bg-[hsl(147,53%,12%)] — CSS variable: --color-primary: hsl(147, 53%, 12%);