Shades of Zuccini #173D2C
Tints of Zuccini #173D2C
RGB
CMYK
RGB Variations
Color information
#173D2C (or 0x173D2C) is known color: Zuccini. HEX triplet: 17, 3D and 2C. RGB value is (23,61,44). Sum of RGB (Red+Green+Blue) = 23+61+44=128 (16% of max value = 765). Red value is 23 (9.38% from 255 or 17.97% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 61 - color contains mainly: green. Hex color #173D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173D2C is #E8C2D3. Grayscale: #2F2F2F. Windows color (decimal): -15254228 or 2899223. OLE color: 2899223.
HSL color Cylindrical-coordinate representation of color #173D2C: hue angle of 153.16º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #173D2C is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 61 | 44 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.76 |
| HSL | 153.16º | 0.45% | 0.16% | - |
| HSV(B) | 153.16º | 0.62% | 0.24% | - |
| XYZ | 2.48 | 3.7 | 2.97 | - |
| YUV | 47.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 44 | 0.62 | 0 | 0.28 | 0.76 | 153.16 | 0.45 | 0.16 |
| Hex | 17 | 3D | 2C | 3E | 0 | 1C | 4C | 99 | 2D | 10 |
| Octal | 27 | 75 | 54 | 76 | 0 | 34 | 114 | 231 | 55 | 20 |
| Binary | 10111 | 111101 | 101100 | 111110 | 0 | 11100 | 1001100 | 10011001 | 101101 | 10000 |
Color Harmonies of #173D2C
Complementary color
Monochromatic Colors of #173D2C
Black with #173D2C
Text Example
Text Example
White with #173D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173D2C; }
p { color: rgb(23,61,44); }
H1.HeaderClassName
{
color: #173D2C;
}
.AnyTagClassName
{
color: #173D2C;
}
</style>
background-color css
<style>
a { background-color: #173D2C; }
a { background-color: rgb(23,61,44); }
div.DivClassName
{
background-color: #173D2C;
}
.BgClassName
{
background-color: #173D2C;
}
</style>
border-color css
<style>
span { border-color: #173D2C; }
span { border-color: rgb(23,61,44); }
td.TdClassName
{
border-color: #173D2C;
}
.TagClassName
{
border-color: #173D2C;
}
</style>