Shades of Zuccini #174F2D
Tints of Zuccini #174F2D
RGB
CMYK
RGB Variations
Color information
#174F2D (or 0x174F2D) is known color: Zuccini. HEX triplet: 17, 4F and 2D. RGB value is (23,79,45). Sum of RGB (Red+Green+Blue) = 23+79+45=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #174F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174F2D is #E8B0D2. Grayscale: #3A3A3A. Windows color (decimal): -15249619 or 2969367. OLE color: 2969367.
HSL color Cylindrical-coordinate representation of color #174F2D: hue angle of 143.57º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #174F2D is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 79 | 45 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.69 |
| HSL | 143.57º | 0.55% | 0.2% | - |
| HSV(B) | 143.57º | 0.71% | 0.31% | - |
| XYZ | 3.62 | 5.96 | 3.44 | - |
| YUV | 58.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 79 | 45 | 0.71 | 0 | 0.43 | 0.69 | 143.57 | 0.55 | 0.2 |
| Hex | 17 | 4F | 2D | 47 | 0 | 2B | 45 | 90 | 37 | 14 |
| Octal | 27 | 117 | 55 | 107 | 0 | 53 | 105 | 220 | 67 | 24 |
| Binary | 10111 | 1001111 | 101101 | 1000111 | 0 | 101011 | 1000101 | 10010000 | 110111 | 10100 |
Color Harmonies of #174F2D
Complementary color
Monochromatic Colors of #174F2D
Black with #174F2D
Text Example
Text Example
White with #174F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174F2D; }
p { color: rgb(23,79,45); }
H1.HeaderClassName
{
color: #174F2D;
}
.AnyTagClassName
{
color: #174F2D;
}
</style>
background-color css
<style>
a { background-color: #174F2D; }
a { background-color: rgb(23,79,45); }
div.DivClassName
{
background-color: #174F2D;
}
.BgClassName
{
background-color: #174F2D;
}
</style>
border-color css
<style>
span { border-color: #174F2D; }
span { border-color: rgb(23,79,45); }
td.TdClassName
{
border-color: #174F2D;
}
.TagClassName
{
border-color: #174F2D;
}
</style>