#2EAE7A

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

Shades of Jungle Green #2EAE7A

Tints of Jungle Green #2EAE7A

Color information

#2EAE7A (or 0x2EAE7A) is unknown color: approx Jungle Green. HEX triplet: 2E, AE and 7A. RGB value is (46,174,122). Sum of RGB (Red+Green+Blue) = 46+174+122=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAE7A is #D15185. Grayscale: #818181. Windows color (decimal): -13717894 or 8039982. OLE color: 8039982.

HSL color Cylindrical-coordinate representation of color #2EAE7A: hue angle of 155.62º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAE7A is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB46174122-
CMYK0.7400.300.32
HSL155.62º58.18%43.14%-
HSV(B)155.62º73.56%68.24%-
XYZ19.7832.2623.6-
YUV129.8123.5968.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.45%
GREEN value IS 174 (68.36% from 255) = 50.88%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=13.45%
G=50.88%
B=35.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461741220.7400.300.32155.6258.1843.14
Hex2EAE7A4A01E209c3a2b
Octal56256172112036402347253
Binary101110101011101111010100101001111010000010011100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,174,122); }

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

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

 a { background-color: rgb(46,174,122); }

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

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

 span { border-color: rgb(46,174,122); }

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