#1EA07F

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

Shades of Jungle Green #1EA07F

Tints of Jungle Green #1EA07F

Color information

#1EA07F (or 0x1EA07F) is unknown color: approx Jungle Green. HEX triplet: 1E, A0 and 7F. RGB value is (30,160,127). Sum of RGB (Red+Green+Blue) = 30+160+127=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA07F is #E15F80. Grayscale: #757575. Windows color (decimal): -14770049 or 8364062. OLE color: 8364062.

HSL color Cylindrical-coordinate representation of color #1EA07F: hue angle of 164.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 #1EA07F is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB30160127-
CMYK0.8100.210.37
HSL164.77º68.42%37.25%-
HSV(B)164.77º81.25%62.75%-
XYZ16.9426.9524.39-
YUV117.37133.4365.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.46%
GREEN value IS 160 (62.89% from 255) = 50.47%
BLUE value IS 127 (50% from 255) = 40.06%
R=9.46%
G=50.47%
B=40.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301601270.8100.210.37164.7768.4237.25
Hex1EA07F5101525a54425
Octal362401771210254524510445
Binary111101010000011111111010001010101100101101001011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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