Shades of Zuccini #174B2C
Tints of Zuccini #174B2C
RGB
CMYK
RGB Variations
Color information
#174B2C (or 0x174B2C) is known color: Zuccini. HEX triplet: 17, 4B and 2C. RGB value is (23,75,44). Sum of RGB (Red+Green+Blue) = 23+75+44=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 75 (29.69% from 255 or 52.82% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 75 - color contains mainly: green. Hex color #174B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174B2C is #E8B4D3. Grayscale: #373737. Windows color (decimal): -15250644 or 2902807. OLE color: 2902807.
HSL color Cylindrical-coordinate representation of color #174B2C: hue angle of 144.23º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #174B2C is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 75 | 44 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.71 |
| HSL | 144.23º | 0.53% | 0.19% | - |
| HSV(B) | 144.23º | 0.69% | 0.29% | - |
| XYZ | 3.32 | 5.4 | 3.25 | - |
| YUV | 55.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 44 | 0.69 | 0 | 0.41 | 0.71 | 144.23 | 0.53 | 0.19 |
| Hex | 17 | 4B | 2C | 45 | 0 | 29 | 47 | 90 | 35 | 13 |
| Octal | 27 | 113 | 54 | 105 | 0 | 51 | 107 | 220 | 65 | 23 |
| Binary | 10111 | 1001011 | 101100 | 1000101 | 0 | 101001 | 1000111 | 10010000 | 110101 | 10011 |
Color Harmonies of #174B2C
Complementary color
Monochromatic Colors of #174B2C
Black with #174B2C
Text Example
Text Example
White with #174B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174B2C; }
p { color: rgb(23,75,44); }
H1.HeaderClassName
{
color: #174B2C;
}
.AnyTagClassName
{
color: #174B2C;
}
</style>
background-color css
<style>
a { background-color: #174B2C; }
a { background-color: rgb(23,75,44); }
div.DivClassName
{
background-color: #174B2C;
}
.BgClassName
{
background-color: #174B2C;
}
</style>
border-color css
<style>
span { border-color: #174B2C; }
span { border-color: rgb(23,75,44); }
td.TdClassName
{
border-color: #174B2C;
}
.TagClassName
{
border-color: #174B2C;
}
</style>