Shades of Zuccini #1E462F
Tints of Zuccini #1E462F
RGB
CMYK
RGB Variations
Color information
#1E462F (or 0x1E462F) is known color: Zuccini. HEX triplet: 1E, 46 and 2F. RGB value is (30,70,47). Sum of RGB (Red+Green+Blue) = 30+70+47=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #1E462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E462F is #E1B9D0. Grayscale: #373737. Windows color (decimal): -14793169 or 3098142. OLE color: 3098142.
HSL color Cylindrical-coordinate representation of color #1E462F: hue angle of 145.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E462F is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 70 | 47 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.73 |
| HSL | 145.5º | 0.4% | 0.2% | - |
| HSV(B) | 145.5º | 0.57% | 0.27% | - |
| XYZ | 3.24 | 4.86 | 3.46 | - |
| YUV | 55.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 70 | 47 | 0.57 | 0 | 0.33 | 0.73 | 145.5 | 0.4 | 0.2 |
| Hex | 1E | 46 | 2F | 39 | 0 | 21 | 49 | 92 | 28 | 14 |
| Octal | 36 | 106 | 57 | 71 | 0 | 41 | 111 | 222 | 50 | 24 |
| Binary | 11110 | 1000110 | 101111 | 111001 | 0 | 100001 | 1001001 | 10010010 | 101000 | 10100 |
Color Harmonies of #1E462F
Complementary color
Monochromatic Colors of #1E462F
Black with #1E462F
Text Example
Text Example
White with #1E462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E462F; }
p { color: rgb(30,70,47); }
H1.HeaderClassName
{
color: #1E462F;
}
.AnyTagClassName
{
color: #1E462F;
}
</style>
background-color css
<style>
a { background-color: #1E462F; }
a { background-color: rgb(30,70,47); }
div.DivClassName
{
background-color: #1E462F;
}
.BgClassName
{
background-color: #1E462F;
}
</style>
border-color css
<style>
span { border-color: #1E462F; }
span { border-color: rgb(30,70,47); }
td.TdClassName
{
border-color: #1E462F;
}
.TagClassName
{
border-color: #1E462F;
}
</style>