#1EA072

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

Shades of Elf Green #1EA072

Tints of Elf Green #1EA072

Color information

#1EA072 (or 0x1EA072) is unknown color: approx Elf Green. HEX triplet: 1E, A0 and 72. RGB value is (30,160,114). Sum of RGB (Red+Green+Blue) = 30+160+114=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA072 is #E15F8D. Grayscale: #737373. Windows color (decimal): -14770062 or 7512094. OLE color: 7512094.

HSL color Cylindrical-coordinate representation of color #1EA072: hue angle of 158.77º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA072 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB30160114-
CMYK0.8100.290.37
HSL158.77º68.42%37.25%-
HSV(B)158.77º81.25%62.75%-
XYZ16.1426.6320.21-
YUV115.89126.9366.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.87%
GREEN value IS 160 (62.89% from 255) = 52.63%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=9.87%
G=52.63%
B=37.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301601140.8100.290.37158.7768.4237.25
Hex1EA0725101D259f4425
Octal362401621210354523710445
Binary111101010000011100101010001011101100101100111111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,160,114); }

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

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

 a { background-color: rgb(30,160,114); }

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

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

 span { border-color: rgb(30,160,114); }

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