Shades of Camarone #0E802C
Tints of Camarone #0E802C
RGB
CMYK
RGB Variations
Color information
#0E802C (or 0x0E802C) is known color: Camarone. HEX triplet: 0E, 80 and 2C. RGB value is (14,128,44). Sum of RGB (Red+Green+Blue) = 14+128+44=186 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.53% from 186); Green value is 128 (50.39% from 255 or 68.82% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 128 - color contains mainly: green. Hex color #0E802C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E802C is #F17FD3. Grayscale: #545454. Windows color (decimal): -15826900 or 2916366. OLE color: 2916366.
HSL color Cylindrical-coordinate representation of color #0E802C: hue angle of 135.79º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E802C is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 128 | 44 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.50 |
| HSL | 135.79º | 0.8% | 0.28% | - |
| HSV(B) | 135.79º | 0.89% | 0.5% | - |
| XYZ | 8.35 | 15.71 | 4.98 | - |
| YUV | 84.34 | 105.23 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 128 | 44 | 0.89 | 0 | 0.66 | 0.50 | 135.79 | 0.8 | 0.28 |
| Hex | E | 80 | 2C | 59 | 0 | 42 | 32 | 88 | 50 | 1C |
| Octal | 16 | 200 | 54 | 131 | 0 | 102 | 62 | 210 | 120 | 34 |
| Binary | 1110 | 10000000 | 101100 | 1011001 | 0 | 1000010 | 110010 | 10001000 | 1010000 | 11100 |
Color Harmonies of #0E802C
Complementary color
Monochromatic Colors of #0E802C
Black with #0E802C
Text Example
Text Example
White with #0E802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E802C; }
p { color: rgb(14,128,44); }
H1.HeaderClassName
{
color: #0E802C;
}
.AnyTagClassName
{
color: #0E802C;
}
</style>
background-color css
<style>
a { background-color: #0E802C; }
a { background-color: rgb(14,128,44); }
div.DivClassName
{
background-color: #0E802C;
}
.BgClassName
{
background-color: #0E802C;
}
</style>
border-color css
<style>
span { border-color: #0E802C; }
span { border-color: rgb(14,128,44); }
td.TdClassName
{
border-color: #0E802C;
}
.TagClassName
{
border-color: #0E802C;
}
</style>