Shades of Zuccini #1D482C
Tints of Zuccini #1D482C
RGB
CMYK
RGB Variations
Color information
#1D482C (or 0x1D482C) is known color: Zuccini. HEX triplet: 1D, 48 and 2C. RGB value is (29,72,44). Sum of RGB (Red+Green+Blue) = 29+72+44=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #1D482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D482C is #E2B7D3. Grayscale: #383838. Windows color (decimal): -14858196 or 2902045. OLE color: 2902045.
HSL color Cylindrical-coordinate representation of color #1D482C: hue angle of 140.93º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D482C is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 72 | 44 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.72 |
| HSL | 140.93º | 0.43% | 0.2% | - |
| HSV(B) | 140.93º | 0.6% | 0.28% | - |
| XYZ | 3.28 | 5.08 | 3.19 | - |
| YUV | 55.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 44 | 0.60 | 0 | 0.39 | 0.72 | 140.93 | 0.43 | 0.2 |
| Hex | 1D | 48 | 2C | 3C | 0 | 27 | 48 | 8D | 2B | 14 |
| Octal | 35 | 110 | 54 | 74 | 0 | 47 | 110 | 215 | 53 | 24 |
| Binary | 11101 | 1001000 | 101100 | 111100 | 0 | 100111 | 1001000 | 10001101 | 101011 | 10100 |
Color Harmonies of #1D482C
Complementary color
Monochromatic Colors of #1D482C
Black with #1D482C
Text Example
Text Example
White with #1D482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D482C; }
p { color: rgb(29,72,44); }
H1.HeaderClassName
{
color: #1D482C;
}
.AnyTagClassName
{
color: #1D482C;
}
</style>
background-color css
<style>
a { background-color: #1D482C; }
a { background-color: rgb(29,72,44); }
div.DivClassName
{
background-color: #1D482C;
}
.BgClassName
{
background-color: #1D482C;
}
</style>
border-color css
<style>
span { border-color: #1D482C; }
span { border-color: rgb(29,72,44); }
td.TdClassName
{
border-color: #1D482C;
}
.TagClassName
{
border-color: #1D482C;
}
</style>