HSL(133, 49%, 14%)

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(133,49%,14%)]

Color Conversions

Format Value CSS Usage
HSL hsl(133, 49%, 14%) color: hsl(133, 49%, 14%)
HEX #12351A color: #12351A
RGB rgb(18, 53, 26) color: rgb(18, 53, 26)
CMYK cmyk(66%, 0%, 51%, 79%)
HSV hsv(134, 66%, 21%)
HWB hwb(134 7% 79%) color: hwb(134 7% 79%)
OKLCH oklch(0.295 0.0631 148.7) color: oklch(0.295 0.0631 148.7)
Lab lab(19.01 -19.92 13.31) color: lab(19.01 -19.92 13.31)
LCH lch(19.01 23.96 146.25) color: lch(19.01 23.96 146.25)

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 13.55:1
vs Black 1.55: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)

#212121 — rgb(33, 33, 33)

Deuteranopia (Green-blind)

#1F1D22 — rgb(31, 29, 34)

Tritanopia (Blue-blind)

#142627 — rgb(20, 38, 39)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(133, 49%, 14%);

text

color: hsl(133, 49%, 14%);

border

border: 2px solid hsl(133, 49%, 14%);

gradient light

background: linear-gradient(to right, hsl(133, 49%, 34%), hsl(133, 49%, 14%));

gradient dark

background: linear-gradient(to right, hsl(133, 49%, 14%), hsl(133, 49%, 0%))

hex

background-color: #12351A;

tailwind

bg-[hsl(133,49%,14%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(133, 49%, 14%, 0.4);

css variable

--color-primary: hsl(133, 49%, 14%);

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(133, 49%, 14%)?

HEX: #12351A | RGB: rgb(18, 53, 26) | CMYK: 66%, 0%, 51%, 79% | HSV: 134°, 66%, 21%. Copy any format from the conversion table above.

What colors go well with #12351A?

The complementary color is HSL(313, 49%, 14%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(133, 49%, 14%) in CSS?

As HSL: color: hsl(133, 49%, 14%); — As HEX: color: #12351A; — As RGB: color: rgb(18, 53, 26); — Tailwind CSS: bg-[hsl(133,49%,14%)] — CSS variable: --color-primary: hsl(133, 49%, 14%);