Shades of Camarone #0F702E
Tints of Camarone #0F702E
RGB
CMYK
RGB Variations
Color information
#0F702E (or 0x0F702E) is known color: Camarone. HEX triplet: 0F, 70 and 2E. RGB value is (15,112,46). Sum of RGB (Red+Green+Blue) = 15+112+46=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #0F702E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F702E is #F08FD1. Grayscale: #4B4B4B. Windows color (decimal): -15765458 or 3043343. OLE color: 3043343.
HSL color Cylindrical-coordinate representation of color #0F702E: hue angle of 139.18º 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 #0F702E is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 46 | - |
| CMYK | 0.87 | 0 | 0.59 | 0.56 |
| HSL | 139.18º | 0.76% | 0.25% | - |
| HSV(B) | 139.18º | 0.87% | 0.44% | - |
| XYZ | 6.48 | 11.89 | 4.54 | - |
| YUV | 75.47 | 111.36 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 46 | 0.87 | 0 | 0.59 | 0.56 | 139.18 | 0.76 | 0.25 |
| Hex | F | 70 | 2E | 57 | 0 | 3B | 38 | 8B | 4C | 19 |
| Octal | 17 | 160 | 56 | 127 | 0 | 73 | 70 | 213 | 114 | 31 |
| Binary | 1111 | 1110000 | 101110 | 1010111 | 0 | 111011 | 111000 | 10001011 | 1001100 | 11001 |
Color Harmonies of #0F702E
Complementary color
Monochromatic Colors of #0F702E
Black with #0F702E
Text Example
Text Example
White with #0F702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F702E; }
p { color: rgb(15,112,46); }
H1.HeaderClassName
{
color: #0F702E;
}
.AnyTagClassName
{
color: #0F702E;
}
</style>
background-color css
<style>
a { background-color: #0F702E; }
a { background-color: rgb(15,112,46); }
div.DivClassName
{
background-color: #0F702E;
}
.BgClassName
{
background-color: #0F702E;
}
</style>
border-color css
<style>
span { border-color: #0F702E; }
span { border-color: rgb(15,112,46); }
td.TdClassName
{
border-color: #0F702E;
}
.TagClassName
{
border-color: #0F702E;
}
</style>