Shades of Camarone #0D701C
Tints of Camarone #0D701C
RGB
CMYK
RGB Variations
Color information
#0D701C (or 0x0D701C) is known color: Camarone. HEX triplet: 0D, 70 and 1C. RGB value is (13,112,28). Sum of RGB (Red+Green+Blue) = 13+112+28=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #0D701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D701C is #F28FE3. Grayscale: #494949. Windows color (decimal): -15896548 or 1863693. OLE color: 1863693.
HSL color Cylindrical-coordinate representation of color #0D701C: hue angle of 129.09º 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 #0D701C is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 112 | 28 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.56 |
| HSL | 129.09º | 0.79% | 0.25% | - |
| HSV(B) | 129.09º | 0.88% | 0.44% | - |
| XYZ | 6.17 | 11.76 | 3.04 | - |
| YUV | 72.82 | 102.7 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 28 | 0.88 | 0 | 0.75 | 0.56 | 129.09 | 0.79 | 0.25 |
| Hex | D | 70 | 1C | 58 | 0 | 4B | 38 | 81 | 4F | 19 |
| Octal | 15 | 160 | 34 | 130 | 0 | 113 | 70 | 201 | 117 | 31 |
| Binary | 1101 | 1110000 | 11100 | 1011000 | 0 | 1001011 | 111000 | 10000001 | 1001111 | 11001 |
Color Harmonies of #0D701C
Complementary color
Monochromatic Colors of #0D701C
Black with #0D701C
Text Example
Text Example
White with #0D701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D701C; }
p { color: rgb(13,112,28); }
H1.HeaderClassName
{
color: #0D701C;
}
.AnyTagClassName
{
color: #0D701C;
}
</style>
background-color css
<style>
a { background-color: #0D701C; }
a { background-color: rgb(13,112,28); }
div.DivClassName
{
background-color: #0D701C;
}
.BgClassName
{
background-color: #0D701C;
}
</style>
border-color css
<style>
span { border-color: #0D701C; }
span { border-color: rgb(13,112,28); }
td.TdClassName
{
border-color: #0D701C;
}
.TagClassName
{
border-color: #0D701C;
}
</style>