Shades of Zuccini #15452A
Tints of Zuccini #15452A
RGB
CMYK
RGB Variations
Color information
#15452A (or 0x15452A) is known color: Zuccini. HEX triplet: 15, 45 and 2A. RGB value is (21,69,42). Sum of RGB (Red+Green+Blue) = 21+69+42=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #15452A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15452A is #EABAD5. Grayscale: #333333. Windows color (decimal): -15383254 or 2770197. OLE color: 2770197.
HSL color Cylindrical-coordinate representation of color #15452A: hue angle of 146.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15452A is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 69 | 42 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.73 |
| HSL | 146.25º | 0.53% | 0.18% | - |
| HSV(B) | 146.25º | 0.7% | 0.27% | - |
| XYZ | 2.86 | 4.58 | 2.92 | - |
| YUV | 51.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 69 | 42 | 0.70 | 0 | 0.39 | 0.73 | 146.25 | 0.53 | 0.18 |
| Hex | 15 | 45 | 2A | 46 | 0 | 27 | 49 | 92 | 35 | 12 |
| Octal | 25 | 105 | 52 | 106 | 0 | 47 | 111 | 222 | 65 | 22 |
| Binary | 10101 | 1000101 | 101010 | 1000110 | 0 | 100111 | 1001001 | 10010010 | 110101 | 10010 |
Color Harmonies of #15452A
Complementary color
Monochromatic Colors of #15452A
Black with #15452A
Text Example
Text Example
White with #15452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15452A; }
p { color: rgb(21,69,42); }
H1.HeaderClassName
{
color: #15452A;
}
.AnyTagClassName
{
color: #15452A;
}
</style>
background-color css
<style>
a { background-color: #15452A; }
a { background-color: rgb(21,69,42); }
div.DivClassName
{
background-color: #15452A;
}
.BgClassName
{
background-color: #15452A;
}
</style>
border-color css
<style>
span { border-color: #15452A; }
span { border-color: rgb(21,69,42); }
td.TdClassName
{
border-color: #15452A;
}
.TagClassName
{
border-color: #15452A;
}
</style>