Shades of Camarone #0E7C2D
Tints of Camarone #0E7C2D
RGB
CMYK
RGB Variations
Color information
#0E7C2D (or 0x0E7C2D) is known color: Camarone. HEX triplet: 0E, 7C and 2D. RGB value is (14,124,45). Sum of RGB (Red+Green+Blue) = 14+124+45=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 124 (48.83% from 255 or 67.76% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 124 - color contains mainly: green. Hex color #0E7C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7C2D is #F183D2. Grayscale: #525252. Windows color (decimal): -15827923 or 2980878. OLE color: 2980878.
HSL color Cylindrical-coordinate representation of color #0E7C2D: hue angle of 136.91º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7C2D is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 124 | 45 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.51 |
| HSL | 136.91º | 0.8% | 0.27% | - |
| HSV(B) | 136.91º | 0.89% | 0.49% | - |
| XYZ | 7.86 | 14.7 | 4.91 | - |
| YUV | 82.1 | 107.06 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 124 | 45 | 0.89 | 0 | 0.64 | 0.51 | 136.91 | 0.8 | 0.27 |
| Hex | E | 7C | 2D | 59 | 0 | 40 | 33 | 89 | 50 | 1B |
| Octal | 16 | 174 | 55 | 131 | 0 | 100 | 63 | 211 | 120 | 33 |
| Binary | 1110 | 1111100 | 101101 | 1011001 | 0 | 1000000 | 110011 | 10001001 | 1010000 | 11011 |
Color Harmonies of #0E7C2D
Complementary color
Monochromatic Colors of #0E7C2D
Black with #0E7C2D
Text Example
Text Example
White with #0E7C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7C2D; }
p { color: rgb(14,124,45); }
H1.HeaderClassName
{
color: #0E7C2D;
}
.AnyTagClassName
{
color: #0E7C2D;
}
</style>
background-color css
<style>
a { background-color: #0E7C2D; }
a { background-color: rgb(14,124,45); }
div.DivClassName
{
background-color: #0E7C2D;
}
.BgClassName
{
background-color: #0E7C2D;
}
</style>
border-color css
<style>
span { border-color: #0E7C2D; }
span { border-color: rgb(14,124,45); }
td.TdClassName
{
border-color: #0E7C2D;
}
.TagClassName
{
border-color: #0E7C2D;
}
</style>