#2EAA7F

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

Shades of Jungle Green #2EAA7F

Tints of Jungle Green #2EAA7F

Color information

#2EAA7F (or 0x2EAA7F) is unknown color: approx Jungle Green. HEX triplet: 2E, AA and 7F. RGB value is (46,170,127). Sum of RGB (Red+Green+Blue) = 46+170+127=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA7F is #D15580. Grayscale: #808080. Windows color (decimal): -13718913 or 8366638. OLE color: 8366638.

HSL color Cylindrical-coordinate representation of color #2EAA7F: hue angle of 159.19º 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 #2EAA7F is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB46170127-
CMYK0.7300.250.33
HSL159.19º57.41%42.35%-
HSV(B)159.19º72.94%66.67%-
XYZ19.3330.8625.02-
YUV128.02127.4269.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.41%
GREEN value IS 170 (66.80% from 255) = 49.56%
BLUE value IS 127 (50% from 255) = 37.03%
R=13.41%
G=49.56%
B=37.03%

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
Decimal461701270.7300.250.33159.1957.4142.35
Hex2EAA7F49019219f392a
Octal56252177111031412377152
Binary101110101010101111111100100101100110000110011111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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