Shades of Camarone #0E702F
Tints of Camarone #0E702F
RGB
CMYK
RGB Variations
Color information
#0E702F (or 0x0E702F) is known color: Camarone. HEX triplet: 0E, 70 and 2F. RGB value is (14,112,47). Sum of RGB (Red+Green+Blue) = 14+112+47=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #0E702F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E702F is #F18FD0. Grayscale: #4B4B4B. Windows color (decimal): -15830993 or 3108878. OLE color: 3108878.
HSL color Cylindrical-coordinate representation of color #0E702F: hue angle of 140.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E702F is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 112 | 47 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.56 |
| HSL | 140.2º | 0.78% | 0.25% | - |
| HSV(B) | 140.2º | 0.88% | 0.44% | - |
| XYZ | 6.49 | 11.89 | 4.64 | - |
| YUV | 75.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 112 | 47 | 0.88 | 0 | 0.58 | 0.56 | 140.2 | 0.78 | 0.25 |
| Hex | E | 70 | 2F | 58 | 0 | 3A | 38 | 8C | 4E | 19 |
| Octal | 16 | 160 | 57 | 130 | 0 | 72 | 70 | 214 | 116 | 31 |
| Binary | 1110 | 1110000 | 101111 | 1011000 | 0 | 111010 | 111000 | 10001100 | 1001110 | 11001 |
Color Harmonies of #0E702F
Complementary color
Monochromatic Colors of #0E702F
Black with #0E702F
Text Example
Text Example
White with #0E702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E702F; }
p { color: rgb(14,112,47); }
H1.HeaderClassName
{
color: #0E702F;
}
.AnyTagClassName
{
color: #0E702F;
}
</style>
background-color css
<style>
a { background-color: #0E702F; }
a { background-color: rgb(14,112,47); }
div.DivClassName
{
background-color: #0E702F;
}
.BgClassName
{
background-color: #0E702F;
}
</style>
border-color css
<style>
span { border-color: #0E702F; }
span { border-color: rgb(14,112,47); }
td.TdClassName
{
border-color: #0E702F;
}
.TagClassName
{
border-color: #0E702F;
}
</style>