Shades of Zuccini #1E422D
Tints of Zuccini #1E422D
RGB
CMYK
RGB Variations
Color information
#1E422D (or 0x1E422D) is known color: Zuccini. HEX triplet: 1E, 42 and 2D. RGB value is (30,66,45). Sum of RGB (Red+Green+Blue) = 30+66+45=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #1E422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E422D is #E1BDD2. Grayscale: #343434. Windows color (decimal): -14794195 or 2966046. OLE color: 2966046.
HSL color Cylindrical-coordinate representation of color #1E422D: hue angle of 145º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E422D is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 66 | 45 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.74 |
| HSL | 145º | 0.38% | 0.19% | - |
| HSV(B) | 145º | 0.55% | 0.26% | - |
| XYZ | 2.96 | 4.36 | 3.17 | - |
| YUV | 52.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 66 | 45 | 0.55 | 0 | 0.32 | 0.74 | 145 | 0.38 | 0.19 |
| Hex | 1E | 42 | 2D | 37 | 0 | 20 | 4A | 91 | 26 | 13 |
| Octal | 36 | 102 | 55 | 67 | 0 | 40 | 112 | 221 | 46 | 23 |
| Binary | 11110 | 1000010 | 101101 | 110111 | 0 | 100000 | 1001010 | 10010001 | 100110 | 10011 |
Color Harmonies of #1E422D
Complementary color
Monochromatic Colors of #1E422D
Black with #1E422D
Text Example
Text Example
White with #1E422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E422D; }
p { color: rgb(30,66,45); }
H1.HeaderClassName
{
color: #1E422D;
}
.AnyTagClassName
{
color: #1E422D;
}
</style>
background-color css
<style>
a { background-color: #1E422D; }
a { background-color: rgb(30,66,45); }
div.DivClassName
{
background-color: #1E422D;
}
.BgClassName
{
background-color: #1E422D;
}
</style>
border-color css
<style>
span { border-color: #1E422D; }
span { border-color: rgb(30,66,45); }
td.TdClassName
{
border-color: #1E422D;
}
.TagClassName
{
border-color: #1E422D;
}
</style>