Shades of Zuccini #17402A
Tints of Zuccini #17402A
RGB
CMYK
RGB Variations
Color information
#17402A (or 0x17402A) is known color: Zuccini. HEX triplet: 17, 40 and 2A. RGB value is (23,64,42). Sum of RGB (Red+Green+Blue) = 23+64+42=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #17402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17402A is #E8BFD5. Grayscale: #313131. Windows color (decimal): -15253462 or 2768919. OLE color: 2768919.
HSL color Cylindrical-coordinate representation of color #17402A: hue angle of 147.8º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #17402A is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 64 | 42 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.75 |
| HSL | 147.8º | 0.47% | 0.17% | - |
| HSV(B) | 147.8º | 0.64% | 0.25% | - |
| XYZ | 2.6 | 4.02 | 2.83 | - |
| YUV | 49.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 42 | 0.64 | 0 | 0.34 | 0.75 | 147.8 | 0.47 | 0.17 |
| Hex | 17 | 40 | 2A | 40 | 0 | 22 | 4B | 94 | 2F | 11 |
| Octal | 27 | 100 | 52 | 100 | 0 | 42 | 113 | 224 | 57 | 21 |
| Binary | 10111 | 1000000 | 101010 | 1000000 | 0 | 100010 | 1001011 | 10010100 | 101111 | 10001 |
Color Harmonies of #17402A
Complementary color
Monochromatic Colors of #17402A
Black with #17402A
Text Example
Text Example
White with #17402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17402A; }
p { color: rgb(23,64,42); }
H1.HeaderClassName
{
color: #17402A;
}
.AnyTagClassName
{
color: #17402A;
}
</style>
background-color css
<style>
a { background-color: #17402A; }
a { background-color: rgb(23,64,42); }
div.DivClassName
{
background-color: #17402A;
}
.BgClassName
{
background-color: #17402A;
}
</style>
border-color css
<style>
span { border-color: #17402A; }
span { border-color: rgb(23,64,42); }
td.TdClassName
{
border-color: #17402A;
}
.TagClassName
{
border-color: #17402A;
}
</style>