#0E300D

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

Shades of Myrtle #0E300D

Tints of Myrtle #0E300D

Color information

#0E300D (or 0x0E300D) is unknown color: approx Myrtle. HEX triplet: 0E, 30 and 0D. RGB value is (14,48,13). Sum of RGB (Red+Green+Blue) = 14+48+13=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #0E300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E300D is #F1CFF2. Grayscale: #212121. Windows color (decimal): -15847411 or 864270. OLE color: 864270.

HSL color Cylindrical-coordinate representation of color #0E300D: hue angle of 118.29º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E300D is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB144813-
CMYK0.7100.730.81
HSL118.29º57.38%11.96%-
HSV(B)118.29º72.92%18.82%-
XYZ1.312.240.74-
YUV33.84116.24113.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.67%
GREEN value IS 48 (19.14% from 255) = 64%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=18.67%
G=64%
B=17.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1448130.7100.730.81118.2957.3811.96
HexE30D47049517639c
Octal16601510701111211667114
Binary11101100001101100011101001001101000111101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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