#2EA686

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

Shades of Jungle Green #2EA686

Tints of Jungle Green #2EA686

Color information

#2EA686 (or 0x2EA686) is unknown color: approx Jungle Green. HEX triplet: 2E, A6 and 86. RGB value is (46,166,134). Sum of RGB (Red+Green+Blue) = 46+166+134=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA686 is #D15979. Grayscale: #7E7E7E. Windows color (decimal): -13719930 or 8824366. OLE color: 8824366.

HSL color Cylindrical-coordinate representation of color #2EA686: hue angle of 164º 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 #2EA686 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB46166134-
CMYK0.7200.190.35
HSL164º56.6%41.57%-
HSV(B)164º72.29%65.1%-
XYZ19.0729.5727.26-
YUV126.47132.2470.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.29%
GREEN value IS 166 (65.23% from 255) = 47.98%
BLUE value IS 134 (52.73% from 255) = 38.73%
R=13.29%
G=47.98%
B=38.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461661340.7200.190.3516456.641.57
Hex2EA6864801323a4392a
Octal56246206110023432447152
Binary1011101010011010000110100100001001110001110100100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,166,134); }

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

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

 a { background-color: rgb(46,166,134); }

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

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

 span { border-color: rgb(46,166,134); }

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