HSL(73, 58%, 29%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(73,58%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(73, 58%, 29%) color: hsl(73, 58%, 29%)
HEX #62751F color: #62751F
RGB rgb(98, 117, 31) color: rgb(98, 117, 31)
CMYK cmyk(16%, 0%, 74%, 54%)
HSV hsv(73, 74%, 46%)
HWB hwb(73 12% 54%) color: hwb(73 12% 54%)
OKLCH oklch(0.5295 0.1118 121.24) color: oklch(0.5295 0.1118 121.24)
Lab lab(46.2 -19.77 42.71) color: lab(46.2 -19.77 42.71)
LCH lch(46.2 47.06 114.84) color: lch(46.2 47.06 114.84)

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 5.14:1
vs Black 4.08:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#6A6A34 — rgb(106, 106, 52)

Deuteranopia (Green-blind)

#696839 — rgb(105, 104, 57)

Tritanopia (Blue-blind)

#634448 — rgb(99, 68, 72)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(73, 58%, 29%);

text

color: hsl(73, 58%, 29%);

border

border: 2px solid hsl(73, 58%, 29%);

gradient light

background: linear-gradient(to right, hsl(73, 58%, 49%), hsl(73, 58%, 29%));

gradient dark

background: linear-gradient(to right, hsl(73, 58%, 29%), hsl(73, 58%, 9%))

hex

background-color: #62751F;

tailwind

bg-[hsl(73,58%,29%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(73, 58%, 29%, 0.4);

css variable

--color-primary: hsl(73, 58%, 29%);

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(73, 58%, 29%)?

HEX: #62751F | RGB: rgb(98, 117, 31) | CMYK: 16%, 0%, 74%, 54% | HSV: 73°, 74%, 46%. Copy any format from the conversion table above.

What colors go well with #62751F?

The complementary color is HSL(253, 58%, 29%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(73, 58%, 29%) in CSS?

As HSL: color: hsl(73, 58%, 29%); — As HEX: color: #62751F; — As RGB: color: rgb(98, 117, 31); — Tailwind CSS: bg-[hsl(73,58%,29%)] — CSS variable: --color-primary: hsl(73, 58%, 29%);