Shades of Zuccini #1D472B
Tints of Zuccini #1D472B
RGB
CMYK
RGB Variations
Color information
#1D472B (or 0x1D472B) is known color: Zuccini. HEX triplet: 1D, 47 and 2B. RGB value is (29,71,43). Sum of RGB (Red+Green+Blue) = 29+71+43=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #1D472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D472B is #E2B8D4. Grayscale: #373737. Windows color (decimal): -14858453 or 2836253. OLE color: 2836253.
HSL color Cylindrical-coordinate representation of color #1D472B: hue angle of 140º 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 #1D472B is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 43 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.72 |
| HSL | 140º | 0.42% | 0.2% | - |
| HSV(B) | 140º | 0.59% | 0.28% | - |
| XYZ | 3.2 | 4.94 | 3.07 | - |
| YUV | 55.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 43 | 0.59 | 0 | 0.39 | 0.72 | 140 | 0.42 | 0.2 |
| Hex | 1D | 47 | 2B | 3B | 0 | 27 | 48 | 8C | 2A | 14 |
| Octal | 35 | 107 | 53 | 73 | 0 | 47 | 110 | 214 | 52 | 24 |
| Binary | 11101 | 1000111 | 101011 | 111011 | 0 | 100111 | 1001000 | 10001100 | 101010 | 10100 |
Color Harmonies of #1D472B
Complementary color
Monochromatic Colors of #1D472B
Black with #1D472B
Text Example
Text Example
White with #1D472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D472B; }
p { color: rgb(29,71,43); }
H1.HeaderClassName
{
color: #1D472B;
}
.AnyTagClassName
{
color: #1D472B;
}
</style>
background-color css
<style>
a { background-color: #1D472B; }
a { background-color: rgb(29,71,43); }
div.DivClassName
{
background-color: #1D472B;
}
.BgClassName
{
background-color: #1D472B;
}
</style>
border-color css
<style>
span { border-color: #1D472B; }
span { border-color: rgb(29,71,43); }
td.TdClassName
{
border-color: #1D472B;
}
.TagClassName
{
border-color: #1D472B;
}
</style>