Shades of Zuccini #173F2D
Tints of Zuccini #173F2D
RGB
CMYK
RGB Variations
Color information
#173F2D (or 0x173F2D) is known color: Zuccini. HEX triplet: 17, 3F and 2D. RGB value is (23,63,45). Sum of RGB (Red+Green+Blue) = 23+63+45=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 63 - color contains mainly: green. Hex color #173F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173F2D is #E8C0D2. Grayscale: #313131. Windows color (decimal): -15253715 or 2965271. OLE color: 2965271.
HSL color Cylindrical-coordinate representation of color #173F2D: hue angle of 153º 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 #173F2D is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 63 | 45 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.75 |
| HSL | 153º | 0.47% | 0.17% | - |
| HSV(B) | 153º | 0.63% | 0.25% | - |
| XYZ | 2.6 | 3.93 | 3.1 | - |
| YUV | 48.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 45 | 0.63 | 0 | 0.29 | 0.75 | 153 | 0.47 | 0.17 |
| Hex | 17 | 3F | 2D | 3F | 0 | 1D | 4B | 99 | 2F | 11 |
| Octal | 27 | 77 | 55 | 77 | 0 | 35 | 113 | 231 | 57 | 21 |
| Binary | 10111 | 111111 | 101101 | 111111 | 0 | 11101 | 1001011 | 10011001 | 101111 | 10001 |
Color Harmonies of #173F2D
Complementary color
Monochromatic Colors of #173F2D
Black with #173F2D
Text Example
Text Example
White with #173F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F2D; }
p { color: rgb(23,63,45); }
H1.HeaderClassName
{
color: #173F2D;
}
.AnyTagClassName
{
color: #173F2D;
}
</style>
background-color css
<style>
a { background-color: #173F2D; }
a { background-color: rgb(23,63,45); }
div.DivClassName
{
background-color: #173F2D;
}
.BgClassName
{
background-color: #173F2D;
}
</style>
border-color css
<style>
span { border-color: #173F2D; }
span { border-color: rgb(23,63,45); }
td.TdClassName
{
border-color: #173F2D;
}
.TagClassName
{
border-color: #173F2D;
}
</style>