#0E280D

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

Shades of Myrtle #0E280D

Tints of Myrtle #0E280D

Color information

#0E280D (or 0x0E280D) is unknown color: approx Myrtle. HEX triplet: 0E, 28 and 0D. RGB value is (14,40,13). Sum of RGB (Red+Green+Blue) = 14+40+13=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 40 (16.02% from 255 or 59.70% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 40 - color contains mainly: green. Hex color #0E280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E280D is #F1D7F2. Grayscale: #1D1D1D. Windows color (decimal): -15849459 or 862222. OLE color: 862222.

HSL color Cylindrical-coordinate representation of color #0E280D: hue angle of 117.78º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E280D is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB144013-
CMYK0.6500.670.84
HSL117.78º50.94%10.39%-
HSV(B)117.78º67.5%15.69%-
XYZ1.011.640.64-
YUV29.15118.89117.2-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.90%
GREEN value IS 40 (16.02% from 255) = 59.70%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=20.90%
G=59.70%
B=19.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1440130.6500.670.84117.7850.9410.39
HexE28D41043547633a
Octal16501510101031241666312
Binary11101010001101100000101000011101010011101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,40,13); }

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

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

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

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

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

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

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