Shades of Zuccini #0E4729
Tints of Zuccini #0E4729
RGB
CMYK
RGB Variations
Color information
#0E4729 (or 0x0E4729) is known color: Zuccini. HEX triplet: 0E, 47 and 29. RGB value is (14,71,41). Sum of RGB (Red+Green+Blue) = 14+71+41=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4729 is #F1B8D6. Grayscale: #323232. Windows color (decimal): -15841495 or 2705166. OLE color: 2705166.
HSL color Cylindrical-coordinate representation of color #0E4729: hue angle of 148.42º 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 #0E4729 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 71 | 41 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.72 |
| HSL | 148.42º | 0.67% | 0.17% | - |
| HSV(B) | 148.42º | 0.8% | 0.28% | - |
| XYZ | 2.83 | 4.76 | 2.87 | - |
| YUV | 50.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 41 | 0.80 | 0 | 0.42 | 0.72 | 148.42 | 0.67 | 0.17 |
| Hex | E | 47 | 29 | 50 | 0 | 2A | 48 | 94 | 43 | 11 |
| Octal | 16 | 107 | 51 | 120 | 0 | 52 | 110 | 224 | 103 | 21 |
| Binary | 1110 | 1000111 | 101001 | 1010000 | 0 | 101010 | 1001000 | 10010100 | 1000011 | 10001 |
Color Harmonies of #0E4729
Complementary color
Monochromatic Colors of #0E4729
Black with #0E4729
Text Example
Text Example
White with #0E4729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4729; }
p { color: rgb(14,71,41); }
H1.HeaderClassName
{
color: #0E4729;
}
.AnyTagClassName
{
color: #0E4729;
}
</style>
background-color css
<style>
a { background-color: #0E4729; }
a { background-color: rgb(14,71,41); }
div.DivClassName
{
background-color: #0E4729;
}
.BgClassName
{
background-color: #0E4729;
}
</style>
border-color css
<style>
span { border-color: #0E4729; }
span { border-color: rgb(14,71,41); }
td.TdClassName
{
border-color: #0E4729;
}
.TagClassName
{
border-color: #0E4729;
}
</style>