#2EAA80

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

Shades of Jungle Green #2EAA80

Tints of Jungle Green #2EAA80

Color information

#2EAA80 (or 0x2EAA80) is unknown color: approx Jungle Green. HEX triplet: 2E, AA and 80. RGB value is (46,170,128). Sum of RGB (Red+Green+Blue) = 46+170+128=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA80 is #D1557F. Grayscale: #808080. Windows color (decimal): -13718912 or 8432174. OLE color: 8432174.

HSL color Cylindrical-coordinate representation of color #2EAA80: hue angle of 159.68º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA80 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB46170128-
CMYK0.7300.250.33
HSL159.68º57.41%42.35%-
HSV(B)159.68º72.94%66.67%-
XYZ19.430.8925.36-
YUV128.14127.9269.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.37%
GREEN value IS 170 (66.80% from 255) = 49.42%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=13.37%
G=49.42%
B=37.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461701280.7300.250.33159.6857.4142.35
Hex2EAA804901921a0392a
Octal56252200111031412407152
Binary1011101010101010000000100100101100110000110100000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EAA80; }

 p { color: rgb(46,170,128); }

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

<style>
 a { background-color: #2EAA80; }

 a { background-color: rgb(46,170,128); }

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

<style>
 span { border-color: #2EAA80; }

 span { border-color: rgb(46,170,128); }

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