Shades of Zuccini #15402C
Tints of Zuccini #15402C
RGB
CMYK
RGB Variations
Color information
#15402C (or 0x15402C) is known color: Zuccini. HEX triplet: 15, 40 and 2C. RGB value is (21,64,44). Sum of RGB (Red+Green+Blue) = 21+64+44=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #15402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15402C is #EABFD3. Grayscale: #303030. Windows color (decimal): -15384532 or 2899989. OLE color: 2899989.
HSL color Cylindrical-coordinate representation of color #15402C: hue angle of 152.09º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15402C is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 44 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.75 |
| HSL | 152.09º | 0.51% | 0.17% | - |
| HSV(B) | 152.09º | 0.67% | 0.25% | - |
| XYZ | 2.6 | 4.01 | 3.02 | - |
| YUV | 48.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 44 | 0.67 | 0 | 0.31 | 0.75 | 152.09 | 0.51 | 0.17 |
| Hex | 15 | 40 | 2C | 43 | 0 | 1F | 4B | 98 | 33 | 11 |
| Octal | 25 | 100 | 54 | 103 | 0 | 37 | 113 | 230 | 63 | 21 |
| Binary | 10101 | 1000000 | 101100 | 1000011 | 0 | 11111 | 1001011 | 10011000 | 110011 | 10001 |
Color Harmonies of #15402C
Complementary color
Monochromatic Colors of #15402C
Black with #15402C
Text Example
Text Example
White with #15402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15402C; }
p { color: rgb(21,64,44); }
H1.HeaderClassName
{
color: #15402C;
}
.AnyTagClassName
{
color: #15402C;
}
</style>
background-color css
<style>
a { background-color: #15402C; }
a { background-color: rgb(21,64,44); }
div.DivClassName
{
background-color: #15402C;
}
.BgClassName
{
background-color: #15402C;
}
</style>
border-color css
<style>
span { border-color: #15402C; }
span { border-color: rgb(21,64,44); }
td.TdClassName
{
border-color: #15402C;
}
.TagClassName
{
border-color: #15402C;
}
</style>