Shades of Myrtle #0D290E
Tints of Myrtle #0D290E
RGB
CMYK
RGB Variations
Color information
#0D290E (or 0x0D290E) is known color: Myrtle. HEX triplet: 0D, 29 and 0E. RGB value is (13,41,14). Sum of RGB (Red+Green+Blue) = 13+41+14=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 41 (16.41% from 255 or 60.29% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 41 - color contains mainly: green. Hex color #0D290E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D290E is #F2D6F1. Grayscale: #1D1D1D. Windows color (decimal): -15914738 or 928013. OLE color: 928013.
HSL color Cylindrical-coordinate representation of color #0D290E: hue angle of 122.14º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D290E is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 41 | 14 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.84 |
| HSL | 122.14º | 0.52% | 0.11% | - |
| HSV(B) | 122.14º | 0.68% | 0.16% | - |
| XYZ | 1.04 | 1.7 | 0.69 | - |
| YUV | 29.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 14 | 0.68 | 0 | 0.66 | 0.84 | 122.14 | 0.52 | 0.11 |
| Hex | D | 29 | E | 44 | 0 | 42 | 54 | 7A | 34 | B |
| Octal | 15 | 51 | 16 | 104 | 0 | 102 | 124 | 172 | 64 | 13 |
| Binary | 1101 | 101001 | 1110 | 1000100 | 0 | 1000010 | 1010100 | 1111010 | 110100 | 1011 |
Color Harmonies of #0D290E
Complementary color
Monochromatic Colors of #0D290E
Black with #0D290E
Text Example
Text Example
White with #0D290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D290E; }
p { color: rgb(13,41,14); }
H1.HeaderClassName
{
color: #0D290E;
}
.AnyTagClassName
{
color: #0D290E;
}
</style>
background-color css
<style>
a { background-color: #0D290E; }
a { background-color: rgb(13,41,14); }
div.DivClassName
{
background-color: #0D290E;
}
.BgClassName
{
background-color: #0D290E;
}
</style>
border-color css
<style>
span { border-color: #0D290E; }
span { border-color: rgb(13,41,14); }
td.TdClassName
{
border-color: #0D290E;
}
.TagClassName
{
border-color: #0D290E;
}
</style>