Shades of Zuccini #1E452F
Tints of Zuccini #1E452F
RGB
CMYK
RGB Variations
Color information
#1E452F (or 0x1E452F) is known color: Zuccini. HEX triplet: 1E, 45 and 2F. RGB value is (30,69,47). Sum of RGB (Red+Green+Blue) = 30+69+47=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #1E452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E452F is #E1BAD0. Grayscale: #363636. Windows color (decimal): -14793425 or 3097886. OLE color: 3097886.
HSL color Cylindrical-coordinate representation of color #1E452F: hue angle of 146.15º 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 #1E452F is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 69 | 47 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.73 |
| HSL | 146.15º | 0.39% | 0.19% | - |
| HSV(B) | 146.15º | 0.57% | 0.27% | - |
| XYZ | 3.18 | 4.74 | 3.44 | - |
| YUV | 54.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 69 | 47 | 0.57 | 0 | 0.32 | 0.73 | 146.15 | 0.39 | 0.19 |
| Hex | 1E | 45 | 2F | 39 | 0 | 20 | 49 | 92 | 27 | 13 |
| Octal | 36 | 105 | 57 | 71 | 0 | 40 | 111 | 222 | 47 | 23 |
| Binary | 11110 | 1000101 | 101111 | 111001 | 0 | 100000 | 1001001 | 10010010 | 100111 | 10011 |
Color Harmonies of #1E452F
Complementary color
Monochromatic Colors of #1E452F
Black with #1E452F
Text Example
Text Example
White with #1E452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E452F; }
p { color: rgb(30,69,47); }
H1.HeaderClassName
{
color: #1E452F;
}
.AnyTagClassName
{
color: #1E452F;
}
</style>
background-color css
<style>
a { background-color: #1E452F; }
a { background-color: rgb(30,69,47); }
div.DivClassName
{
background-color: #1E452F;
}
.BgClassName
{
background-color: #1E452F;
}
</style>
border-color css
<style>
span { border-color: #1E452F; }
span { border-color: rgb(30,69,47); }
td.TdClassName
{
border-color: #1E452F;
}
.TagClassName
{
border-color: #1E452F;
}
</style>