Shades of Camarone #0C702F
Tints of Camarone #0C702F
RGB
CMYK
RGB Variations
Color information
#0C702F (or 0x0C702F) is known color: Camarone. HEX triplet: 0C, 70 and 2F. RGB value is (12,112,47). Sum of RGB (Red+Green+Blue) = 12+112+47=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #0C702F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C702F is #F38FD0. Grayscale: #4A4A4A. Windows color (decimal): -15962065 or 3108876. OLE color: 3108876.
HSL color Cylindrical-coordinate representation of color #0C702F: hue angle of 141º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C702F is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 12 | 112 | 47 | - |
| CMYK | 0.89 | 0 | 0.58 | 0.56 |
| HSL | 141º | 0.81% | 0.24% | - |
| HSV(B) | 141º | 0.89% | 0.44% | - |
| XYZ | 6.46 | 11.87 | 4.64 | - |
| YUV | 74.69 | 112.37 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 112 | 47 | 0.89 | 0 | 0.58 | 0.56 | 141 | 0.81 | 0.24 |
| Hex | C | 70 | 2F | 59 | 0 | 3A | 38 | 8D | 51 | 18 |
| Octal | 14 | 160 | 57 | 131 | 0 | 72 | 70 | 215 | 121 | 30 |
| Binary | 1100 | 1110000 | 101111 | 1011001 | 0 | 111010 | 111000 | 10001101 | 1010001 | 11000 |
Color Harmonies of #0C702F
Complementary color
Monochromatic Colors of #0C702F
Black with #0C702F
Text Example
Text Example
White with #0C702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C702F; }
p { color: rgb(12,112,47); }
H1.HeaderClassName
{
color: #0C702F;
}
.AnyTagClassName
{
color: #0C702F;
}
</style>
background-color css
<style>
a { background-color: #0C702F; }
a { background-color: rgb(12,112,47); }
div.DivClassName
{
background-color: #0C702F;
}
.BgClassName
{
background-color: #0C702F;
}
</style>
border-color css
<style>
span { border-color: #0C702F; }
span { border-color: rgb(12,112,47); }
td.TdClassName
{
border-color: #0C702F;
}
.TagClassName
{
border-color: #0C702F;
}
</style>