Shades of Camarone #0C7C2F
Tints of Camarone #0C7C2F
RGB
CMYK
RGB Variations
Color information
#0C7C2F (or 0x0C7C2F) is known color: Camarone. HEX triplet: 0C, 7C and 2F. RGB value is (12,124,47). Sum of RGB (Red+Green+Blue) = 12+124+47=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 124 (48.83% from 255 or 67.76% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 124 - color contains mainly: green. Hex color #0C7C2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7C2F is #F383D0. Grayscale: #515151. Windows color (decimal): -15958993 or 3111948. OLE color: 3111948.
HSL color Cylindrical-coordinate representation of color #0C7C2F: hue angle of 138.75º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7C2F is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 124 | 47 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.51 |
| HSL | 138.75º | 0.82% | 0.27% | - |
| HSV(B) | 138.75º | 0.9% | 0.49% | - |
| XYZ | 7.87 | 14.7 | 5.11 | - |
| YUV | 81.73 | 108.39 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 124 | 47 | 0.90 | 0 | 0.62 | 0.51 | 138.75 | 0.82 | 0.27 |
| Hex | C | 7C | 2F | 5A | 0 | 3E | 33 | 8B | 52 | 1B |
| Octal | 14 | 174 | 57 | 132 | 0 | 76 | 63 | 213 | 122 | 33 |
| Binary | 1100 | 1111100 | 101111 | 1011010 | 0 | 111110 | 110011 | 10001011 | 1010010 | 11011 |
Color Harmonies of #0C7C2F
Complementary color
Monochromatic Colors of #0C7C2F
Black with #0C7C2F
Text Example
Text Example
White with #0C7C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7C2F; }
p { color: rgb(12,124,47); }
H1.HeaderClassName
{
color: #0C7C2F;
}
.AnyTagClassName
{
color: #0C7C2F;
}
</style>
background-color css
<style>
a { background-color: #0C7C2F; }
a { background-color: rgb(12,124,47); }
div.DivClassName
{
background-color: #0C7C2F;
}
.BgClassName
{
background-color: #0C7C2F;
}
</style>
border-color css
<style>
span { border-color: #0C7C2F; }
span { border-color: rgb(12,124,47); }
td.TdClassName
{
border-color: #0C7C2F;
}
.TagClassName
{
border-color: #0C7C2F;
}
</style>