HSL(134, 89%, 15%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(134,89%,15%)]

Color Conversions

Format Value CSS Usage
HSL hsl(134, 89%, 15%) color: hsl(134, 89%, 15%)
HEX #044814 color: #044814
RGB rgb(4, 72, 20) color: rgb(4, 72, 20)
CMYK cmyk(94%, 0%, 72%, 72%)
HSV hsv(134, 94%, 28%)
HWB hwb(134 2% 72%) color: hwb(134 2% 72%)
OKLCH oklch(0.3506 0.1038 146.04) color: oklch(0.3506 0.1038 146.04)
Lab lab(25.89 -32.01 24.94) color: lab(25.89 -32.01 24.94)
LCH lch(25.89 40.58 142.08) color: lch(25.89 40.58 142.08)

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 10.81:1
vs Black 1.94: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)

#212221 — rgb(33, 34, 33)

Deuteranopia (Green-blind)

#1E1824 — rgb(30, 24, 36)

Tritanopia (Blue-blind)

#072B2D — rgb(7, 43, 45)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(134, 89%, 15%);

text

color: hsl(134, 89%, 15%);

border

border: 2px solid hsl(134, 89%, 15%);

gradient light

background: linear-gradient(to right, hsl(134, 89%, 35%), hsl(134, 89%, 15%));

gradient dark

background: linear-gradient(to right, hsl(134, 89%, 15%), hsl(134, 89%, 0%))

hex

background-color: #044814;

tailwind

bg-[hsl(134,89%,15%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(134, 89%, 15%, 0.4);

css variable

--color-primary: hsl(134, 89%, 15%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(134, 89%, 15%)?

HEX: #044814 | RGB: rgb(4, 72, 20) | CMYK: 94%, 0%, 72%, 72% | HSV: 134°, 94%, 28%. Copy any format from the conversion table above.

What colors go well with #044814?

The complementary color is HSL(314, 89%, 15%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(134, 89%, 15%) in CSS?

As HSL: color: hsl(134, 89%, 15%); — As HEX: color: #044814; — As RGB: color: rgb(4, 72, 20); — Tailwind CSS: bg-[hsl(134,89%,15%)] — CSS variable: --color-primary: hsl(134, 89%, 15%);