Shades of Myrtle #0E2904
Tints of Myrtle #0E2904
RGB
CMYK
RGB Variations
Color information
#0E2904 (or 0x0E2904) is known color: Myrtle. HEX triplet: 0E, 29 and 04. RGB value is (14,41,4). Sum of RGB (Red+Green+Blue) = 14+41+4=59 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.73% from 59); Green value is 41 (16.41% from 255 or 69.49% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 41 - color contains mainly: green. Hex color #0E2904 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2904 is #F1D6FB. Grayscale: #1C1C1C. Windows color (decimal): -15849212 or 272654. OLE color: 272654.
HSL color Cylindrical-coordinate representation of color #0E2904: hue angle of 103.78º 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 #0E2904 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 41 | 4 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.84 |
| HSL | 103.78º | 0.82% | 0.09% | - |
| HSV(B) | 103.78º | 0.9% | 0.16% | - |
| XYZ | 1 | 1.69 | 0.39 | - |
| YUV | 28.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 41 | 4 | 0.66 | 0 | 0.90 | 0.84 | 103.78 | 0.82 | 0.09 |
| Hex | E | 29 | 4 | 42 | 0 | 5A | 54 | 68 | 52 | 9 |
| Octal | 16 | 51 | 4 | 102 | 0 | 132 | 124 | 150 | 122 | 11 |
| Binary | 1110 | 101001 | 100 | 1000010 | 0 | 1011010 | 1010100 | 1101000 | 1010010 | 1001 |
Color Harmonies of #0E2904
Complementary color
Monochromatic Colors of #0E2904
Black with #0E2904
Text Example
Text Example
White with #0E2904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2904; }
p { color: rgb(14,41,4); }
H1.HeaderClassName
{
color: #0E2904;
}
.AnyTagClassName
{
color: #0E2904;
}
</style>
background-color css
<style>
a { background-color: #0E2904; }
a { background-color: rgb(14,41,4); }
div.DivClassName
{
background-color: #0E2904;
}
.BgClassName
{
background-color: #0E2904;
}
</style>
border-color css
<style>
span { border-color: #0E2904; }
span { border-color: rgb(14,41,4); }
td.TdClassName
{
border-color: #0E2904;
}
.TagClassName
{
border-color: #0E2904;
}
</style>