Shades of Camarone #0F702C
Tints of Camarone #0F702C
RGB
CMYK
RGB Variations
Color information
#0F702C (or 0x0F702C) is known color: Camarone. HEX triplet: 0F, 70 and 2C. RGB value is (15,112,44). Sum of RGB (Red+Green+Blue) = 15+112+44=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #0F702C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F702C is #F08FD3. Grayscale: #4B4B4B. Windows color (decimal): -15765460 or 2912271. OLE color: 2912271.
HSL color Cylindrical-coordinate representation of color #0F702C: hue angle of 137.94º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F702C is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 44 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.56 |
| HSL | 137.94º | 0.76% | 0.25% | - |
| HSV(B) | 137.94º | 0.87% | 0.44% | - |
| XYZ | 6.45 | 11.87 | 4.33 | - |
| YUV | 75.25 | 110.36 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 44 | 0.87 | 0 | 0.61 | 0.56 | 137.94 | 0.76 | 0.25 |
| Hex | F | 70 | 2C | 57 | 0 | 3D | 38 | 8A | 4C | 19 |
| Octal | 17 | 160 | 54 | 127 | 0 | 75 | 70 | 212 | 114 | 31 |
| Binary | 1111 | 1110000 | 101100 | 1010111 | 0 | 111101 | 111000 | 10001010 | 1001100 | 11001 |
Color Harmonies of #0F702C
Complementary color
Monochromatic Colors of #0F702C
Black with #0F702C
Text Example
Text Example
White with #0F702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F702C; }
p { color: rgb(15,112,44); }
H1.HeaderClassName
{
color: #0F702C;
}
.AnyTagClassName
{
color: #0F702C;
}
</style>
background-color css
<style>
a { background-color: #0F702C; }
a { background-color: rgb(15,112,44); }
div.DivClassName
{
background-color: #0F702C;
}
.BgClassName
{
background-color: #0F702C;
}
</style>
border-color css
<style>
span { border-color: #0F702C; }
span { border-color: rgb(15,112,44); }
td.TdClassName
{
border-color: #0F702C;
}
.TagClassName
{
border-color: #0F702C;
}
</style>