Shades of Zuccini #1E412F
Tints of Zuccini #1E412F
RGB
CMYK
RGB Variations
Color information
#1E412F (or 0x1E412F) is known color: Zuccini. HEX triplet: 1E, 41 and 2F. RGB value is (30,65,47). Sum of RGB (Red+Green+Blue) = 30+65+47=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #1E412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E412F is #E1BED0. Grayscale: #343434. Windows color (decimal): -14794449 or 3096862. OLE color: 3096862.
HSL color Cylindrical-coordinate representation of color #1E412F: hue angle of 149.14º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E412F is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 65 | 47 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.75 |
| HSL | 149.14º | 0.37% | 0.19% | - |
| HSV(B) | 149.14º | 0.54% | 0.25% | - |
| XYZ | 2.94 | 4.26 | 3.36 | - |
| YUV | 52.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 47 | 0.54 | 0 | 0.28 | 0.75 | 149.14 | 0.37 | 0.19 |
| Hex | 1E | 41 | 2F | 36 | 0 | 1C | 4B | 95 | 25 | 13 |
| Octal | 36 | 101 | 57 | 66 | 0 | 34 | 113 | 225 | 45 | 23 |
| Binary | 11110 | 1000001 | 101111 | 110110 | 0 | 11100 | 1001011 | 10010101 | 100101 | 10011 |
Color Harmonies of #1E412F
Complementary color
Monochromatic Colors of #1E412F
Black with #1E412F
Text Example
Text Example
White with #1E412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E412F; }
p { color: rgb(30,65,47); }
H1.HeaderClassName
{
color: #1E412F;
}
.AnyTagClassName
{
color: #1E412F;
}
</style>
background-color css
<style>
a { background-color: #1E412F; }
a { background-color: rgb(30,65,47); }
div.DivClassName
{
background-color: #1E412F;
}
.BgClassName
{
background-color: #1E412F;
}
</style>
border-color css
<style>
span { border-color: #1E412F; }
span { border-color: rgb(30,65,47); }
td.TdClassName
{
border-color: #1E412F;
}
.TagClassName
{
border-color: #1E412F;
}
</style>