Shades of Zuccini #174D2F
Tints of Zuccini #174D2F
RGB
CMYK
RGB Variations
Color information
#174D2F (or 0x174D2F) is known color: Zuccini. HEX triplet: 17, 4D and 2F. RGB value is (23,77,47). Sum of RGB (Red+Green+Blue) = 23+77+47=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #174D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #174D2F is #E8B2D0. Grayscale: #393939. Windows color (decimal): -15250129 or 3099927. OLE color: 3099927.
HSL color Cylindrical-coordinate representation of color #174D2F: hue angle of 146.67º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174D2F is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 77 | 47 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.70 |
| HSL | 146.67º | 0.54% | 0.2% | - |
| HSV(B) | 146.67º | 0.7% | 0.3% | - |
| XYZ | 3.52 | 5.7 | 3.6 | - |
| YUV | 57.43 | 122.11 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 77 | 47 | 0.70 | 0 | 0.39 | 0.70 | 146.67 | 0.54 | 0.2 |
| Hex | 17 | 4D | 2F | 46 | 0 | 27 | 46 | 93 | 36 | 14 |
| Octal | 27 | 115 | 57 | 106 | 0 | 47 | 106 | 223 | 66 | 24 |
| Binary | 10111 | 1001101 | 101111 | 1000110 | 0 | 100111 | 1000110 | 10010011 | 110110 | 10100 |
Color Harmonies of #174D2F
Complementary color
Monochromatic Colors of #174D2F
Black with #174D2F
Text Example
Text Example
White with #174D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174D2F; }
p { color: rgb(23,77,47); }
H1.HeaderClassName
{
color: #174D2F;
}
.AnyTagClassName
{
color: #174D2F;
}
</style>
background-color css
<style>
a { background-color: #174D2F; }
a { background-color: rgb(23,77,47); }
div.DivClassName
{
background-color: #174D2F;
}
.BgClassName
{
background-color: #174D2F;
}
</style>
border-color css
<style>
span { border-color: #174D2F; }
span { border-color: rgb(23,77,47); }
td.TdClassName
{
border-color: #174D2F;
}
.TagClassName
{
border-color: #174D2F;
}
</style>