Shades of Zuccini #1E452C
Tints of Zuccini #1E452C
RGB
CMYK
RGB Variations
Color information
#1E452C (or 0x1E452C) is known color: Zuccini. HEX triplet: 1E, 45 and 2C. RGB value is (30,69,44). Sum of RGB (Red+Green+Blue) = 30+69+44=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #1E452C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E452C is #E1BAD3. Grayscale: #363636. Windows color (decimal): -14793428 or 2901278. OLE color: 2901278.
HSL color Cylindrical-coordinate representation of color #1E452C: hue angle of 141.54º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E452C is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 69 | 44 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.73 |
| HSL | 141.54º | 0.39% | 0.19% | - |
| HSV(B) | 141.54º | 0.57% | 0.27% | - |
| XYZ | 3.12 | 4.71 | 3.13 | - |
| YUV | 54.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 44 | 0.57 | 0 | 0.36 | 0.73 | 141.54 | 0.39 | 0.19 |
| Hex | 1E | 45 | 2C | 39 | 0 | 24 | 49 | 8E | 27 | 13 |
| Octal | 36 | 105 | 54 | 71 | 0 | 44 | 111 | 216 | 47 | 23 |
| Binary | 11110 | 1000101 | 101100 | 111001 | 0 | 100100 | 1001001 | 10001110 | 100111 | 10011 |
Color Harmonies of #1E452C
Complementary color
Monochromatic Colors of #1E452C
Black with #1E452C
Text Example
Text Example
White with #1E452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E452C; }
p { color: rgb(30,69,44); }
H1.HeaderClassName
{
color: #1E452C;
}
.AnyTagClassName
{
color: #1E452C;
}
</style>
background-color css
<style>
a { background-color: #1E452C; }
a { background-color: rgb(30,69,44); }
div.DivClassName
{
background-color: #1E452C;
}
.BgClassName
{
background-color: #1E452C;
}
</style>
border-color css
<style>
span { border-color: #1E452C; }
span { border-color: rgb(30,69,44); }
td.TdClassName
{
border-color: #1E452C;
}
.TagClassName
{
border-color: #1E452C;
}
</style>