Shades of Camarone #0E802B
Tints of Camarone #0E802B
RGB
CMYK
RGB Variations
Color information
#0E802B (or 0x0E802B) is known color: Camarone. HEX triplet: 0E, 80 and 2B. RGB value is (14,128,43). Sum of RGB (Red+Green+Blue) = 14+128+43=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 128 (50.39% from 255 or 69.19% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 128 - color contains mainly: green. Hex color #0E802B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E802B is #F17FD4. Grayscale: #545454. Windows color (decimal): -15826901 or 2850830. OLE color: 2850830.
HSL color Cylindrical-coordinate representation of color #0E802B: hue angle of 135.26º 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 #0E802B is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 128 | 43 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.50 |
| HSL | 135.26º | 0.8% | 0.28% | - |
| HSV(B) | 135.26º | 0.89% | 0.5% | - |
| XYZ | 8.34 | 15.71 | 4.88 | - |
| YUV | 84.22 | 104.73 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 128 | 43 | 0.89 | 0 | 0.66 | 0.50 | 135.26 | 0.8 | 0.28 |
| Hex | E | 80 | 2B | 59 | 0 | 42 | 32 | 87 | 50 | 1C |
| Octal | 16 | 200 | 53 | 131 | 0 | 102 | 62 | 207 | 120 | 34 |
| Binary | 1110 | 10000000 | 101011 | 1011001 | 0 | 1000010 | 110010 | 10000111 | 1010000 | 11100 |
Color Harmonies of #0E802B
Complementary color
Monochromatic Colors of #0E802B
Black with #0E802B
Text Example
Text Example
White with #0E802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E802B; }
p { color: rgb(14,128,43); }
H1.HeaderClassName
{
color: #0E802B;
}
.AnyTagClassName
{
color: #0E802B;
}
</style>
background-color css
<style>
a { background-color: #0E802B; }
a { background-color: rgb(14,128,43); }
div.DivClassName
{
background-color: #0E802B;
}
.BgClassName
{
background-color: #0E802B;
}
</style>
border-color css
<style>
span { border-color: #0E802B; }
span { border-color: rgb(14,128,43); }
td.TdClassName
{
border-color: #0E802B;
}
.TagClassName
{
border-color: #0E802B;
}
</style>