Shades of Myrtle #0E2B0D
Tints of Myrtle #0E2B0D
RGB
CMYK
RGB Variations
Color information
#0E2B0D (or 0x0E2B0D) is known color: Myrtle. HEX triplet: 0E, 2B and 0D. RGB value is (14,43,13). Sum of RGB (Red+Green+Blue) = 14+43+13=70 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20% from 70); Green value is 43 (17.19% from 255 or 61.43% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 43 - color contains mainly: green. Hex color #0E2B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2B0D is #F1D4F2. Grayscale: #1E1E1E. Windows color (decimal): -15848691 or 862990. OLE color: 862990.
HSL color Cylindrical-coordinate representation of color #0E2B0D: hue angle of 118º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0E2B0D is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 14 | 43 | 13 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.83 |
| HSL | 118º | 0.54% | 0.11% | - |
| HSV(B) | 118º | 0.7% | 0.17% | - |
| XYZ | 1.12 | 1.85 | 0.68 | - |
| YUV | 30.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 43 | 13 | 0.67 | 0 | 0.70 | 0.83 | 118 | 0.54 | 0.11 |
| Hex | E | 2B | D | 43 | 0 | 46 | 53 | 76 | 36 | B |
| Octal | 16 | 53 | 15 | 103 | 0 | 106 | 123 | 166 | 66 | 13 |
| Binary | 1110 | 101011 | 1101 | 1000011 | 0 | 1000110 | 1010011 | 1110110 | 110110 | 1011 |
Color Harmonies of #0E2B0D
Complementary color
Monochromatic Colors of #0E2B0D
Black with #0E2B0D
Text Example
Text Example
White with #0E2B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2B0D; }
p { color: rgb(14,43,13); }
H1.HeaderClassName
{
color: #0E2B0D;
}
.AnyTagClassName
{
color: #0E2B0D;
}
</style>
background-color css
<style>
a { background-color: #0E2B0D; }
a { background-color: rgb(14,43,13); }
div.DivClassName
{
background-color: #0E2B0D;
}
.BgClassName
{
background-color: #0E2B0D;
}
</style>
border-color css
<style>
span { border-color: #0E2B0D; }
span { border-color: rgb(14,43,13); }
td.TdClassName
{
border-color: #0E2B0D;
}
.TagClassName
{
border-color: #0E2B0D;
}
</style>