Shades of Myrtle #0D2804
Tints of Myrtle #0D2804
RGB
CMYK
RGB Variations
Color information
#0D2804 (or 0x0D2804) is known color: Myrtle. HEX triplet: 0D, 28 and 04. RGB value is (13,40,4). Sum of RGB (Red+Green+Blue) = 13+40+4=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 40 (16.02% from 255 or 70.18% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 40 - color contains mainly: green. Hex color #0D2804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2804 is #F2D7FB. Grayscale: #1B1B1B. Windows color (decimal): -15915004 or 272397. OLE color: 272397.
HSL color Cylindrical-coordinate representation of color #0D2804: hue angle of 105º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D2804 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 40 | 4 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.84 |
| HSL | 105º | 0.82% | 0.09% | - |
| HSV(B) | 105º | 0.9% | 0.16% | - |
| XYZ | 0.95 | 1.61 | 0.38 | - |
| YUV | 27.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 4 | 0.67 | 0 | 0.90 | 0.84 | 105 | 0.82 | 0.09 |
| Hex | D | 28 | 4 | 43 | 0 | 5A | 54 | 69 | 52 | 9 |
| Octal | 15 | 50 | 4 | 103 | 0 | 132 | 124 | 151 | 122 | 11 |
| Binary | 1101 | 101000 | 100 | 1000011 | 0 | 1011010 | 1010100 | 1101001 | 1010010 | 1001 |
Color Harmonies of #0D2804
Complementary color
Monochromatic Colors of #0D2804
Black with #0D2804
Text Example
Text Example
White with #0D2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2804; }
p { color: rgb(13,40,4); }
H1.HeaderClassName
{
color: #0D2804;
}
.AnyTagClassName
{
color: #0D2804;
}
</style>
background-color css
<style>
a { background-color: #0D2804; }
a { background-color: rgb(13,40,4); }
div.DivClassName
{
background-color: #0D2804;
}
.BgClassName
{
background-color: #0D2804;
}
</style>
border-color css
<style>
span { border-color: #0D2804; }
span { border-color: rgb(13,40,4); }
td.TdClassName
{
border-color: #0D2804;
}
.TagClassName
{
border-color: #0D2804;
}
</style>