Shades of Zuccini #154A28
Tints of Zuccini #154A28
RGB
CMYK
RGB Variations
Color information
#154A28 (or 0x154A28) is known color: Zuccini. HEX triplet: 15, 4A and 28. RGB value is (21,74,40). Sum of RGB (Red+Green+Blue) = 21+74+40=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 74 (29.30% from 255 or 54.81% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 74 - color contains mainly: green. Hex color #154A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A28 is #EAB5D7. Grayscale: #363636. Windows color (decimal): -15381976 or 2640405. OLE color: 2640405.
HSL color Cylindrical-coordinate representation of color #154A28: hue angle of 141.51º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154A28 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 74 | 40 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.71 |
| HSL | 141.51º | 0.56% | 0.19% | - |
| HSV(B) | 141.51º | 0.72% | 0.29% | - |
| XYZ | 3.14 | 5.21 | 2.85 | - |
| YUV | 54.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 40 | 0.72 | 0 | 0.46 | 0.71 | 141.51 | 0.56 | 0.19 |
| Hex | 15 | 4A | 28 | 48 | 0 | 2E | 47 | 8E | 38 | 13 |
| Octal | 25 | 112 | 50 | 110 | 0 | 56 | 107 | 216 | 70 | 23 |
| Binary | 10101 | 1001010 | 101000 | 1001000 | 0 | 101110 | 1000111 | 10001110 | 111000 | 10011 |
Color Harmonies of #154A28
Complementary color
Monochromatic Colors of #154A28
Black with #154A28
Text Example
Text Example
White with #154A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A28; }
p { color: rgb(21,74,40); }
H1.HeaderClassName
{
color: #154A28;
}
.AnyTagClassName
{
color: #154A28;
}
</style>
background-color css
<style>
a { background-color: #154A28; }
a { background-color: rgb(21,74,40); }
div.DivClassName
{
background-color: #154A28;
}
.BgClassName
{
background-color: #154A28;
}
</style>
border-color css
<style>
span { border-color: #154A28; }
span { border-color: rgb(21,74,40); }
td.TdClassName
{
border-color: #154A28;
}
.TagClassName
{
border-color: #154A28;
}
</style>