Shades of Zuccini #1D4230
Tints of Zuccini #1D4230
RGB
CMYK
RGB Variations
Color information
#1D4230 (or 0x1D4230) is known color: Zuccini. HEX triplet: 1D, 42 and 30. RGB value is (29,66,48). Sum of RGB (Red+Green+Blue) = 29+66+48=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #1D4230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4230 is #E2BDCF. Grayscale: #343434. Windows color (decimal): -14859728 or 3162653. OLE color: 3162653.
HSL color Cylindrical-coordinate representation of color #1D4230: hue angle of 150.81º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1D4230 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 66 | 48 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.74 |
| HSL | 150.81º | 0.39% | 0.19% | - |
| HSV(B) | 150.81º | 0.56% | 0.26% | - |
| XYZ | 2.99 | 4.37 | 3.48 | - |
| YUV | 52.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 48 | 0.56 | 0 | 0.27 | 0.74 | 150.81 | 0.39 | 0.19 |
| Hex | 1D | 42 | 30 | 38 | 0 | 1B | 4A | 97 | 27 | 13 |
| Octal | 35 | 102 | 60 | 70 | 0 | 33 | 112 | 227 | 47 | 23 |
| Binary | 11101 | 1000010 | 110000 | 111000 | 0 | 11011 | 1001010 | 10010111 | 100111 | 10011 |
Color Harmonies of #1D4230
Complementary color
Monochromatic Colors of #1D4230
Black with #1D4230
Text Example
Text Example
White with #1D4230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4230; }
p { color: rgb(29,66,48); }
H1.HeaderClassName
{
color: #1D4230;
}
.AnyTagClassName
{
color: #1D4230;
}
</style>
background-color css
<style>
a { background-color: #1D4230; }
a { background-color: rgb(29,66,48); }
div.DivClassName
{
background-color: #1D4230;
}
.BgClassName
{
background-color: #1D4230;
}
</style>
border-color css
<style>
span { border-color: #1D4230; }
span { border-color: rgb(29,66,48); }
td.TdClassName
{
border-color: #1D4230;
}
.TagClassName
{
border-color: #1D4230;
}
</style>