HSL(92, 67%, 25%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(92,67%,25%)]

Color Conversions

Format Value CSS Usage
HSL hsl(92, 67%, 25%) color: hsl(92, 67%, 25%)
HEX #3D6A15 color: #3D6A15
RGB rgb(61, 106, 21) color: rgb(61, 106, 21)
CMYK cmyk(42%, 0%, 80%, 58%)
HSV hsv(92, 80%, 42%)
HWB hwb(92 8% 58%) color: hwb(92 8% 58%)
OKLCH oklch(0.474 0.1232 133.9) color: oklch(0.474 0.1232 133.9)
Lab lab(40.17 -30.42 39.84) color: lab(40.17 -30.42 39.84)
LCH lch(40.17 50.13 127.36) color: lch(40.17 50.13 127.36)

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 6.42:1
vs Black 3.27: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)

#50512A — rgb(80, 81, 42)

Deuteranopia (Green-blind)

#4E4B2F — rgb(78, 75, 47)

Tritanopia (Blue-blind)

#3F3A3D — rgb(63, 58, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(92, 67%, 25%);

text

color: hsl(92, 67%, 25%);

border

border: 2px solid hsl(92, 67%, 25%);

gradient light

background: linear-gradient(to right, hsl(92, 67%, 45%), hsl(92, 67%, 25%));

gradient dark

background: linear-gradient(to right, hsl(92, 67%, 25%), hsl(92, 67%, 5%))

hex

background-color: #3D6A15;

tailwind

bg-[hsl(92,67%,25%)]

box shadow

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

css variable

--color-primary: hsl(92, 67%, 25%);

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(92, 67%, 25%)?

HEX: #3D6A15 | RGB: rgb(61, 106, 21) | CMYK: 42%, 0%, 80%, 58% | HSV: 92°, 80%, 42%. Copy any format from the conversion table above.

What colors go well with #3D6A15?

The complementary color is HSL(272, 67%, 25%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(92, 67%, 25%) in CSS?

As HSL: color: hsl(92, 67%, 25%); — As HEX: color: #3D6A15; — As RGB: color: rgb(61, 106, 21); — Tailwind CSS: bg-[hsl(92,67%,25%)] — CSS variable: --color-primary: hsl(92, 67%, 25%);