Shades of Zuccini #1D492C
Tints of Zuccini #1D492C
RGB
CMYK
RGB Variations
Color information
#1D492C (or 0x1D492C) is known color: Zuccini. HEX triplet: 1D, 49 and 2C. RGB value is (29,73,44). Sum of RGB (Red+Green+Blue) = 29+73+44=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #1D492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D492C is #E2B6D3. Grayscale: #383838. Windows color (decimal): -14857940 or 2902301. OLE color: 2902301.
HSL color Cylindrical-coordinate representation of color #1D492C: hue angle of 140.45º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D492C is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 73 | 44 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.71 |
| HSL | 140.45º | 0.43% | 0.2% | - |
| HSV(B) | 140.45º | 0.6% | 0.29% | - |
| XYZ | 3.34 | 5.21 | 3.21 | - |
| YUV | 56.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 44 | 0.60 | 0 | 0.40 | 0.71 | 140.45 | 0.43 | 0.2 |
| Hex | 1D | 49 | 2C | 3C | 0 | 28 | 47 | 8C | 2B | 14 |
| Octal | 35 | 111 | 54 | 74 | 0 | 50 | 107 | 214 | 53 | 24 |
| Binary | 11101 | 1001001 | 101100 | 111100 | 0 | 101000 | 1000111 | 10001100 | 101011 | 10100 |
Color Harmonies of #1D492C
Complementary color
Monochromatic Colors of #1D492C
Black with #1D492C
Text Example
Text Example
White with #1D492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D492C; }
p { color: rgb(29,73,44); }
H1.HeaderClassName
{
color: #1D492C;
}
.AnyTagClassName
{
color: #1D492C;
}
</style>
background-color css
<style>
a { background-color: #1D492C; }
a { background-color: rgb(29,73,44); }
div.DivClassName
{
background-color: #1D492C;
}
.BgClassName
{
background-color: #1D492C;
}
</style>
border-color css
<style>
span { border-color: #1D492C; }
span { border-color: rgb(29,73,44); }
td.TdClassName
{
border-color: #1D492C;
}
.TagClassName
{
border-color: #1D492C;
}
</style>