Shades of Zuccini #0E4828
Tints of Zuccini #0E4828
RGB
CMYK
RGB Variations
Color information
#0E4828 (or 0x0E4828) is known color: Zuccini. HEX triplet: 0E, 48 and 28. RGB value is (14,72,40). Sum of RGB (Red+Green+Blue) = 14+72+40=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #0E4828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4828 is #F1B7D7. Grayscale: #333333. Windows color (decimal): -15841240 or 2639886. OLE color: 2639886.
HSL color Cylindrical-coordinate representation of color #0E4828: hue angle of 146.9º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E4828 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 72 | 40 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.72 |
| HSL | 146.9º | 0.67% | 0.17% | - |
| HSV(B) | 146.9º | 0.81% | 0.28% | - |
| XYZ | 2.88 | 4.88 | 2.8 | - |
| YUV | 51.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 72 | 40 | 0.81 | 0 | 0.44 | 0.72 | 146.9 | 0.67 | 0.17 |
| Hex | E | 48 | 28 | 51 | 0 | 2C | 48 | 93 | 43 | 11 |
| Octal | 16 | 110 | 50 | 121 | 0 | 54 | 110 | 223 | 103 | 21 |
| Binary | 1110 | 1001000 | 101000 | 1010001 | 0 | 101100 | 1001000 | 10010011 | 1000011 | 10001 |
Color Harmonies of #0E4828
Complementary color
Monochromatic Colors of #0E4828
Black with #0E4828
Text Example
Text Example
White with #0E4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4828; }
p { color: rgb(14,72,40); }
H1.HeaderClassName
{
color: #0E4828;
}
.AnyTagClassName
{
color: #0E4828;
}
</style>
background-color css
<style>
a { background-color: #0E4828; }
a { background-color: rgb(14,72,40); }
div.DivClassName
{
background-color: #0E4828;
}
.BgClassName
{
background-color: #0E4828;
}
</style>
border-color css
<style>
span { border-color: #0E4828; }
span { border-color: rgb(14,72,40); }
td.TdClassName
{
border-color: #0E4828;
}
.TagClassName
{
border-color: #0E4828;
}
</style>