Shades of Zuccini #1D462C
Tints of Zuccini #1D462C
RGB
CMYK
RGB Variations
Color information
#1D462C (or 0x1D462C) is known color: Zuccini. HEX triplet: 1D, 46 and 2C. RGB value is (29,70,44). Sum of RGB (Red+Green+Blue) = 29+70+44=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #1D462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D462C is #E2B9D3. Grayscale: #363636. Windows color (decimal): -14858708 or 2901533. OLE color: 2901533.
HSL color Cylindrical-coordinate representation of color #1D462C: hue angle of 141.95º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D462C is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 70 | 44 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.73 |
| HSL | 141.95º | 0.41% | 0.19% | - |
| HSV(B) | 141.95º | 0.59% | 0.27% | - |
| XYZ | 3.15 | 4.82 | 3.15 | - |
| YUV | 54.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 44 | 0.59 | 0 | 0.37 | 0.73 | 141.95 | 0.41 | 0.19 |
| Hex | 1D | 46 | 2C | 3B | 0 | 25 | 49 | 8E | 29 | 13 |
| Octal | 35 | 106 | 54 | 73 | 0 | 45 | 111 | 216 | 51 | 23 |
| Binary | 11101 | 1000110 | 101100 | 111011 | 0 | 100101 | 1001001 | 10001110 | 101001 | 10011 |
Color Harmonies of #1D462C
Complementary color
Monochromatic Colors of #1D462C
Black with #1D462C
Text Example
Text Example
White with #1D462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D462C; }
p { color: rgb(29,70,44); }
H1.HeaderClassName
{
color: #1D462C;
}
.AnyTagClassName
{
color: #1D462C;
}
</style>
background-color css
<style>
a { background-color: #1D462C; }
a { background-color: rgb(29,70,44); }
div.DivClassName
{
background-color: #1D462C;
}
.BgClassName
{
background-color: #1D462C;
}
</style>
border-color css
<style>
span { border-color: #1D462C; }
span { border-color: rgb(29,70,44); }
td.TdClassName
{
border-color: #1D462C;
}
.TagClassName
{
border-color: #1D462C;
}
</style>