Shades of Camarone #0F702F
Tints of Camarone #0F702F
RGB
CMYK
RGB Variations
Color information
#0F702F (or 0x0F702F) is known color: Camarone. HEX triplet: 0F, 70 and 2F. RGB value is (15,112,47). Sum of RGB (Red+Green+Blue) = 15+112+47=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 112 (44.14% from 255 or 64.37% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 112 - color contains mainly: green. Hex color #0F702F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F702F is #F08FD0. Grayscale: #4B4B4B. Windows color (decimal): -15765457 or 3108879. OLE color: 3108879.
HSL color Cylindrical-coordinate representation of color #0F702F: hue angle of 139.79º 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 #0F702F is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 47 | - |
| CMYK | 0.87 | 0 | 0.58 | 0.56 |
| HSL | 139.79º | 0.76% | 0.25% | - |
| HSV(B) | 139.79º | 0.87% | 0.44% | - |
| XYZ | 6.5 | 11.9 | 4.64 | - |
| YUV | 75.59 | 111.86 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 47 | 0.87 | 0 | 0.58 | 0.56 | 139.79 | 0.76 | 0.25 |
| Hex | F | 70 | 2F | 57 | 0 | 3A | 38 | 8C | 4C | 19 |
| Octal | 17 | 160 | 57 | 127 | 0 | 72 | 70 | 214 | 114 | 31 |
| Binary | 1111 | 1110000 | 101111 | 1010111 | 0 | 111010 | 111000 | 10001100 | 1001100 | 11001 |
Color Harmonies of #0F702F
Complementary color
Monochromatic Colors of #0F702F
Black with #0F702F
Text Example
Text Example
White with #0F702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F702F; }
p { color: rgb(15,112,47); }
H1.HeaderClassName
{
color: #0F702F;
}
.AnyTagClassName
{
color: #0F702F;
}
</style>
background-color css
<style>
a { background-color: #0F702F; }
a { background-color: rgb(15,112,47); }
div.DivClassName
{
background-color: #0F702F;
}
.BgClassName
{
background-color: #0F702F;
}
</style>
border-color css
<style>
span { border-color: #0F702F; }
span { border-color: rgb(15,112,47); }
td.TdClassName
{
border-color: #0F702F;
}
.TagClassName
{
border-color: #0F702F;
}
</style>