HSL(102, 30%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,30%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 30%, 44%) | color: hsl(102, 30%, 44%) | |
| HEX | #63924F | color: #63924F | |
| RGB | rgb(99, 146, 79) | color: rgb(99, 146, 79) | |
| CMYK | cmyk(32%, 0%, 46%, 43%) | — | |
| HSV | hsv(102, 46%, 57%) | — | |
| HWB | hwb(102 31% 43%) | color: hwb(102 31% 43%) | |
| OKLCH | oklch(0.6095 0.1087 136.94) | color: oklch(0.6095 0.1087 136.94) | |
| Lab | lab(55.86 -28.95 30.48) | color: lab(55.86 -28.95 30.48) | |
| LCH | lch(55.86 42.04 133.53) | color: lch(55.86 42.04 133.53) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#77785F — rgb(119, 120, 95)
Deuteranopia (Green-blind)
#757163 — rgb(117, 113, 99)
Tritanopia (Blue-blind)
#656C6F — rgb(101, 108, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 30%, 44%);
text
color: hsl(102, 30%, 44%);
border
border: 2px solid hsl(102, 30%, 44%);
gradient light
background: linear-gradient(to right, hsl(102, 30%, 64%), hsl(102, 30%, 44%));
gradient dark
background: linear-gradient(to right, hsl(102, 30%, 44%), hsl(102, 30%, 24%))
hex
background-color: #63924F;
tailwind
bg-[hsl(102,30%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 30%, 44%, 0.4);
css variable
--color-primary: hsl(102, 30%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 30%, 44%)?
HEX: #63924F | RGB: rgb(99, 146, 79) | CMYK: 32%, 0%, 46%, 43% | HSV: 102°, 46%, 57%. Copy any format from the conversion table above.
What colors go well with #63924F?
The complementary color is HSL(282, 30%, 44%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 30%, 44%) in CSS?
As HSL: color: hsl(102, 30%, 44%); — As HEX: color: #63924F; — As RGB: color: rgb(99, 146, 79); — Tailwind CSS: bg-[hsl(102,30%,44%)] — CSS variable: --color-primary: hsl(102, 30%, 44%);