Shades of Zuccini #17412F
Tints of Zuccini #17412F
RGB
CMYK
RGB Variations
Color information
#17412F (or 0x17412F) is known color: Zuccini. HEX triplet: 17, 41 and 2F. RGB value is (23,65,47). Sum of RGB (Red+Green+Blue) = 23+65+47=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #17412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17412F is #E8BED0. Grayscale: #323232. Windows color (decimal): -15253201 or 3096855. OLE color: 3096855.
HSL color Cylindrical-coordinate representation of color #17412F: hue angle of 154.29º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17412F is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 65 | 47 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.75 |
| HSL | 154.29º | 0.48% | 0.17% | - |
| HSV(B) | 154.29º | 0.65% | 0.25% | - |
| XYZ | 2.76 | 4.17 | 3.35 | - |
| YUV | 50.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 47 | 0.65 | 0 | 0.28 | 0.75 | 154.29 | 0.48 | 0.17 |
| Hex | 17 | 41 | 2F | 41 | 0 | 1C | 4B | 9A | 30 | 11 |
| Octal | 27 | 101 | 57 | 101 | 0 | 34 | 113 | 232 | 60 | 21 |
| Binary | 10111 | 1000001 | 101111 | 1000001 | 0 | 11100 | 1001011 | 10011010 | 110000 | 10001 |
Color Harmonies of #17412F
Complementary color
Monochromatic Colors of #17412F
Black with #17412F
Text Example
Text Example
White with #17412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17412F; }
p { color: rgb(23,65,47); }
H1.HeaderClassName
{
color: #17412F;
}
.AnyTagClassName
{
color: #17412F;
}
</style>
background-color css
<style>
a { background-color: #17412F; }
a { background-color: rgb(23,65,47); }
div.DivClassName
{
background-color: #17412F;
}
.BgClassName
{
background-color: #17412F;
}
</style>
border-color css
<style>
span { border-color: #17412F; }
span { border-color: rgb(23,65,47); }
td.TdClassName
{
border-color: #17412F;
}
.TagClassName
{
border-color: #17412F;
}
</style>