Shades of Zuccini #1D4330
Tints of Zuccini #1D4330
RGB
CMYK
RGB Variations
Color information
#1D4330 (or 0x1D4330) is known color: Zuccini. HEX triplet: 1D, 43 and 30. RGB value is (29,67,48). Sum of RGB (Red+Green+Blue) = 29+67+48=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 67 - color contains mainly: green. Hex color #1D4330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4330 is #E2BCCF. Grayscale: #353535. Windows color (decimal): -14859472 or 3162909. OLE color: 3162909.
HSL color Cylindrical-coordinate representation of color #1D4330: hue angle of 150º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D4330 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 67 | 48 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.74 |
| HSL | 150º | 0.4% | 0.19% | - |
| HSV(B) | 150º | 0.57% | 0.26% | - |
| XYZ | 3.05 | 4.49 | 3.5 | - |
| YUV | 53.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 48 | 0.57 | 0 | 0.28 | 0.74 | 150 | 0.4 | 0.19 |
| Hex | 1D | 43 | 30 | 39 | 0 | 1C | 4A | 96 | 28 | 13 |
| Octal | 35 | 103 | 60 | 71 | 0 | 34 | 112 | 226 | 50 | 23 |
| Binary | 11101 | 1000011 | 110000 | 111001 | 0 | 11100 | 1001010 | 10010110 | 101000 | 10011 |
Color Harmonies of #1D4330
Complementary color
Monochromatic Colors of #1D4330
Black with #1D4330
Text Example
Text Example
White with #1D4330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4330; }
p { color: rgb(29,67,48); }
H1.HeaderClassName
{
color: #1D4330;
}
.AnyTagClassName
{
color: #1D4330;
}
</style>
background-color css
<style>
a { background-color: #1D4330; }
a { background-color: rgb(29,67,48); }
div.DivClassName
{
background-color: #1D4330;
}
.BgClassName
{
background-color: #1D4330;
}
</style>
border-color css
<style>
span { border-color: #1D4330; }
span { border-color: rgb(29,67,48); }
td.TdClassName
{
border-color: #1D4330;
}
.TagClassName
{
border-color: #1D4330;
}
</style>