Shades of Camarone #0D701F
Tints of Camarone #0D701F
RGB
CMYK
RGB Variations
Color information
#0D701F (or 0x0D701F) is known color: Camarone. HEX triplet: 0D, 70 and 1F. RGB value is (13,112,31). Sum of RGB (Red+Green+Blue) = 13+112+31=156 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.33% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #0D701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D701F is #F28FE0. Grayscale: #494949. Windows color (decimal): -15896545 or 2060301. OLE color: 2060301.
HSL color Cylindrical-coordinate representation of color #0D701F: hue angle of 130.91º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D701F is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 112 | 31 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.56 |
| HSL | 130.91º | 0.79% | 0.25% | - |
| HSV(B) | 130.91º | 0.88% | 0.44% | - |
| XYZ | 6.21 | 11.77 | 3.24 | - |
| YUV | 73.17 | 104.2 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 31 | 0.88 | 0 | 0.72 | 0.56 | 130.91 | 0.79 | 0.25 |
| Hex | D | 70 | 1F | 58 | 0 | 48 | 38 | 83 | 4F | 19 |
| Octal | 15 | 160 | 37 | 130 | 0 | 110 | 70 | 203 | 117 | 31 |
| Binary | 1101 | 1110000 | 11111 | 1011000 | 0 | 1001000 | 111000 | 10000011 | 1001111 | 11001 |
Color Harmonies of #0D701F
Complementary color
Monochromatic Colors of #0D701F
Black with #0D701F
Text Example
Text Example
White with #0D701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D701F; }
p { color: rgb(13,112,31); }
H1.HeaderClassName
{
color: #0D701F;
}
.AnyTagClassName
{
color: #0D701F;
}
</style>
background-color css
<style>
a { background-color: #0D701F; }
a { background-color: rgb(13,112,31); }
div.DivClassName
{
background-color: #0D701F;
}
.BgClassName
{
background-color: #0D701F;
}
</style>
border-color css
<style>
span { border-color: #0D701F; }
span { border-color: rgb(13,112,31); }
td.TdClassName
{
border-color: #0D701F;
}
.TagClassName
{
border-color: #0D701F;
}
</style>