Shades of Myrtle #0D2E0E
Tints of Myrtle #0D2E0E
RGB
CMYK
RGB Variations
Color information
#0D2E0E (or 0x0D2E0E) is known color: Myrtle. HEX triplet: 0D, 2E and 0E. RGB value is (13,46,14). Sum of RGB (Red+Green+Blue) = 13+46+14=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 46 (18.36% from 255 or 63.01% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 46 - color contains mainly: green. Hex color #0D2E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2E0E is #F2D1F1. Grayscale: #202020. Windows color (decimal): -15913458 or 929293. OLE color: 929293.
HSL color Cylindrical-coordinate representation of color #0D2E0E: hue angle of 121.82º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2E0E is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 46 | 14 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.82 |
| HSL | 121.82º | 0.56% | 0.12% | - |
| HSV(B) | 121.82º | 0.72% | 0.18% | - |
| XYZ | 1.22 | 2.07 | 0.75 | - |
| YUV | 32.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 46 | 14 | 0.72 | 0 | 0.70 | 0.82 | 121.82 | 0.56 | 0.12 |
| Hex | D | 2E | E | 48 | 0 | 46 | 52 | 7A | 38 | C |
| Octal | 15 | 56 | 16 | 110 | 0 | 106 | 122 | 172 | 70 | 14 |
| Binary | 1101 | 101110 | 1110 | 1001000 | 0 | 1000110 | 1010010 | 1111010 | 111000 | 1100 |
Color Harmonies of #0D2E0E
Complementary color
Monochromatic Colors of #0D2E0E
Black with #0D2E0E
Text Example
Text Example
White with #0D2E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2E0E; }
p { color: rgb(13,46,14); }
H1.HeaderClassName
{
color: #0D2E0E;
}
.AnyTagClassName
{
color: #0D2E0E;
}
</style>
background-color css
<style>
a { background-color: #0D2E0E; }
a { background-color: rgb(13,46,14); }
div.DivClassName
{
background-color: #0D2E0E;
}
.BgClassName
{
background-color: #0D2E0E;
}
</style>
border-color css
<style>
span { border-color: #0D2E0E; }
span { border-color: rgb(13,46,14); }
td.TdClassName
{
border-color: #0D2E0E;
}
.TagClassName
{
border-color: #0D2E0E;
}
</style>