#1E480E

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

Shades of Myrtle #1E480E

Tints of Myrtle #1E480E

Color information

#1E480E (or 0x1E480E) is unknown color: approx Myrtle. HEX triplet: 1E, 48 and 0E. RGB value is (30,72,14). Sum of RGB (Red+Green+Blue) = 30+72+14=116 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.86% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #1E480E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E480E is #E1B7F1. Grayscale: #353535. Windows color (decimal): -14792690 or 935966. OLE color: 935966.

HSL color Cylindrical-coordinate representation of color #1E480E: hue angle of 103.45º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E480E is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB307214-
CMYK0.5800.810.72
HSL103.45º67.44%16.86%-
HSV(B)103.45º80.56%28.24%-
XYZ2.934.941.21-
YUV52.83106.09111.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.86%
GREEN value IS 72 (28.52% from 255) = 62.07%
BLUE value IS 14 (5.86% from 255) = 12.07%
R=25.86%
G=62.07%
B=12.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3072140.5800.810.72103.4567.4416.86
Hex1E48E3A05148674311
Octal361101672012111014710321
Binary11110100100011101110100101000110010001100111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E480E; }

 p { color: rgb(30,72,14); }

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

<style>
 a { background-color: #1E480E; }

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

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

<style>
 span { border-color: #1E480E; }

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

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