Shades of Zuccini #1D4030
Tints of Zuccini #1D4030
RGB
CMYK
RGB Variations
Color information
#1D4030 (or 0x1D4030) is known color: Zuccini. HEX triplet: 1D, 40 and 30. RGB value is (29,64,48). Sum of RGB (Red+Green+Blue) = 29+64+48=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #1D4030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4030 is #E2BFCF. Grayscale: #333333. Windows color (decimal): -14860240 or 3162141. OLE color: 3162141.
HSL color Cylindrical-coordinate representation of color #1D4030: hue angle of 152.57º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D4030 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 64 | 48 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.75 |
| HSL | 152.57º | 0.38% | 0.18% | - |
| HSV(B) | 152.57º | 0.55% | 0.25% | - |
| XYZ | 2.87 | 4.14 | 3.44 | - |
| YUV | 51.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 48 | 0.55 | 0 | 0.25 | 0.75 | 152.57 | 0.38 | 0.18 |
| Hex | 1D | 40 | 30 | 37 | 0 | 19 | 4B | 99 | 26 | 12 |
| Octal | 35 | 100 | 60 | 67 | 0 | 31 | 113 | 231 | 46 | 22 |
| Binary | 11101 | 1000000 | 110000 | 110111 | 0 | 11001 | 1001011 | 10011001 | 100110 | 10010 |
Color Harmonies of #1D4030
Complementary color
Monochromatic Colors of #1D4030
Black with #1D4030
Text Example
Text Example
White with #1D4030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4030; }
p { color: rgb(29,64,48); }
H1.HeaderClassName
{
color: #1D4030;
}
.AnyTagClassName
{
color: #1D4030;
}
</style>
background-color css
<style>
a { background-color: #1D4030; }
a { background-color: rgb(29,64,48); }
div.DivClassName
{
background-color: #1D4030;
}
.BgClassName
{
background-color: #1D4030;
}
</style>
border-color css
<style>
span { border-color: #1D4030; }
span { border-color: rgb(29,64,48); }
td.TdClassName
{
border-color: #1D4030;
}
.TagClassName
{
border-color: #1D4030;
}
</style>