Shades of Zuccini #0E4E2B
Tints of Zuccini #0E4E2B
RGB
CMYK
RGB Variations
Color information
#0E4E2B (or 0x0E4E2B) is known color: Zuccini. HEX triplet: 0E, 4E and 2B. RGB value is (14,78,43). Sum of RGB (Red+Green+Blue) = 14+78+43=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 78 (30.86% from 255 or 57.78% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 78 - color contains mainly: green. Hex color #0E4E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4E2B is #F1B1D4. Grayscale: #363636. Windows color (decimal): -15839701 or 2838030. OLE color: 2838030.
HSL color Cylindrical-coordinate representation of color #0E4E2B: hue angle of 147.19º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4E2B is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 78 | 43 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.69 |
| HSL | 147.19º | 0.7% | 0.18% | - |
| HSV(B) | 147.19º | 0.82% | 0.31% | - |
| XYZ | 3.34 | 5.72 | 3.21 | - |
| YUV | 54.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 78 | 43 | 0.82 | 0 | 0.45 | 0.69 | 147.19 | 0.7 | 0.18 |
| Hex | E | 4E | 2B | 52 | 0 | 2D | 45 | 93 | 46 | 12 |
| Octal | 16 | 116 | 53 | 122 | 0 | 55 | 105 | 223 | 106 | 22 |
| Binary | 1110 | 1001110 | 101011 | 1010010 | 0 | 101101 | 1000101 | 10010011 | 1000110 | 10010 |
Color Harmonies of #0E4E2B
Complementary color
Monochromatic Colors of #0E4E2B
Black with #0E4E2B
Text Example
Text Example
White with #0E4E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4E2B; }
p { color: rgb(14,78,43); }
H1.HeaderClassName
{
color: #0E4E2B;
}
.AnyTagClassName
{
color: #0E4E2B;
}
</style>
background-color css
<style>
a { background-color: #0E4E2B; }
a { background-color: rgb(14,78,43); }
div.DivClassName
{
background-color: #0E4E2B;
}
.BgClassName
{
background-color: #0E4E2B;
}
</style>
border-color css
<style>
span { border-color: #0E4E2B; }
span { border-color: rgb(14,78,43); }
td.TdClassName
{
border-color: #0E4E2B;
}
.TagClassName
{
border-color: #0E4E2B;
}
</style>