Shades of Zuccini #154B28
Tints of Zuccini #154B28
RGB
CMYK
RGB Variations
Color information
#154B28 (or 0x154B28) is known color: Zuccini. HEX triplet: 15, 4B and 28. RGB value is (21,75,40). Sum of RGB (Red+Green+Blue) = 21+75+40=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #154B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154B28 is #EAB4D7. Grayscale: #363636. Windows color (decimal): -15381720 or 2640661. OLE color: 2640661.
HSL color Cylindrical-coordinate representation of color #154B28: hue angle of 141.11º 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 #154B28 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 75 | 40 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.71 |
| HSL | 141.11º | 0.56% | 0.19% | - |
| HSV(B) | 141.11º | 0.72% | 0.29% | - |
| XYZ | 3.21 | 5.34 | 2.87 | - |
| YUV | 54.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 40 | 0.72 | 0 | 0.47 | 0.71 | 141.11 | 0.56 | 0.19 |
| Hex | 15 | 4B | 28 | 48 | 0 | 2F | 47 | 8D | 38 | 13 |
| Octal | 25 | 113 | 50 | 110 | 0 | 57 | 107 | 215 | 70 | 23 |
| Binary | 10101 | 1001011 | 101000 | 1001000 | 0 | 101111 | 1000111 | 10001101 | 111000 | 10011 |
Color Harmonies of #154B28
Complementary color
Monochromatic Colors of #154B28
Black with #154B28
Text Example
Text Example
White with #154B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154B28; }
p { color: rgb(21,75,40); }
H1.HeaderClassName
{
color: #154B28;
}
.AnyTagClassName
{
color: #154B28;
}
</style>
background-color css
<style>
a { background-color: #154B28; }
a { background-color: rgb(21,75,40); }
div.DivClassName
{
background-color: #154B28;
}
.BgClassName
{
background-color: #154B28;
}
</style>
border-color css
<style>
span { border-color: #154B28; }
span { border-color: rgb(21,75,40); }
td.TdClassName
{
border-color: #154B28;
}
.TagClassName
{
border-color: #154B28;
}
</style>