Shades of Zuccini #1D4A2F
Tints of Zuccini #1D4A2F
RGB
CMYK
RGB Variations
Color information
#1D4A2F (or 0x1D4A2F) is known color: Zuccini. HEX triplet: 1D, 4A and 2F. RGB value is (29,74,47). Sum of RGB (Red+Green+Blue) = 29+74+47=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #1D4A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4A2F is #E2B5D0. Grayscale: #393939. Windows color (decimal): -14857681 or 3099165. OLE color: 3099165.
HSL color Cylindrical-coordinate representation of color #1D4A2F: hue angle of 144º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D4A2F is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 74 | 47 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.71 |
| HSL | 144º | 0.44% | 0.2% | - |
| HSV(B) | 144º | 0.61% | 0.29% | - |
| XYZ | 3.47 | 5.36 | 3.54 | - |
| YUV | 57.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 47 | 0.61 | 0 | 0.36 | 0.71 | 144 | 0.44 | 0.2 |
| Hex | 1D | 4A | 2F | 3D | 0 | 24 | 47 | 90 | 2C | 14 |
| Octal | 35 | 112 | 57 | 75 | 0 | 44 | 107 | 220 | 54 | 24 |
| Binary | 11101 | 1001010 | 101111 | 111101 | 0 | 100100 | 1000111 | 10010000 | 101100 | 10100 |
Color Harmonies of #1D4A2F
Complementary color
Monochromatic Colors of #1D4A2F
Black with #1D4A2F
Text Example
Text Example
White with #1D4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4A2F; }
p { color: rgb(29,74,47); }
H1.HeaderClassName
{
color: #1D4A2F;
}
.AnyTagClassName
{
color: #1D4A2F;
}
</style>
background-color css
<style>
a { background-color: #1D4A2F; }
a { background-color: rgb(29,74,47); }
div.DivClassName
{
background-color: #1D4A2F;
}
.BgClassName
{
background-color: #1D4A2F;
}
</style>
border-color css
<style>
span { border-color: #1D4A2F; }
span { border-color: rgb(29,74,47); }
td.TdClassName
{
border-color: #1D4A2F;
}
.TagClassName
{
border-color: #1D4A2F;
}
</style>