Shades of Zuccini #0E462B
Tints of Zuccini #0E462B
RGB
CMYK
RGB Variations
Color information
#0E462B (or 0x0E462B) is known color: Zuccini. HEX triplet: 0E, 46 and 2B. RGB value is (14,70,43). Sum of RGB (Red+Green+Blue) = 14+70+43=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #0E462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E462B is #F1B9D4. Grayscale: #323232. Windows color (decimal): -15841749 or 2835982. OLE color: 2835982.
HSL color Cylindrical-coordinate representation of color #0E462B: hue angle of 151.07º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E462B is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 70 | 43 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.73 |
| HSL | 151.07º | 0.67% | 0.16% | - |
| HSV(B) | 151.07º | 0.8% | 0.27% | - |
| XYZ | 2.81 | 4.65 | 3.03 | - |
| YUV | 50.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 70 | 43 | 0.80 | 0 | 0.39 | 0.73 | 151.07 | 0.67 | 0.16 |
| Hex | E | 46 | 2B | 50 | 0 | 27 | 49 | 97 | 43 | 10 |
| Octal | 16 | 106 | 53 | 120 | 0 | 47 | 111 | 227 | 103 | 20 |
| Binary | 1110 | 1000110 | 101011 | 1010000 | 0 | 100111 | 1001001 | 10010111 | 1000011 | 10000 |
Color Harmonies of #0E462B
Complementary color
Monochromatic Colors of #0E462B
Black with #0E462B
Text Example
Text Example
White with #0E462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E462B; }
p { color: rgb(14,70,43); }
H1.HeaderClassName
{
color: #0E462B;
}
.AnyTagClassName
{
color: #0E462B;
}
</style>
background-color css
<style>
a { background-color: #0E462B; }
a { background-color: rgb(14,70,43); }
div.DivClassName
{
background-color: #0E462B;
}
.BgClassName
{
background-color: #0E462B;
}
</style>
border-color css
<style>
span { border-color: #0E462B; }
span { border-color: rgb(14,70,43); }
td.TdClassName
{
border-color: #0E462B;
}
.TagClassName
{
border-color: #0E462B;
}
</style>