Shades of Zuccini #1D412E
Tints of Zuccini #1D412E
RGB
CMYK
RGB Variations
Color information
#1D412E (or 0x1D412E) is known color: Zuccini. HEX triplet: 1D, 41 and 2E. RGB value is (29,65,46). Sum of RGB (Red+Green+Blue) = 29+65+46=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #1D412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D412E is #E2BED1. Grayscale: #343434. Windows color (decimal): -14859986 or 3031325. OLE color: 3031325.
HSL color Cylindrical-coordinate representation of color #1D412E: hue angle of 148.33º 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 #1D412E is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 65 | 46 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.75 |
| HSL | 148.33º | 0.38% | 0.18% | - |
| HSV(B) | 148.33º | 0.55% | 0.25% | - |
| XYZ | 2.89 | 4.24 | 3.25 | - |
| YUV | 52.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 46 | 0.55 | 0 | 0.29 | 0.75 | 148.33 | 0.38 | 0.18 |
| Hex | 1D | 41 | 2E | 37 | 0 | 1D | 4B | 94 | 26 | 12 |
| Octal | 35 | 101 | 56 | 67 | 0 | 35 | 113 | 224 | 46 | 22 |
| Binary | 11101 | 1000001 | 101110 | 110111 | 0 | 11101 | 1001011 | 10010100 | 100110 | 10010 |
Color Harmonies of #1D412E
Complementary color
Monochromatic Colors of #1D412E
Black with #1D412E
Text Example
Text Example
White with #1D412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D412E; }
p { color: rgb(29,65,46); }
H1.HeaderClassName
{
color: #1D412E;
}
.AnyTagClassName
{
color: #1D412E;
}
</style>
background-color css
<style>
a { background-color: #1D412E; }
a { background-color: rgb(29,65,46); }
div.DivClassName
{
background-color: #1D412E;
}
.BgClassName
{
background-color: #1D412E;
}
</style>
border-color css
<style>
span { border-color: #1D412E; }
span { border-color: rgb(29,65,46); }
td.TdClassName
{
border-color: #1D412E;
}
.TagClassName
{
border-color: #1D412E;
}
</style>