Shades of Zuccini #154C29
Tints of Zuccini #154C29
RGB
CMYK
RGB Variations
Color information
#154C29 (or 0x154C29) is known color: Zuccini. HEX triplet: 15, 4C and 29. RGB value is (21,76,41). Sum of RGB (Red+Green+Blue) = 21+76+41=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #154C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C29 is #EAB3D6. Grayscale: #373737. Windows color (decimal): -15381463 or 2706453. OLE color: 2706453.
HSL color Cylindrical-coordinate representation of color #154C29: hue angle of 141.82º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154C29 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 76 | 41 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.70 |
| HSL | 141.82º | 0.57% | 0.19% | - |
| HSV(B) | 141.82º | 0.72% | 0.3% | - |
| XYZ | 3.29 | 5.49 | 2.98 | - |
| YUV | 55.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 41 | 0.72 | 0 | 0.46 | 0.70 | 141.82 | 0.57 | 0.19 |
| Hex | 15 | 4C | 29 | 48 | 0 | 2E | 46 | 8E | 39 | 13 |
| Octal | 25 | 114 | 51 | 110 | 0 | 56 | 106 | 216 | 71 | 23 |
| Binary | 10101 | 1001100 | 101001 | 1001000 | 0 | 101110 | 1000110 | 10001110 | 111001 | 10011 |
Color Harmonies of #154C29
Complementary color
Monochromatic Colors of #154C29
Black with #154C29
Text Example
Text Example
White with #154C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C29; }
p { color: rgb(21,76,41); }
H1.HeaderClassName
{
color: #154C29;
}
.AnyTagClassName
{
color: #154C29;
}
</style>
background-color css
<style>
a { background-color: #154C29; }
a { background-color: rgb(21,76,41); }
div.DivClassName
{
background-color: #154C29;
}
.BgClassName
{
background-color: #154C29;
}
</style>
border-color css
<style>
span { border-color: #154C29; }
span { border-color: rgb(21,76,41); }
td.TdClassName
{
border-color: #154C29;
}
.TagClassName
{
border-color: #154C29;
}
</style>