Shades of Zuccini #0E472E
Tints of Zuccini #0E472E
RGB
CMYK
RGB Variations
Color information
#0E472E (or 0x0E472E) is known color: Zuccini. HEX triplet: 0E, 47 and 2E. RGB value is (14,71,46). Sum of RGB (Red+Green+Blue) = 14+71+46=131 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.69% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #0E472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E472E is #F1B8D1. Grayscale: #333333. Windows color (decimal): -15841490 or 3032846. OLE color: 3032846.
HSL color Cylindrical-coordinate representation of color #0E472E: hue angle of 153.68º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E472E is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 71 | 46 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.72 |
| HSL | 153.68º | 0.67% | 0.17% | - |
| HSV(B) | 153.68º | 0.8% | 0.28% | - |
| XYZ | 2.93 | 4.8 | 3.36 | - |
| YUV | 51.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 46 | 0.80 | 0 | 0.35 | 0.72 | 153.68 | 0.67 | 0.17 |
| Hex | E | 47 | 2E | 50 | 0 | 23 | 48 | 9A | 43 | 11 |
| Octal | 16 | 107 | 56 | 120 | 0 | 43 | 110 | 232 | 103 | 21 |
| Binary | 1110 | 1000111 | 101110 | 1010000 | 0 | 100011 | 1001000 | 10011010 | 1000011 | 10001 |
Color Harmonies of #0E472E
Complementary color
Monochromatic Colors of #0E472E
Black with #0E472E
Text Example
Text Example
White with #0E472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E472E; }
p { color: rgb(14,71,46); }
H1.HeaderClassName
{
color: #0E472E;
}
.AnyTagClassName
{
color: #0E472E;
}
</style>
background-color css
<style>
a { background-color: #0E472E; }
a { background-color: rgb(14,71,46); }
div.DivClassName
{
background-color: #0E472E;
}
.BgClassName
{
background-color: #0E472E;
}
</style>
border-color css
<style>
span { border-color: #0E472E; }
span { border-color: rgb(14,71,46); }
td.TdClassName
{
border-color: #0E472E;
}
.TagClassName
{
border-color: #0E472E;
}
</style>