#0E290E

Color #0E290E Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0E290E

Tints of Myrtle #0E290E

Color information

#0E290E (or 0x0E290E) is unknown color: approx Myrtle. HEX triplet: 0E, 29 and 0E. RGB value is (14,41,14). Sum of RGB (Red+Green+Blue) = 14+41+14=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 41 (16.41% from 255 or 59.42% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 41 - color contains mainly: green. Hex color #0E290E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E290E is #F1D6F1. Grayscale: #1D1D1D. Windows color (decimal): -15849202 or 928014. OLE color: 928014.

HSL color Cylindrical-coordinate representation of color #0E290E: hue angle of 120º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E290E is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB144114-
CMYK0.6600.660.84
HSL120º49.09%10.78%-
HSV(B)120º65.85%16.08%-
XYZ1.051.710.69-
YUV29.85119.05116.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 20.29%
GREEN value IS 41 (16.41% from 255) = 59.42%
BLUE value IS 14 (5.86% from 255) = 20.29%
R=20.29%
G=59.42%
B=20.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1441140.6600.660.8412049.0910.78
HexE29E42042547831b
Octal16511610201021241706113
Binary11101010011110100001001000010101010011110001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E290E; }

 p { color: rgb(14,41,14); }

 H1.HeaderClassName
 {
   color: #0E290E;
 }
 .AnyTagClassName
 {
   color: #0E290E;
 }
</style>
background-color css

<style>
 a { background-color: #0E290E; }

 a { background-color: rgb(14,41,14); }

 div.DivClassName
 {
   background-color: #0E290E;
 }
 .BgClassName
 {
   background-color: #0E290E;
 }
</style>
border-color css

<style>
 span { border-color: #0E290E; }

 span { border-color: rgb(14,41,14); }

 td.TdClassName
 {
   border-color: #0E290E;
 }
 .TagClassName
 {
   border-color: #0E290E;
 }
</style>