#0E3000

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

Shades of Myrtle #0E3000

Tints of Myrtle #0E3000

Color information

#0E3000 (or 0x0E3000) is unknown color: approx Myrtle. HEX triplet: 0E, 30 and 00. RGB value is (14,48,0). Sum of RGB (Red+Green+Blue) = 14+48+0=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 48 (19.14% from 255 or 77.42% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 48 - color contains mainly: green. Hex color #0E3000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3000 is #F1CFFF. Grayscale: #202020. Windows color (decimal): -15847424 or 12302. OLE color: 12302.

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

Color convert

RGB14480-
CMYK0.71010.81
HSL102.5º100%9.41%-
HSV(B)102.5º100%18.82%-
XYZ1.242.210.36-
YUV32.36109.74114.9-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.58%
GREEN value IS 48 (19.14% from 255) = 77.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.58%
G=77.42%
B=0%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal144800.71010.81102.51009.41
HexE300470645166649
Octal16600107014412114614411
Binary111011000001000111011001001010001110011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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