Shades of Zuccini #15402E
Tints of Zuccini #15402E
RGB
CMYK
RGB Variations
Color information
#15402E (or 0x15402E) is known color: Zuccini. HEX triplet: 15, 40 and 2E. RGB value is (21,64,46). Sum of RGB (Red+Green+Blue) = 21+64+46=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #15402E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15402E is #EABFD1. Grayscale: #313131. Windows color (decimal): -15384530 or 3031061. OLE color: 3031061.
HSL color Cylindrical-coordinate representation of color #15402E: hue angle of 154.88º 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 #15402E is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 46 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.75 |
| HSL | 154.88º | 0.51% | 0.17% | - |
| HSV(B) | 154.88º | 0.67% | 0.25% | - |
| XYZ | 2.64 | 4.02 | 3.22 | - |
| YUV | 49.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 46 | 0.67 | 0 | 0.28 | 0.75 | 154.88 | 0.51 | 0.17 |
| Hex | 15 | 40 | 2E | 43 | 0 | 1C | 4B | 9B | 33 | 11 |
| Octal | 25 | 100 | 56 | 103 | 0 | 34 | 113 | 233 | 63 | 21 |
| Binary | 10101 | 1000000 | 101110 | 1000011 | 0 | 11100 | 1001011 | 10011011 | 110011 | 10001 |
Color Harmonies of #15402E
Complementary color
Monochromatic Colors of #15402E
Black with #15402E
Text Example
Text Example
White with #15402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15402E; }
p { color: rgb(21,64,46); }
H1.HeaderClassName
{
color: #15402E;
}
.AnyTagClassName
{
color: #15402E;
}
</style>
background-color css
<style>
a { background-color: #15402E; }
a { background-color: rgb(21,64,46); }
div.DivClassName
{
background-color: #15402E;
}
.BgClassName
{
background-color: #15402E;
}
</style>
border-color css
<style>
span { border-color: #15402E; }
span { border-color: rgb(21,64,46); }
td.TdClassName
{
border-color: #15402E;
}
.TagClassName
{
border-color: #15402E;
}
</style>