#2EA97D

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

Shades of Jungle Green #2EA97D

Tints of Jungle Green #2EA97D

Color information

#2EA97D (or 0x2EA97D) is unknown color: approx Jungle Green. HEX triplet: 2E, A9 and 7D. RGB value is (46,169,125). Sum of RGB (Red+Green+Blue) = 46+169+125=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA97D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA97D is #D15682. Grayscale: #7F7F7F. Windows color (decimal): -13719171 or 8235310. OLE color: 8235310.

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

Color convert

RGB46169125-
CMYK0.7300.260.34
HSL158.54º57.21%42.16%-
HSV(B)158.54º72.78%66.27%-
XYZ19.0230.4424.27-
YUV127.21126.7570.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.53%
GREEN value IS 169 (66.41% from 255) = 49.71%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=13.53%
G=49.71%
B=36.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal461691250.7300.260.34158.5457.2142.16
Hex2EA97D4901A229f392a
Octal56251175111032422377152
Binary101110101010011111101100100101101010001010011111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,169,125); }

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

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

 a { background-color: rgb(46,169,125); }

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

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

 span { border-color: rgb(46,169,125); }

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