Shades of Zuccini #173F2C
Tints of Zuccini #173F2C
RGB
CMYK
RGB Variations
Color information
#173F2C (or 0x173F2C) is known color: Zuccini. HEX triplet: 17, 3F and 2C. RGB value is (23,63,44). Sum of RGB (Red+Green+Blue) = 23+63+44=130 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.69% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 63 - color contains mainly: green. Hex color #173F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173F2C is #E8C0D3. Grayscale: #303030. Windows color (decimal): -15253716 or 2899735. OLE color: 2899735.
HSL color Cylindrical-coordinate representation of color #173F2C: hue angle of 151.5º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #173F2C is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 63 | 44 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.75 |
| HSL | 151.5º | 0.47% | 0.17% | - |
| HSV(B) | 151.5º | 0.63% | 0.25% | - |
| XYZ | 2.59 | 3.92 | 3 | - |
| YUV | 48.87 | 125.25 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 44 | 0.63 | 0 | 0.30 | 0.75 | 151.5 | 0.47 | 0.17 |
| Hex | 17 | 3F | 2C | 3F | 0 | 1E | 4B | 98 | 2F | 11 |
| Octal | 27 | 77 | 54 | 77 | 0 | 36 | 113 | 230 | 57 | 21 |
| Binary | 10111 | 111111 | 101100 | 111111 | 0 | 11110 | 1001011 | 10011000 | 101111 | 10001 |
Color Harmonies of #173F2C
Complementary color
Monochromatic Colors of #173F2C
Black with #173F2C
Text Example
Text Example
White with #173F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F2C; }
p { color: rgb(23,63,44); }
H1.HeaderClassName
{
color: #173F2C;
}
.AnyTagClassName
{
color: #173F2C;
}
</style>
background-color css
<style>
a { background-color: #173F2C; }
a { background-color: rgb(23,63,44); }
div.DivClassName
{
background-color: #173F2C;
}
.BgClassName
{
background-color: #173F2C;
}
</style>
border-color css
<style>
span { border-color: #173F2C; }
span { border-color: rgb(23,63,44); }
td.TdClassName
{
border-color: #173F2C;
}
.TagClassName
{
border-color: #173F2C;
}
</style>