Shades of Camarone #0D712F
Tints of Camarone #0D712F
RGB
CMYK
RGB Variations
Color information
#0D712F (or 0x0D712F) is known color: Camarone. HEX triplet: 0D, 71 and 2F. RGB value is (13,113,47). Sum of RGB (Red+Green+Blue) = 13+113+47=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 113 (44.53% from 255 or 65.32% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 113 - color contains mainly: green. Hex color #0D712F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D712F is #F28ED0. Grayscale: #4B4B4B. Windows color (decimal): -15896273 or 3109133. OLE color: 3109133.
HSL color Cylindrical-coordinate representation of color #0D712F: hue angle of 140.4º 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 #0D712F is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 47 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.56 |
| HSL | 140.4º | 0.79% | 0.25% | - |
| HSV(B) | 140.4º | 0.88% | 0.44% | - |
| XYZ | 6.58 | 12.1 | 4.68 | - |
| YUV | 75.58 | 111.87 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 47 | 0.88 | 0 | 0.58 | 0.56 | 140.4 | 0.79 | 0.25 |
| Hex | D | 71 | 2F | 58 | 0 | 3A | 38 | 8C | 4F | 19 |
| Octal | 15 | 161 | 57 | 130 | 0 | 72 | 70 | 214 | 117 | 31 |
| Binary | 1101 | 1110001 | 101111 | 1011000 | 0 | 111010 | 111000 | 10001100 | 1001111 | 11001 |
Color Harmonies of #0D712F
Complementary color
Monochromatic Colors of #0D712F
Black with #0D712F
Text Example
Text Example
White with #0D712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D712F; }
p { color: rgb(13,113,47); }
H1.HeaderClassName
{
color: #0D712F;
}
.AnyTagClassName
{
color: #0D712F;
}
</style>
background-color css
<style>
a { background-color: #0D712F; }
a { background-color: rgb(13,113,47); }
div.DivClassName
{
background-color: #0D712F;
}
.BgClassName
{
background-color: #0D712F;
}
</style>
border-color css
<style>
span { border-color: #0D712F; }
span { border-color: rgb(13,113,47); }
td.TdClassName
{
border-color: #0D712F;
}
.TagClassName
{
border-color: #0D712F;
}
</style>