Shades of Zuccini #19402F
Tints of Zuccini #19402F
RGB
CMYK
RGB Variations
Color information
#19402F (or 0x19402F) is known color: Zuccini. HEX triplet: 19, 40 and 2F. RGB value is (25,64,47). Sum of RGB (Red+Green+Blue) = 25+64+47=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #19402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19402F is #E6BFD0. Grayscale: #323232. Windows color (decimal): -15122385 or 3096601. OLE color: 3096601.
HSL color Cylindrical-coordinate representation of color #19402F: hue angle of 153.85º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #19402F is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 47 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.75 |
| HSL | 153.85º | 0.44% | 0.17% | - |
| HSV(B) | 153.85º | 0.61% | 0.25% | - |
| XYZ | 2.75 | 4.08 | 3.33 | - |
| YUV | 50.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 47 | 0.61 | 0 | 0.27 | 0.75 | 153.85 | 0.44 | 0.17 |
| Hex | 19 | 40 | 2F | 3D | 0 | 1B | 4B | 9A | 2C | 11 |
| Octal | 31 | 100 | 57 | 75 | 0 | 33 | 113 | 232 | 54 | 21 |
| Binary | 11001 | 1000000 | 101111 | 111101 | 0 | 11011 | 1001011 | 10011010 | 101100 | 10001 |
Color Harmonies of #19402F
Complementary color
Monochromatic Colors of #19402F
Black with #19402F
Text Example
Text Example
White with #19402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19402F; }
p { color: rgb(25,64,47); }
H1.HeaderClassName
{
color: #19402F;
}
.AnyTagClassName
{
color: #19402F;
}
</style>
background-color css
<style>
a { background-color: #19402F; }
a { background-color: rgb(25,64,47); }
div.DivClassName
{
background-color: #19402F;
}
.BgClassName
{
background-color: #19402F;
}
</style>
border-color css
<style>
span { border-color: #19402F; }
span { border-color: rgb(25,64,47); }
td.TdClassName
{
border-color: #19402F;
}
.TagClassName
{
border-color: #19402F;
}
</style>