#2EA77C

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

Shades of Jungle Green #2EA77C

Tints of Jungle Green #2EA77C

Color information

#2EA77C (or 0x2EA77C) is unknown color: approx Jungle Green. HEX triplet: 2E, A7 and 7C. RGB value is (46,167,124). Sum of RGB (Red+Green+Blue) = 46+167+124=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 167 (65.62% from 255 or 49.55% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA77C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA77C is #D15883. Grayscale: #7D7D7D. Windows color (decimal): -13719684 or 8169262. OLE color: 8169262.

HSL color Cylindrical-coordinate representation of color #2EA77C: hue angle of 158.68º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA77C is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB46167124-
CMYK0.7200.260.35
HSL158.68º56.81%41.76%-
HSV(B)158.68º72.46%65.49%-
XYZ18.5829.6723.82-
YUV125.92126.9171-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.65%
GREEN value IS 167 (65.62% from 255) = 49.55%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=13.65%
G=49.55%
B=36.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461671240.7200.260.35158.6856.8141.76
Hex2EA77C4801A239f392a
Octal56247174110032432377152
Binary101110101001111111100100100001101010001110011111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,167,124); }

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

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

 a { background-color: rgb(46,167,124); }

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

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

 span { border-color: rgb(46,167,124); }

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