Shades of Zuccini #1D472E
Tints of Zuccini #1D472E
RGB
CMYK
RGB Variations
Color information
#1D472E (or 0x1D472E) is known color: Zuccini. HEX triplet: 1D, 47 and 2E. RGB value is (29,71,46). Sum of RGB (Red+Green+Blue) = 29+71+46=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #1D472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D472E is #E2B8D1. Grayscale: #373737. Windows color (decimal): -14858450 or 3032861. OLE color: 3032861.
HSL color Cylindrical-coordinate representation of color #1D472E: hue angle of 144.29º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D472E is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 46 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.72 |
| HSL | 144.29º | 0.42% | 0.2% | - |
| HSV(B) | 144.29º | 0.59% | 0.28% | - |
| XYZ | 3.25 | 4.96 | 3.37 | - |
| YUV | 55.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 46 | 0.59 | 0 | 0.35 | 0.72 | 144.29 | 0.42 | 0.2 |
| Hex | 1D | 47 | 2E | 3B | 0 | 23 | 48 | 90 | 2A | 14 |
| Octal | 35 | 107 | 56 | 73 | 0 | 43 | 110 | 220 | 52 | 24 |
| Binary | 11101 | 1000111 | 101110 | 111011 | 0 | 100011 | 1001000 | 10010000 | 101010 | 10100 |
Color Harmonies of #1D472E
Complementary color
Monochromatic Colors of #1D472E
Black with #1D472E
Text Example
Text Example
White with #1D472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D472E; }
p { color: rgb(29,71,46); }
H1.HeaderClassName
{
color: #1D472E;
}
.AnyTagClassName
{
color: #1D472E;
}
</style>
background-color css
<style>
a { background-color: #1D472E; }
a { background-color: rgb(29,71,46); }
div.DivClassName
{
background-color: #1D472E;
}
.BgClassName
{
background-color: #1D472E;
}
</style>
border-color css
<style>
span { border-color: #1D472E; }
span { border-color: rgb(29,71,46); }
td.TdClassName
{
border-color: #1D472E;
}
.TagClassName
{
border-color: #1D472E;
}
</style>