Shades of Zuccini #1D472F
Tints of Zuccini #1D472F
RGB
CMYK
RGB Variations
Color information
#1D472F (or 0x1D472F) is known color: Zuccini. HEX triplet: 1D, 47 and 2F. RGB value is (29,71,47). Sum of RGB (Red+Green+Blue) = 29+71+47=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #1D472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D472F is #E2B8D0. Grayscale: #373737. Windows color (decimal): -14858449 or 3098397. OLE color: 3098397.
HSL color Cylindrical-coordinate representation of color #1D472F: hue angle of 145.71º 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 #1D472F is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 47 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.72 |
| HSL | 145.71º | 0.42% | 0.2% | - |
| HSV(B) | 145.71º | 0.59% | 0.28% | - |
| XYZ | 3.27 | 4.97 | 3.48 | - |
| YUV | 55.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 47 | 0.59 | 0 | 0.34 | 0.72 | 145.71 | 0.42 | 0.2 |
| Hex | 1D | 47 | 2F | 3B | 0 | 22 | 48 | 92 | 2A | 14 |
| Octal | 35 | 107 | 57 | 73 | 0 | 42 | 110 | 222 | 52 | 24 |
| Binary | 11101 | 1000111 | 101111 | 111011 | 0 | 100010 | 1001000 | 10010010 | 101010 | 10100 |
Color Harmonies of #1D472F
Complementary color
Monochromatic Colors of #1D472F
Black with #1D472F
Text Example
Text Example
White with #1D472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D472F; }
p { color: rgb(29,71,47); }
H1.HeaderClassName
{
color: #1D472F;
}
.AnyTagClassName
{
color: #1D472F;
}
</style>
background-color css
<style>
a { background-color: #1D472F; }
a { background-color: rgb(29,71,47); }
div.DivClassName
{
background-color: #1D472F;
}
.BgClassName
{
background-color: #1D472F;
}
</style>
border-color css
<style>
span { border-color: #1D472F; }
span { border-color: rgb(29,71,47); }
td.TdClassName
{
border-color: #1D472F;
}
.TagClassName
{
border-color: #1D472F;
}
</style>