Shades of Zuccini #173F2B
Tints of Zuccini #173F2B
RGB
CMYK
RGB Variations
Color information
#173F2B (or 0x173F2B) is known color: Zuccini. HEX triplet: 17, 3F and 2B. RGB value is (23,63,43). Sum of RGB (Red+Green+Blue) = 23+63+43=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 63 - color contains mainly: green. Hex color #173F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173F2B is #E8C0D4. Grayscale: #303030. Windows color (decimal): -15253717 or 2834199. OLE color: 2834199.
HSL color Cylindrical-coordinate representation of color #173F2B: hue angle of 150º 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 #173F2B is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 63 | 43 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.75 |
| HSL | 150º | 0.47% | 0.17% | - |
| HSV(B) | 150º | 0.63% | 0.25% | - |
| XYZ | 2.57 | 3.91 | 2.91 | - |
| YUV | 48.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 43 | 0.63 | 0 | 0.32 | 0.75 | 150 | 0.47 | 0.17 |
| Hex | 17 | 3F | 2B | 3F | 0 | 20 | 4B | 96 | 2F | 11 |
| Octal | 27 | 77 | 53 | 77 | 0 | 40 | 113 | 226 | 57 | 21 |
| Binary | 10111 | 111111 | 101011 | 111111 | 0 | 100000 | 1001011 | 10010110 | 101111 | 10001 |
Color Harmonies of #173F2B
Complementary color
Monochromatic Colors of #173F2B
Black with #173F2B
Text Example
Text Example
White with #173F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F2B; }
p { color: rgb(23,63,43); }
H1.HeaderClassName
{
color: #173F2B;
}
.AnyTagClassName
{
color: #173F2B;
}
</style>
background-color css
<style>
a { background-color: #173F2B; }
a { background-color: rgb(23,63,43); }
div.DivClassName
{
background-color: #173F2B;
}
.BgClassName
{
background-color: #173F2B;
}
</style>
border-color css
<style>
span { border-color: #173F2B; }
span { border-color: rgb(23,63,43); }
td.TdClassName
{
border-color: #173F2B;
}
.TagClassName
{
border-color: #173F2B;
}
</style>