Shades of Camarone #0D6F2B
Tints of Camarone #0D6F2B
RGB
CMYK
RGB Variations
Color information
#0D6F2B (or 0x0D6F2B) is known color: Camarone. HEX triplet: 0D, 6F and 2B. RGB value is (13,111,43). Sum of RGB (Red+Green+Blue) = 13+111+43=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 111 (43.75% from 255 or 66.47% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 111 - color contains mainly: green. Hex color #0D6F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6F2B is #F290D4. Grayscale: #4A4A4A. Windows color (decimal): -15896789 or 2846477. OLE color: 2846477.
HSL color Cylindrical-coordinate representation of color #0D6F2B: hue angle of 138.37º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6F2B is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 111 | 43 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.56 |
| HSL | 138.37º | 0.79% | 0.24% | - |
| HSV(B) | 138.37º | 0.88% | 0.44% | - |
| XYZ | 6.29 | 11.63 | 4.2 | - |
| YUV | 73.95 | 110.53 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 111 | 43 | 0.88 | 0 | 0.61 | 0.56 | 138.37 | 0.79 | 0.24 |
| Hex | D | 6F | 2B | 58 | 0 | 3D | 38 | 8A | 4F | 18 |
| Octal | 15 | 157 | 53 | 130 | 0 | 75 | 70 | 212 | 117 | 30 |
| Binary | 1101 | 1101111 | 101011 | 1011000 | 0 | 111101 | 111000 | 10001010 | 1001111 | 11000 |
Color Harmonies of #0D6F2B
Complementary color
Monochromatic Colors of #0D6F2B
Black with #0D6F2B
Text Example
Text Example
White with #0D6F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6F2B; }
p { color: rgb(13,111,43); }
H1.HeaderClassName
{
color: #0D6F2B;
}
.AnyTagClassName
{
color: #0D6F2B;
}
</style>
background-color css
<style>
a { background-color: #0D6F2B; }
a { background-color: rgb(13,111,43); }
div.DivClassName
{
background-color: #0D6F2B;
}
.BgClassName
{
background-color: #0D6F2B;
}
</style>
border-color css
<style>
span { border-color: #0D6F2B; }
span { border-color: rgb(13,111,43); }
td.TdClassName
{
border-color: #0D6F2B;
}
.TagClassName
{
border-color: #0D6F2B;
}
</style>