Shades of Zuccini #1D442D
Tints of Zuccini #1D442D
RGB
CMYK
RGB Variations
Color information
#1D442D (or 0x1D442D) is known color: Zuccini. HEX triplet: 1D, 44 and 2D. RGB value is (29,68,45). Sum of RGB (Red+Green+Blue) = 29+68+45=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #1D442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D442D is #E2BBD2. Grayscale: #353535. Windows color (decimal): -14859219 or 2966557. OLE color: 2966557.
HSL color Cylindrical-coordinate representation of color #1D442D: hue angle of 144.62º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D442D is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 68 | 45 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.73 |
| HSL | 144.62º | 0.4% | 0.19% | - |
| HSV(B) | 144.62º | 0.57% | 0.27% | - |
| XYZ | 3.05 | 4.58 | 3.21 | - |
| YUV | 53.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 45 | 0.57 | 0 | 0.34 | 0.73 | 144.62 | 0.4 | 0.19 |
| Hex | 1D | 44 | 2D | 39 | 0 | 22 | 49 | 91 | 28 | 13 |
| Octal | 35 | 104 | 55 | 71 | 0 | 42 | 111 | 221 | 50 | 23 |
| Binary | 11101 | 1000100 | 101101 | 111001 | 0 | 100010 | 1001001 | 10010001 | 101000 | 10011 |
Color Harmonies of #1D442D
Complementary color
Monochromatic Colors of #1D442D
Black with #1D442D
Text Example
Text Example
White with #1D442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D442D; }
p { color: rgb(29,68,45); }
H1.HeaderClassName
{
color: #1D442D;
}
.AnyTagClassName
{
color: #1D442D;
}
</style>
background-color css
<style>
a { background-color: #1D442D; }
a { background-color: rgb(29,68,45); }
div.DivClassName
{
background-color: #1D442D;
}
.BgClassName
{
background-color: #1D442D;
}
</style>
border-color css
<style>
span { border-color: #1D442D; }
span { border-color: rgb(29,68,45); }
td.TdClassName
{
border-color: #1D442D;
}
.TagClassName
{
border-color: #1D442D;
}
</style>