Shades of Myrtle #0E1E08
Tints of Myrtle #0E1E08
RGB
CMYK
RGB Variations
Color information
#0E1E08 (or 0x0E1E08) is known color: Myrtle. HEX triplet: 0E, 1E and 08. RGB value is (14,30,8). Sum of RGB (Red+Green+Blue) = 14+30+8=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E08 is #F1E1F7. Grayscale: #161616. Windows color (decimal): -15852024 or 531982. OLE color: 531982.
HSL color Cylindrical-coordinate representation of color #0E1E08: hue angle of 103.64º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E1E08 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 30 | 8 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.88 |
| HSL | 103.64º | 0.58% | 0.07% | - |
| HSV(B) | 103.64º | 0.73% | 0.12% | - |
| XYZ | 0.69 | 1.04 | 0.39 | - |
| YUV | 22.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 8 | 0.53 | 0 | 0.73 | 0.88 | 103.64 | 0.58 | 0.07 |
| Hex | E | 1E | 8 | 35 | 0 | 49 | 58 | 68 | 3A | 7 |
| Octal | 16 | 36 | 10 | 65 | 0 | 111 | 130 | 150 | 72 | 7 |
| Binary | 1110 | 11110 | 1000 | 110101 | 0 | 1001001 | 1011000 | 1101000 | 111010 | 111 |
Color Harmonies of #0E1E08
Complementary color
Monochromatic Colors of #0E1E08
Black with #0E1E08
Text Example
Text Example
White with #0E1E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E08; }
p { color: rgb(14,30,8); }
H1.HeaderClassName
{
color: #0E1E08;
}
.AnyTagClassName
{
color: #0E1E08;
}
</style>
background-color css
<style>
a { background-color: #0E1E08; }
a { background-color: rgb(14,30,8); }
div.DivClassName
{
background-color: #0E1E08;
}
.BgClassName
{
background-color: #0E1E08;
}
</style>
border-color css
<style>
span { border-color: #0E1E08; }
span { border-color: rgb(14,30,8); }
td.TdClassName
{
border-color: #0E1E08;
}
.TagClassName
{
border-color: #0E1E08;
}
</style>