Shades of Zuccini #1E442C
Tints of Zuccini #1E442C
RGB
CMYK
RGB Variations
Color information
#1E442C (or 0x1E442C) is known color: Zuccini. HEX triplet: 1E, 44 and 2C. RGB value is (30,68,44). Sum of RGB (Red+Green+Blue) = 30+68+44=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #1E442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E442C is #E1BBD3. Grayscale: #353535. Windows color (decimal): -14793684 or 2901022. OLE color: 2901022.
HSL color Cylindrical-coordinate representation of color #1E442C: hue angle of 142.11º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E442C is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 68 | 44 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.73 |
| HSL | 142.11º | 0.39% | 0.19% | - |
| HSV(B) | 142.11º | 0.56% | 0.27% | - |
| XYZ | 3.06 | 4.59 | 3.11 | - |
| YUV | 53.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 44 | 0.56 | 0 | 0.35 | 0.73 | 142.11 | 0.39 | 0.19 |
| Hex | 1E | 44 | 2C | 38 | 0 | 23 | 49 | 8E | 27 | 13 |
| Octal | 36 | 104 | 54 | 70 | 0 | 43 | 111 | 216 | 47 | 23 |
| Binary | 11110 | 1000100 | 101100 | 111000 | 0 | 100011 | 1001001 | 10001110 | 100111 | 10011 |
Color Harmonies of #1E442C
Complementary color
Monochromatic Colors of #1E442C
Black with #1E442C
Text Example
Text Example
White with #1E442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E442C; }
p { color: rgb(30,68,44); }
H1.HeaderClassName
{
color: #1E442C;
}
.AnyTagClassName
{
color: #1E442C;
}
</style>
background-color css
<style>
a { background-color: #1E442C; }
a { background-color: rgb(30,68,44); }
div.DivClassName
{
background-color: #1E442C;
}
.BgClassName
{
background-color: #1E442C;
}
</style>
border-color css
<style>
span { border-color: #1E442C; }
span { border-color: rgb(30,68,44); }
td.TdClassName
{
border-color: #1E442C;
}
.TagClassName
{
border-color: #1E442C;
}
</style>