HSL(141, 92%, 30%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(141,92%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(141, 92%, 30%) color: hsl(141, 92%, 30%)
HEX #069337 color: #069337
RGB rgb(6, 147, 55) color: rgb(6, 147, 55)
CMYK cmyk(96%, 0%, 63%, 42%)
HSV hsv(141, 96%, 58%)
HWB hwb(141 2% 42%) color: hwb(141 2% 42%)
OKLCH oklch(0.5786 0.1686 147.36) color: oklch(0.5786 0.1686 147.36)
Lab lab(53.15 -52.93 38.67) color: lab(53.15 -52.93 38.67)
LCH lch(53.15 65.55 143.85) color: lch(53.15 65.55 143.85)

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 4.01:1
vs Black 5.24:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#43444D — rgb(67, 68, 77)

Deuteranopia (Green-blind)

#3B3053 — rgb(59, 48, 83)

Tritanopia (Blue-blind)

#0D5F63 — rgb(13, 95, 99)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(141, 92%, 30%);

text

color: hsl(141, 92%, 30%);

border

border: 2px solid hsl(141, 92%, 30%);

gradient light

background: linear-gradient(to right, hsl(141, 92%, 50%), hsl(141, 92%, 30%));

gradient dark

background: linear-gradient(to right, hsl(141, 92%, 30%), hsl(141, 92%, 10%))

hex

background-color: #069337;

tailwind

bg-[hsl(141,92%,30%)]

box shadow

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

css variable

--color-primary: hsl(141, 92%, 30%);

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(141, 92%, 30%)?

HEX: #069337 | RGB: rgb(6, 147, 55) | CMYK: 96%, 0%, 63%, 42% | HSV: 141°, 96%, 58%. Copy any format from the conversion table above.

What colors go well with #069337?

The complementary color is HSL(321, 92%, 30%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(141, 92%, 30%) in CSS?

As HSL: color: hsl(141, 92%, 30%); — As HEX: color: #069337; — As RGB: color: rgb(6, 147, 55); — Tailwind CSS: bg-[hsl(141,92%,30%)] — CSS variable: --color-primary: hsl(141, 92%, 30%);