#0E2F0D

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

Shades of Myrtle #0E2F0D

Tints of Myrtle #0E2F0D

Color information

#0E2F0D (or 0x0E2F0D) is unknown color: approx Myrtle. HEX triplet: 0E, 2F and 0D. RGB value is (14,47,13). Sum of RGB (Red+Green+Blue) = 14+47+13=74 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.92% from 74); Green value is 47 (18.75% from 255 or 63.51% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 47 - color contains mainly: green. Hex color #0E2F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2F0D is #F1D0F2. Grayscale: #212121. Windows color (decimal): -15847667 or 864014. OLE color: 864014.

HSL color Cylindrical-coordinate representation of color #0E2F0D: hue angle of 118.24º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E2F0D is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.82.

Color convert

RGB144713-
CMYK0.7000.720.82
HSL118.24º56.67%11.76%-
HSV(B)118.24º72.34%18.43%-
XYZ1.272.160.73-
YUV33.26116.57114.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.92%
GREEN value IS 47 (18.75% from 255) = 63.51%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=18.92%
G=63.51%
B=17.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1447130.7000.720.82118.2456.6711.76
HexE2FD46048527639c
Octal16571510601101221667114
Binary11101011111101100011001001000101001011101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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