Shades of Myrtle #0E2907
Tints of Myrtle #0E2907
RGB
CMYK
RGB Variations
Color information
#0E2907 (or 0x0E2907) is known color: Myrtle. HEX triplet: 0E, 29 and 07. RGB value is (14,41,7). Sum of RGB (Red+Green+Blue) = 14+41+7=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 41 (16.41% from 255 or 66.13% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 41 - color contains mainly: green. Hex color #0E2907 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2907 is #F1D6F8. Grayscale: #1D1D1D. Windows color (decimal): -15849209 or 469262. OLE color: 469262.
HSL color Cylindrical-coordinate representation of color #0E2907: hue angle of 107.65º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E2907 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 41 | 7 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.84 |
| HSL | 107.65º | 0.71% | 0.09% | - |
| HSV(B) | 107.65º | 0.83% | 0.16% | - |
| XYZ | 1.01 | 1.69 | 0.47 | - |
| YUV | 29.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 41 | 7 | 0.66 | 0 | 0.83 | 0.84 | 107.65 | 0.71 | 0.09 |
| Hex | E | 29 | 7 | 42 | 0 | 53 | 54 | 6C | 47 | 9 |
| Octal | 16 | 51 | 7 | 102 | 0 | 123 | 124 | 154 | 107 | 11 |
| Binary | 1110 | 101001 | 111 | 1000010 | 0 | 1010011 | 1010100 | 1101100 | 1000111 | 1001 |
Color Harmonies of #0E2907
Complementary color
Monochromatic Colors of #0E2907
Black with #0E2907
Text Example
Text Example
White with #0E2907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2907; }
p { color: rgb(14,41,7); }
H1.HeaderClassName
{
color: #0E2907;
}
.AnyTagClassName
{
color: #0E2907;
}
</style>
background-color css
<style>
a { background-color: #0E2907; }
a { background-color: rgb(14,41,7); }
div.DivClassName
{
background-color: #0E2907;
}
.BgClassName
{
background-color: #0E2907;
}
</style>
border-color css
<style>
span { border-color: #0E2907; }
span { border-color: rgb(14,41,7); }
td.TdClassName
{
border-color: #0E2907;
}
.TagClassName
{
border-color: #0E2907;
}
</style>