Shades of Camarone #0F702A
Tints of Camarone #0F702A
RGB
CMYK
RGB Variations
Color information
#0F702A (or 0x0F702A) is known color: Camarone. HEX triplet: 0F, 70 and 2A. RGB value is (15,112,42). Sum of RGB (Red+Green+Blue) = 15+112+42=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #0F702A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F702A is #F08FD5. Grayscale: #4B4B4B. Windows color (decimal): -15765462 or 2781199. OLE color: 2781199.
HSL color Cylindrical-coordinate representation of color #0F702A: hue angle of 136.7º 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 #0F702A is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 112 | 42 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.56 |
| HSL | 136.7º | 0.76% | 0.25% | - |
| HSV(B) | 136.7º | 0.87% | 0.44% | - |
| XYZ | 6.41 | 11.86 | 4.14 | - |
| YUV | 75.02 | 109.36 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 112 | 42 | 0.87 | 0 | 0.62 | 0.56 | 136.7 | 0.76 | 0.25 |
| Hex | F | 70 | 2A | 57 | 0 | 3E | 38 | 89 | 4C | 19 |
| Octal | 17 | 160 | 52 | 127 | 0 | 76 | 70 | 211 | 114 | 31 |
| Binary | 1111 | 1110000 | 101010 | 1010111 | 0 | 111110 | 111000 | 10001001 | 1001100 | 11001 |
Color Harmonies of #0F702A
Complementary color
Monochromatic Colors of #0F702A
Black with #0F702A
Text Example
Text Example
White with #0F702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F702A; }
p { color: rgb(15,112,42); }
H1.HeaderClassName
{
color: #0F702A;
}
.AnyTagClassName
{
color: #0F702A;
}
</style>
background-color css
<style>
a { background-color: #0F702A; }
a { background-color: rgb(15,112,42); }
div.DivClassName
{
background-color: #0F702A;
}
.BgClassName
{
background-color: #0F702A;
}
</style>
border-color css
<style>
span { border-color: #0F702A; }
span { border-color: rgb(15,112,42); }
td.TdClassName
{
border-color: #0F702A;
}
.TagClassName
{
border-color: #0F702A;
}
</style>