Shades of Camarone #0E782F
Tints of Camarone #0E782F
RGB
CMYK
RGB Variations
Color information
#0E782F (or 0x0E782F) is known color: Camarone. HEX triplet: 0E, 78 and 2F. RGB value is (14,120,47). Sum of RGB (Red+Green+Blue) = 14+120+47=181 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.73% from 181); Green value is 120 (47.27% from 255 or 66.30% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 120 - color contains mainly: green. Hex color #0E782F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E782F is #F187D0. Grayscale: #505050. Windows color (decimal): -15828945 or 3110926. OLE color: 3110926.
HSL color Cylindrical-coordinate representation of color #0E782F: hue angle of 138.68º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E782F is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 120 | 47 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.53 |
| HSL | 138.68º | 0.79% | 0.26% | - |
| HSV(B) | 138.68º | 0.88% | 0.47% | - |
| XYZ | 7.41 | 13.73 | 4.95 | - |
| YUV | 79.98 | 109.38 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 120 | 47 | 0.88 | 0 | 0.61 | 0.53 | 138.68 | 0.79 | 0.26 |
| Hex | E | 78 | 2F | 58 | 0 | 3D | 35 | 8B | 4F | 1A |
| Octal | 16 | 170 | 57 | 130 | 0 | 75 | 65 | 213 | 117 | 32 |
| Binary | 1110 | 1111000 | 101111 | 1011000 | 0 | 111101 | 110101 | 10001011 | 1001111 | 11010 |
Color Harmonies of #0E782F
Complementary color
Monochromatic Colors of #0E782F
Black with #0E782F
Text Example
Text Example
White with #0E782F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E782F; }
p { color: rgb(14,120,47); }
H1.HeaderClassName
{
color: #0E782F;
}
.AnyTagClassName
{
color: #0E782F;
}
</style>
background-color css
<style>
a { background-color: #0E782F; }
a { background-color: rgb(14,120,47); }
div.DivClassName
{
background-color: #0E782F;
}
.BgClassName
{
background-color: #0E782F;
}
</style>
border-color css
<style>
span { border-color: #0E782F; }
span { border-color: rgb(14,120,47); }
td.TdClassName
{
border-color: #0E782F;
}
.TagClassName
{
border-color: #0E782F;
}
</style>