Shades of Zuccini #17422F
Tints of Zuccini #17422F
RGB
CMYK
RGB Variations
Color information
#17422F (or 0x17422F) is known color: Zuccini. HEX triplet: 17, 42 and 2F. RGB value is (23,66,47). Sum of RGB (Red+Green+Blue) = 23+66+47=136 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.91% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #17422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17422F is #E8BDD0. Grayscale: #333333. Windows color (decimal): -15252945 or 3097111. OLE color: 3097111.
HSL color Cylindrical-coordinate representation of color #17422F: hue angle of 153.49º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17422F is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 66 | 47 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.74 |
| HSL | 153.49º | 0.48% | 0.17% | - |
| HSV(B) | 153.49º | 0.65% | 0.26% | - |
| XYZ | 2.81 | 4.28 | 3.37 | - |
| YUV | 50.98 | 125.75 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 47 | 0.65 | 0 | 0.29 | 0.74 | 153.49 | 0.48 | 0.17 |
| Hex | 17 | 42 | 2F | 41 | 0 | 1D | 4A | 99 | 30 | 11 |
| Octal | 27 | 102 | 57 | 101 | 0 | 35 | 112 | 231 | 60 | 21 |
| Binary | 10111 | 1000010 | 101111 | 1000001 | 0 | 11101 | 1001010 | 10011001 | 110000 | 10001 |
Color Harmonies of #17422F
Complementary color
Monochromatic Colors of #17422F
Black with #17422F
Text Example
Text Example
White with #17422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17422F; }
p { color: rgb(23,66,47); }
H1.HeaderClassName
{
color: #17422F;
}
.AnyTagClassName
{
color: #17422F;
}
</style>
background-color css
<style>
a { background-color: #17422F; }
a { background-color: rgb(23,66,47); }
div.DivClassName
{
background-color: #17422F;
}
.BgClassName
{
background-color: #17422F;
}
</style>
border-color css
<style>
span { border-color: #17422F; }
span { border-color: rgb(23,66,47); }
td.TdClassName
{
border-color: #17422F;
}
.TagClassName
{
border-color: #17422F;
}
</style>