Shades of Myrtle #0E2A04
Tints of Myrtle #0E2A04
RGB
CMYK
RGB Variations
Color information
#0E2A04 (or 0x0E2A04) is known color: Myrtle. HEX triplet: 0E, 2A and 04. RGB value is (14,42,4). Sum of RGB (Red+Green+Blue) = 14+42+4=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 42 (16.80% from 255 or 70% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 42 - color contains mainly: green. Hex color #0E2A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2A04 is #F1D5FB. Grayscale: #1D1D1D. Windows color (decimal): -15848956 or 272910. OLE color: 272910.
HSL color Cylindrical-coordinate representation of color #0E2A04: hue angle of 104.21º degrees, saturation: 0.83, 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 #0E2A04 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 42 | 4 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.84 |
| HSL | 104.21º | 0.83% | 0.09% | - |
| HSV(B) | 104.21º | 0.9% | 0.16% | - |
| XYZ | 1.03 | 1.76 | 0.4 | - |
| YUV | 29.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 42 | 4 | 0.67 | 0 | 0.90 | 0.84 | 104.21 | 0.83 | 0.09 |
| Hex | E | 2A | 4 | 43 | 0 | 5A | 54 | 68 | 53 | 9 |
| Octal | 16 | 52 | 4 | 103 | 0 | 132 | 124 | 150 | 123 | 11 |
| Binary | 1110 | 101010 | 100 | 1000011 | 0 | 1011010 | 1010100 | 1101000 | 1010011 | 1001 |
Color Harmonies of #0E2A04
Complementary color
Monochromatic Colors of #0E2A04
Black with #0E2A04
Text Example
Text Example
White with #0E2A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2A04; }
p { color: rgb(14,42,4); }
H1.HeaderClassName
{
color: #0E2A04;
}
.AnyTagClassName
{
color: #0E2A04;
}
</style>
background-color css
<style>
a { background-color: #0E2A04; }
a { background-color: rgb(14,42,4); }
div.DivClassName
{
background-color: #0E2A04;
}
.BgClassName
{
background-color: #0E2A04;
}
</style>
border-color css
<style>
span { border-color: #0E2A04; }
span { border-color: rgb(14,42,4); }
td.TdClassName
{
border-color: #0E2A04;
}
.TagClassName
{
border-color: #0E2A04;
}
</style>