Shades of Zuccini #1D422F
Tints of Zuccini #1D422F
RGB
CMYK
RGB Variations
Color information
#1D422F (or 0x1D422F) is known color: Zuccini. HEX triplet: 1D, 42 and 2F. RGB value is (29,66,47). Sum of RGB (Red+Green+Blue) = 29+66+47=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #1D422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D422F is #E2BDD0. Grayscale: #343434. Windows color (decimal): -14859729 or 3097117. OLE color: 3097117.
HSL color Cylindrical-coordinate representation of color #1D422F: hue angle of 149.19º 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 #1D422F is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 66 | 47 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.74 |
| HSL | 149.19º | 0.39% | 0.19% | - |
| HSV(B) | 149.19º | 0.56% | 0.26% | - |
| XYZ | 2.97 | 4.36 | 3.38 | - |
| YUV | 52.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 47 | 0.56 | 0 | 0.29 | 0.74 | 149.19 | 0.39 | 0.19 |
| Hex | 1D | 42 | 2F | 38 | 0 | 1D | 4A | 95 | 27 | 13 |
| Octal | 35 | 102 | 57 | 70 | 0 | 35 | 112 | 225 | 47 | 23 |
| Binary | 11101 | 1000010 | 101111 | 111000 | 0 | 11101 | 1001010 | 10010101 | 100111 | 10011 |
Color Harmonies of #1D422F
Complementary color
Monochromatic Colors of #1D422F
Black with #1D422F
Text Example
Text Example
White with #1D422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D422F; }
p { color: rgb(29,66,47); }
H1.HeaderClassName
{
color: #1D422F;
}
.AnyTagClassName
{
color: #1D422F;
}
</style>
background-color css
<style>
a { background-color: #1D422F; }
a { background-color: rgb(29,66,47); }
div.DivClassName
{
background-color: #1D422F;
}
.BgClassName
{
background-color: #1D422F;
}
</style>
border-color css
<style>
span { border-color: #1D422F; }
span { border-color: rgb(29,66,47); }
td.TdClassName
{
border-color: #1D422F;
}
.TagClassName
{
border-color: #1D422F;
}
</style>