Shades of Zuccini #0E472F
Tints of Zuccini #0E472F
RGB
CMYK
RGB Variations
Color information
#0E472F (or 0x0E472F) is known color: Zuccini. HEX triplet: 0E, 47 and 2F. RGB value is (14,71,47). Sum of RGB (Red+Green+Blue) = 14+71+47=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #0E472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E472F is #F1B8D0. Grayscale: #333333. Windows color (decimal): -15841489 or 3098382. OLE color: 3098382.
HSL color Cylindrical-coordinate representation of color #0E472F: hue angle of 154.74º 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 #0E472F is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 71 | 47 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.72 |
| HSL | 154.74º | 0.67% | 0.17% | - |
| HSV(B) | 154.74º | 0.8% | 0.28% | - |
| XYZ | 2.95 | 4.81 | 3.46 | - |
| YUV | 51.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 47 | 0.80 | 0 | 0.34 | 0.72 | 154.74 | 0.67 | 0.17 |
| Hex | E | 47 | 2F | 50 | 0 | 22 | 48 | 9B | 43 | 11 |
| Octal | 16 | 107 | 57 | 120 | 0 | 42 | 110 | 233 | 103 | 21 |
| Binary | 1110 | 1000111 | 101111 | 1010000 | 0 | 100010 | 1001000 | 10011011 | 1000011 | 10001 |
Color Harmonies of #0E472F
Complementary color
Monochromatic Colors of #0E472F
Black with #0E472F
Text Example
Text Example
White with #0E472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E472F; }
p { color: rgb(14,71,47); }
H1.HeaderClassName
{
color: #0E472F;
}
.AnyTagClassName
{
color: #0E472F;
}
</style>
background-color css
<style>
a { background-color: #0E472F; }
a { background-color: rgb(14,71,47); }
div.DivClassName
{
background-color: #0E472F;
}
.BgClassName
{
background-color: #0E472F;
}
</style>
border-color css
<style>
span { border-color: #0E472F; }
span { border-color: rgb(14,71,47); }
td.TdClassName
{
border-color: #0E472F;
}
.TagClassName
{
border-color: #0E472F;
}
</style>