Shades of Myrtle #0D2906
Tints of Myrtle #0D2906
RGB
CMYK
RGB Variations
Color information
#0D2906 (or 0x0D2906) is known color: Myrtle. HEX triplet: 0D, 29 and 06. RGB value is (13,41,6). Sum of RGB (Red+Green+Blue) = 13+41+6=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 41 (16.41% from 255 or 68.33% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 41 - color contains mainly: green. Hex color #0D2906 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2906 is #F2D6F9. Grayscale: #1C1C1C. Windows color (decimal): -15914746 or 403725. OLE color: 403725.
HSL color Cylindrical-coordinate representation of color #0D2906: hue angle of 108º 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 #0D2906 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 41 | 6 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.84 |
| HSL | 108º | 0.74% | 0.09% | - |
| HSV(B) | 108º | 0.85% | 0.16% | - |
| XYZ | 0.99 | 1.68 | 0.45 | - |
| YUV | 28.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 6 | 0.68 | 0 | 0.85 | 0.84 | 108 | 0.74 | 0.09 |
| Hex | D | 29 | 6 | 44 | 0 | 55 | 54 | 6C | 4A | 9 |
| Octal | 15 | 51 | 6 | 104 | 0 | 125 | 124 | 154 | 112 | 11 |
| Binary | 1101 | 101001 | 110 | 1000100 | 0 | 1010101 | 1010100 | 1101100 | 1001010 | 1001 |
Color Harmonies of #0D2906
Complementary color
Monochromatic Colors of #0D2906
Black with #0D2906
Text Example
Text Example
White with #0D2906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2906; }
p { color: rgb(13,41,6); }
H1.HeaderClassName
{
color: #0D2906;
}
.AnyTagClassName
{
color: #0D2906;
}
</style>
background-color css
<style>
a { background-color: #0D2906; }
a { background-color: rgb(13,41,6); }
div.DivClassName
{
background-color: #0D2906;
}
.BgClassName
{
background-color: #0D2906;
}
</style>
border-color css
<style>
span { border-color: #0D2906; }
span { border-color: rgb(13,41,6); }
td.TdClassName
{
border-color: #0D2906;
}
.TagClassName
{
border-color: #0D2906;
}
</style>