Shades of Zuccini #17442B
Tints of Zuccini #17442B
RGB
CMYK
RGB Variations
Color information
#17442B (or 0x17442B) is known color: Zuccini. HEX triplet: 17, 44 and 2B. RGB value is (23,68,43). Sum of RGB (Red+Green+Blue) = 23+68+43=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #17442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17442B is #E8BBD4. Grayscale: #333333. Windows color (decimal): -15252437 or 2835479. OLE color: 2835479.
HSL color Cylindrical-coordinate representation of color #17442B: hue angle of 146.67º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #17442B is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 68 | 43 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.73 |
| HSL | 146.67º | 0.49% | 0.18% | - |
| HSV(B) | 146.67º | 0.66% | 0.27% | - |
| XYZ | 2.86 | 4.49 | 3 | - |
| YUV | 51.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 43 | 0.66 | 0 | 0.37 | 0.73 | 146.67 | 0.49 | 0.18 |
| Hex | 17 | 44 | 2B | 42 | 0 | 25 | 49 | 93 | 31 | 12 |
| Octal | 27 | 104 | 53 | 102 | 0 | 45 | 111 | 223 | 61 | 22 |
| Binary | 10111 | 1000100 | 101011 | 1000010 | 0 | 100101 | 1001001 | 10010011 | 110001 | 10010 |
Color Harmonies of #17442B
Complementary color
Monochromatic Colors of #17442B
Black with #17442B
Text Example
Text Example
White with #17442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17442B; }
p { color: rgb(23,68,43); }
H1.HeaderClassName
{
color: #17442B;
}
.AnyTagClassName
{
color: #17442B;
}
</style>
background-color css
<style>
a { background-color: #17442B; }
a { background-color: rgb(23,68,43); }
div.DivClassName
{
background-color: #17442B;
}
.BgClassName
{
background-color: #17442B;
}
</style>
border-color css
<style>
span { border-color: #17442B; }
span { border-color: rgb(23,68,43); }
td.TdClassName
{
border-color: #17442B;
}
.TagClassName
{
border-color: #17442B;
}
</style>