#2EA97E

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

Shades of Jungle Green #2EA97E

Tints of Jungle Green #2EA97E

Color information

#2EA97E (or 0x2EA97E) is unknown color: approx Jungle Green. HEX triplet: 2E, A9 and 7E. RGB value is (46,169,126). Sum of RGB (Red+Green+Blue) = 46+169+126=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA97E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA97E is #D15681. Grayscale: #7F7F7F. Windows color (decimal): -13719170 or 8300846. OLE color: 8300846.

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

Color convert

RGB46169126-
CMYK0.7300.250.34
HSL159.02º57.21%42.16%-
HSV(B)159.02º72.78%66.27%-
XYZ19.0830.4624.61-
YUV127.32127.2570-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.49%
GREEN value IS 169 (66.41% from 255) = 49.56%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=13.49%
G=49.56%
B=36.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal461691260.7300.250.34159.0257.2142.16
Hex2EA97E49019229f392a
Octal56251176111031422377152
Binary101110101010011111110100100101100110001010011111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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