Shades of Camarone #0F701F
Tints of Camarone #0F701F
RGB
CMYK
RGB Variations
Color information
#0F701F (or 0x0F701F) is known color: Camarone. HEX triplet: 0F, 70 and 1F. RGB value is (15,112,31). Sum of RGB (Red+Green+Blue) = 15+112+31=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #0F701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F701F is #F08FE0. Grayscale: #494949. Windows color (decimal): -15765473 or 2060303. OLE color: 2060303.
HSL color Cylindrical-coordinate representation of color #0F701F: hue angle of 129.9º 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 #0F701F is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 31 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.56 |
| HSL | 129.9º | 0.76% | 0.25% | - |
| HSV(B) | 129.9º | 0.87% | 0.44% | - |
| XYZ | 6.24 | 11.79 | 3.24 | - |
| YUV | 73.76 | 103.86 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 31 | 0.87 | 0 | 0.72 | 0.56 | 129.9 | 0.76 | 0.25 |
| Hex | F | 70 | 1F | 57 | 0 | 48 | 38 | 82 | 4C | 19 |
| Octal | 17 | 160 | 37 | 127 | 0 | 110 | 70 | 202 | 114 | 31 |
| Binary | 1111 | 1110000 | 11111 | 1010111 | 0 | 1001000 | 111000 | 10000010 | 1001100 | 11001 |
Color Harmonies of #0F701F
Complementary color
Monochromatic Colors of #0F701F
Black with #0F701F
Text Example
Text Example
White with #0F701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F701F; }
p { color: rgb(15,112,31); }
H1.HeaderClassName
{
color: #0F701F;
}
.AnyTagClassName
{
color: #0F701F;
}
</style>
background-color css
<style>
a { background-color: #0F701F; }
a { background-color: rgb(15,112,31); }
div.DivClassName
{
background-color: #0F701F;
}
.BgClassName
{
background-color: #0F701F;
}
</style>
border-color css
<style>
span { border-color: #0F701F; }
span { border-color: rgb(15,112,31); }
td.TdClassName
{
border-color: #0F701F;
}
.TagClassName
{
border-color: #0F701F;
}
</style>