Shades of Myrtle #0E2908
Tints of Myrtle #0E2908
RGB
CMYK
RGB Variations
Color information
#0E2908 (or 0x0E2908) is known color: Myrtle. HEX triplet: 0E, 29 and 08. RGB value is (14,41,8). Sum of RGB (Red+Green+Blue) = 14+41+8=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 41 (16.41% from 255 or 65.08% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 41 - color contains mainly: green. Hex color #0E2908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2908 is #F1D6F7. Grayscale: #1D1D1D. Windows color (decimal): -15849208 or 534798. OLE color: 534798.
HSL color Cylindrical-coordinate representation of color #0E2908: hue angle of 109.09º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E2908 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 41 | 8 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.84 |
| HSL | 109.09º | 0.67% | 0.1% | - |
| HSV(B) | 109.09º | 0.8% | 0.16% | - |
| XYZ | 1.02 | 1.7 | 0.5 | - |
| YUV | 29.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 41 | 8 | 0.66 | 0 | 0.80 | 0.84 | 109.09 | 0.67 | 0.1 |
| Hex | E | 29 | 8 | 42 | 0 | 50 | 54 | 6D | 43 | A |
| Octal | 16 | 51 | 10 | 102 | 0 | 120 | 124 | 155 | 103 | 12 |
| Binary | 1110 | 101001 | 1000 | 1000010 | 0 | 1010000 | 1010100 | 1101101 | 1000011 | 1010 |
Color Harmonies of #0E2908
Complementary color
Monochromatic Colors of #0E2908
Black with #0E2908
Text Example
Text Example
White with #0E2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2908; }
p { color: rgb(14,41,8); }
H1.HeaderClassName
{
color: #0E2908;
}
.AnyTagClassName
{
color: #0E2908;
}
</style>
background-color css
<style>
a { background-color: #0E2908; }
a { background-color: rgb(14,41,8); }
div.DivClassName
{
background-color: #0E2908;
}
.BgClassName
{
background-color: #0E2908;
}
</style>
border-color css
<style>
span { border-color: #0E2908; }
span { border-color: rgb(14,41,8); }
td.TdClassName
{
border-color: #0E2908;
}
.TagClassName
{
border-color: #0E2908;
}
</style>