Shades of Zuccini #1D412D
Tints of Zuccini #1D412D
RGB
CMYK
RGB Variations
Color information
#1D412D (or 0x1D412D) is known color: Zuccini. HEX triplet: 1D, 41 and 2D. RGB value is (29,65,45). Sum of RGB (Red+Green+Blue) = 29+65+45=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #1D412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D412D is #E2BED2. Grayscale: #343434. Windows color (decimal): -14859987 or 2965789. OLE color: 2965789.
HSL color Cylindrical-coordinate representation of color #1D412D: hue angle of 146.67º 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 #1D412D is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 65 | 45 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.75 |
| HSL | 146.67º | 0.38% | 0.18% | - |
| HSV(B) | 146.67º | 0.55% | 0.25% | - |
| XYZ | 2.87 | 4.23 | 3.15 | - |
| YUV | 51.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 45 | 0.55 | 0 | 0.31 | 0.75 | 146.67 | 0.38 | 0.18 |
| Hex | 1D | 41 | 2D | 37 | 0 | 1F | 4B | 93 | 26 | 12 |
| Octal | 35 | 101 | 55 | 67 | 0 | 37 | 113 | 223 | 46 | 22 |
| Binary | 11101 | 1000001 | 101101 | 110111 | 0 | 11111 | 1001011 | 10010011 | 100110 | 10010 |
Color Harmonies of #1D412D
Complementary color
Monochromatic Colors of #1D412D
Black with #1D412D
Text Example
Text Example
White with #1D412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D412D; }
p { color: rgb(29,65,45); }
H1.HeaderClassName
{
color: #1D412D;
}
.AnyTagClassName
{
color: #1D412D;
}
</style>
background-color css
<style>
a { background-color: #1D412D; }
a { background-color: rgb(29,65,45); }
div.DivClassName
{
background-color: #1D412D;
}
.BgClassName
{
background-color: #1D412D;
}
</style>
border-color css
<style>
span { border-color: #1D412D; }
span { border-color: rgb(29,65,45); }
td.TdClassName
{
border-color: #1D412D;
}
.TagClassName
{
border-color: #1D412D;
}
</style>