Shades of Zuccini #0E4429
Tints of Zuccini #0E4429
RGB
CMYK
RGB Variations
Color information
#0E4429 (or 0x0E4429) is known color: Zuccini. HEX triplet: 0E, 44 and 29. RGB value is (14,68,41). Sum of RGB (Red+Green+Blue) = 14+68+41=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #0E4429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4429 is #F1BBD6. Grayscale: #303030. Windows color (decimal): -15842263 or 2704398. OLE color: 2704398.
HSL color Cylindrical-coordinate representation of color #0E4429: hue angle of 150º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E4429 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 68 | 41 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.73 |
| HSL | 150º | 0.66% | 0.16% | - |
| HSV(B) | 150º | 0.79% | 0.27% | - |
| XYZ | 2.65 | 4.39 | 2.81 | - |
| YUV | 48.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 68 | 41 | 0.79 | 0 | 0.40 | 0.73 | 150 | 0.66 | 0.16 |
| Hex | E | 44 | 29 | 4F | 0 | 28 | 49 | 96 | 42 | 10 |
| Octal | 16 | 104 | 51 | 117 | 0 | 50 | 111 | 226 | 102 | 20 |
| Binary | 1110 | 1000100 | 101001 | 1001111 | 0 | 101000 | 1001001 | 10010110 | 1000010 | 10000 |
Color Harmonies of #0E4429
Complementary color
Monochromatic Colors of #0E4429
Black with #0E4429
Text Example
Text Example
White with #0E4429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4429; }
p { color: rgb(14,68,41); }
H1.HeaderClassName
{
color: #0E4429;
}
.AnyTagClassName
{
color: #0E4429;
}
</style>
background-color css
<style>
a { background-color: #0E4429; }
a { background-color: rgb(14,68,41); }
div.DivClassName
{
background-color: #0E4429;
}
.BgClassName
{
background-color: #0E4429;
}
</style>
border-color css
<style>
span { border-color: #0E4429; }
span { border-color: rgb(14,68,41); }
td.TdClassName
{
border-color: #0E4429;
}
.TagClassName
{
border-color: #0E4429;
}
</style>