Shades of Myrtle #0E2608
Tints of Myrtle #0E2608
RGB
CMYK
RGB Variations
Color information
#0E2608 (or 0x0E2608) is known color: Myrtle. HEX triplet: 0E, 26 and 08. RGB value is (14,38,8). Sum of RGB (Red+Green+Blue) = 14+38+8=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2608 is #F1D9F7. Grayscale: #1B1B1B. Windows color (decimal): -15849976 or 534030. OLE color: 534030.
HSL color Cylindrical-coordinate representation of color #0E2608: hue angle of 108º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E2608 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 38 | 8 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.85 |
| HSL | 108º | 0.65% | 0.09% | - |
| HSV(B) | 108º | 0.79% | 0.15% | - |
| XYZ | 0.92 | 1.5 | 0.47 | - |
| YUV | 27.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 38 | 8 | 0.63 | 0 | 0.79 | 0.85 | 108 | 0.65 | 0.09 |
| Hex | E | 26 | 8 | 3F | 0 | 4F | 55 | 6C | 41 | 9 |
| Octal | 16 | 46 | 10 | 77 | 0 | 117 | 125 | 154 | 101 | 11 |
| Binary | 1110 | 100110 | 1000 | 111111 | 0 | 1001111 | 1010101 | 1101100 | 1000001 | 1001 |
Color Harmonies of #0E2608
Complementary color
Monochromatic Colors of #0E2608
Black with #0E2608
Text Example
Text Example
White with #0E2608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2608; }
p { color: rgb(14,38,8); }
H1.HeaderClassName
{
color: #0E2608;
}
.AnyTagClassName
{
color: #0E2608;
}
</style>
background-color css
<style>
a { background-color: #0E2608; }
a { background-color: rgb(14,38,8); }
div.DivClassName
{
background-color: #0E2608;
}
.BgClassName
{
background-color: #0E2608;
}
</style>
border-color css
<style>
span { border-color: #0E2608; }
span { border-color: rgb(14,38,8); }
td.TdClassName
{
border-color: #0E2608;
}
.TagClassName
{
border-color: #0E2608;
}
</style>