Shades of Zuccini #174C2D
Tints of Zuccini #174C2D
RGB
CMYK
RGB Variations
Color information
#174C2D (or 0x174C2D) is known color: Zuccini. HEX triplet: 17, 4C and 2D. RGB value is (23,76,45). Sum of RGB (Red+Green+Blue) = 23+76+45=144 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.97% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #174C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C2D is #E8B3D2. Grayscale: #383838. Windows color (decimal): -15250387 or 2968599. OLE color: 2968599.
HSL color Cylindrical-coordinate representation of color #174C2D: hue angle of 144.91º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174C2D is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 76 | 45 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.70 |
| HSL | 144.91º | 0.54% | 0.19% | - |
| HSV(B) | 144.91º | 0.7% | 0.3% | - |
| XYZ | 3.41 | 5.54 | 3.37 | - |
| YUV | 56.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 45 | 0.70 | 0 | 0.41 | 0.70 | 144.91 | 0.54 | 0.19 |
| Hex | 17 | 4C | 2D | 46 | 0 | 29 | 46 | 91 | 36 | 13 |
| Octal | 27 | 114 | 55 | 106 | 0 | 51 | 106 | 221 | 66 | 23 |
| Binary | 10111 | 1001100 | 101101 | 1000110 | 0 | 101001 | 1000110 | 10010001 | 110110 | 10011 |
Color Harmonies of #174C2D
Complementary color
Monochromatic Colors of #174C2D
Black with #174C2D
Text Example
Text Example
White with #174C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C2D; }
p { color: rgb(23,76,45); }
H1.HeaderClassName
{
color: #174C2D;
}
.AnyTagClassName
{
color: #174C2D;
}
</style>
background-color css
<style>
a { background-color: #174C2D; }
a { background-color: rgb(23,76,45); }
div.DivClassName
{
background-color: #174C2D;
}
.BgClassName
{
background-color: #174C2D;
}
</style>
border-color css
<style>
span { border-color: #174C2D; }
span { border-color: rgb(23,76,45); }
td.TdClassName
{
border-color: #174C2D;
}
.TagClassName
{
border-color: #174C2D;
}
</style>