Shades of Myrtle #0C2906
Tints of Myrtle #0C2906
RGB
CMYK
RGB Variations
Color information
#0C2906 (or 0x0C2906) is known color: Myrtle. HEX triplet: 0C, 29 and 06. RGB value is (12,41,6). Sum of RGB (Red+Green+Blue) = 12+41+6=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 41 (16.41% from 255 or 69.49% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 41 - color contains mainly: green. Hex color #0C2906 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2906 is #F3D6F9. Grayscale: #1C1C1C. Windows color (decimal): -15980282 or 403724. OLE color: 403724.
HSL color Cylindrical-coordinate representation of color #0C2906: hue angle of 109.71º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C2906 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 41 | 6 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.84 |
| HSL | 109.71º | 0.74% | 0.09% | - |
| HSV(B) | 109.71º | 0.85% | 0.16% | - |
| XYZ | 0.98 | 1.68 | 0.44 | - |
| YUV | 28.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 6 | 0.71 | 0 | 0.85 | 0.84 | 109.71 | 0.74 | 0.09 |
| Hex | C | 29 | 6 | 47 | 0 | 55 | 54 | 6E | 4A | 9 |
| Octal | 14 | 51 | 6 | 107 | 0 | 125 | 124 | 156 | 112 | 11 |
| Binary | 1100 | 101001 | 110 | 1000111 | 0 | 1010101 | 1010100 | 1101110 | 1001010 | 1001 |
Color Harmonies of #0C2906
Complementary color
Monochromatic Colors of #0C2906
Black with #0C2906
Text Example
Text Example
White with #0C2906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2906; }
p { color: rgb(12,41,6); }
H1.HeaderClassName
{
color: #0C2906;
}
.AnyTagClassName
{
color: #0C2906;
}
</style>
background-color css
<style>
a { background-color: #0C2906; }
a { background-color: rgb(12,41,6); }
div.DivClassName
{
background-color: #0C2906;
}
.BgClassName
{
background-color: #0C2906;
}
</style>
border-color css
<style>
span { border-color: #0C2906; }
span { border-color: rgb(12,41,6); }
td.TdClassName
{
border-color: #0C2906;
}
.TagClassName
{
border-color: #0C2906;
}
</style>