Shades of Zuccini #0E4E2E
Tints of Zuccini #0E4E2E
RGB
CMYK
RGB Variations
Color information
#0E4E2E (or 0x0E4E2E) is known color: Zuccini. HEX triplet: 0E, 4E and 2E. RGB value is (14,78,46). Sum of RGB (Red+Green+Blue) = 14+78+46=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #0E4E2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4E2E is #F1B1D1. Grayscale: #373737. Windows color (decimal): -15839698 or 3034638. OLE color: 3034638.
HSL color Cylindrical-coordinate representation of color #0E4E2E: hue angle of 150º 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 #0E4E2E is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 78 | 46 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.69 |
| HSL | 150º | 0.7% | 0.18% | - |
| HSV(B) | 150º | 0.82% | 0.31% | - |
| XYZ | 3.4 | 5.74 | 3.51 | - |
| YUV | 55.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 78 | 46 | 0.82 | 0 | 0.41 | 0.69 | 150 | 0.7 | 0.18 |
| Hex | E | 4E | 2E | 52 | 0 | 29 | 45 | 96 | 46 | 12 |
| Octal | 16 | 116 | 56 | 122 | 0 | 51 | 105 | 226 | 106 | 22 |
| Binary | 1110 | 1001110 | 101110 | 1010010 | 0 | 101001 | 1000101 | 10010110 | 1000110 | 10010 |
Color Harmonies of #0E4E2E
Complementary color
Monochromatic Colors of #0E4E2E
Black with #0E4E2E
Text Example
Text Example
White with #0E4E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4E2E; }
p { color: rgb(14,78,46); }
H1.HeaderClassName
{
color: #0E4E2E;
}
.AnyTagClassName
{
color: #0E4E2E;
}
</style>
background-color css
<style>
a { background-color: #0E4E2E; }
a { background-color: rgb(14,78,46); }
div.DivClassName
{
background-color: #0E4E2E;
}
.BgClassName
{
background-color: #0E4E2E;
}
</style>
border-color css
<style>
span { border-color: #0E4E2E; }
span { border-color: rgb(14,78,46); }
td.TdClassName
{
border-color: #0E4E2E;
}
.TagClassName
{
border-color: #0E4E2E;
}
</style>