Shades of Camarone #0C742F
Tints of Camarone #0C742F
RGB
CMYK
RGB Variations
Color information
#0C742F (or 0x0C742F) is known color: Camarone. HEX triplet: 0C, 74 and 2F. RGB value is (12,116,47). Sum of RGB (Red+Green+Blue) = 12+116+47=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #0C742F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C742F is #F38BD0. Grayscale: #4D4D4D. Windows color (decimal): -15961041 or 3109900. OLE color: 3109900.
HSL color Cylindrical-coordinate representation of color #0C742F: hue angle of 140.19º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C742F is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 12 | 116 | 47 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.55 |
| HSL | 140.19º | 0.81% | 0.25% | - |
| HSV(B) | 140.19º | 0.9% | 0.45% | - |
| XYZ | 6.91 | 12.77 | 4.79 | - |
| YUV | 77.04 | 111.04 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 116 | 47 | 0.90 | 0 | 0.59 | 0.55 | 140.19 | 0.81 | 0.25 |
| Hex | C | 74 | 2F | 5A | 0 | 3B | 37 | 8C | 51 | 19 |
| Octal | 14 | 164 | 57 | 132 | 0 | 73 | 67 | 214 | 121 | 31 |
| Binary | 1100 | 1110100 | 101111 | 1011010 | 0 | 111011 | 110111 | 10001100 | 1010001 | 11001 |
Color Harmonies of #0C742F
Complementary color
Monochromatic Colors of #0C742F
Black with #0C742F
Text Example
Text Example
White with #0C742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C742F; }
p { color: rgb(12,116,47); }
H1.HeaderClassName
{
color: #0C742F;
}
.AnyTagClassName
{
color: #0C742F;
}
</style>
background-color css
<style>
a { background-color: #0C742F; }
a { background-color: rgb(12,116,47); }
div.DivClassName
{
background-color: #0C742F;
}
.BgClassName
{
background-color: #0C742F;
}
</style>
border-color css
<style>
span { border-color: #0C742F; }
span { border-color: rgb(12,116,47); }
td.TdClassName
{
border-color: #0C742F;
}
.TagClassName
{
border-color: #0C742F;
}
</style>