Shades of Myrtle #0D2806
Tints of Myrtle #0D2806
RGB
CMYK
RGB Variations
Color information
#0D2806 (or 0x0D2806) is known color: Myrtle. HEX triplet: 0D, 28 and 06. RGB value is (13,40,6). Sum of RGB (Red+Green+Blue) = 13+40+6=59 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.03% from 59); Green value is 40 (16.02% from 255 or 67.80% from 59); Blue value is 6 (2.73% from 255 or 10.17% from 59); Max value from RGB is 40 - color contains mainly: green. Hex color #0D2806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2806 is #F2D7F9. Grayscale: #1C1C1C. Windows color (decimal): -15915002 or 403469. OLE color: 403469.
HSL color Cylindrical-coordinate representation of color #0D2806: hue angle of 107.65º 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 #0D2806 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 40 | 6 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.84 |
| HSL | 107.65º | 0.74% | 0.09% | - |
| HSV(B) | 107.65º | 0.85% | 0.16% | - |
| XYZ | 0.96 | 1.62 | 0.43 | - |
| YUV | 28.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 6 | 0.67 | 0 | 0.85 | 0.84 | 107.65 | 0.74 | 0.09 |
| Hex | D | 28 | 6 | 43 | 0 | 55 | 54 | 6C | 4A | 9 |
| Octal | 15 | 50 | 6 | 103 | 0 | 125 | 124 | 154 | 112 | 11 |
| Binary | 1101 | 101000 | 110 | 1000011 | 0 | 1010101 | 1010100 | 1101100 | 1001010 | 1001 |
Color Harmonies of #0D2806
Complementary color
Monochromatic Colors of #0D2806
Black with #0D2806
Text Example
Text Example
White with #0D2806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2806; }
p { color: rgb(13,40,6); }
H1.HeaderClassName
{
color: #0D2806;
}
.AnyTagClassName
{
color: #0D2806;
}
</style>
background-color css
<style>
a { background-color: #0D2806; }
a { background-color: rgb(13,40,6); }
div.DivClassName
{
background-color: #0D2806;
}
.BgClassName
{
background-color: #0D2806;
}
</style>
border-color css
<style>
span { border-color: #0D2806; }
span { border-color: rgb(13,40,6); }
td.TdClassName
{
border-color: #0D2806;
}
.TagClassName
{
border-color: #0D2806;
}
</style>