Shades of Myrtle #0E250E
Tints of Myrtle #0E250E
RGB
CMYK
RGB Variations
Color information
#0E250E (or 0x0E250E) is known color: Myrtle. HEX triplet: 0E, 25 and 0E. RGB value is (14,37,14). Sum of RGB (Red+Green+Blue) = 14+37+14=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #0E250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E250E is #F1DAF1. Grayscale: #1B1B1B. Windows color (decimal): -15850226 or 926990. OLE color: 926990.
HSL color Cylindrical-coordinate representation of color #0E250E: hue angle of 120º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E250E is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 37 | 14 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.85 |
| HSL | 120º | 0.45% | 0.1% | - |
| HSV(B) | 120º | 0.62% | 0.15% | - |
| XYZ | 0.92 | 1.45 | 0.65 | - |
| YUV | 27.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 37 | 14 | 0.62 | 0 | 0.62 | 0.85 | 120 | 0.45 | 0.1 |
| Hex | E | 25 | E | 3E | 0 | 3E | 55 | 78 | 2D | A |
| Octal | 16 | 45 | 16 | 76 | 0 | 76 | 125 | 170 | 55 | 12 |
| Binary | 1110 | 100101 | 1110 | 111110 | 0 | 111110 | 1010101 | 1111000 | 101101 | 1010 |
Color Harmonies of #0E250E
Complementary color
Monochromatic Colors of #0E250E
Black with #0E250E
Text Example
Text Example
White with #0E250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E250E; }
p { color: rgb(14,37,14); }
H1.HeaderClassName
{
color: #0E250E;
}
.AnyTagClassName
{
color: #0E250E;
}
</style>
background-color css
<style>
a { background-color: #0E250E; }
a { background-color: rgb(14,37,14); }
div.DivClassName
{
background-color: #0E250E;
}
.BgClassName
{
background-color: #0E250E;
}
</style>
border-color css
<style>
span { border-color: #0E250E; }
span { border-color: rgb(14,37,14); }
td.TdClassName
{
border-color: #0E250E;
}
.TagClassName
{
border-color: #0E250E;
}
</style>