Html Css Color HEX #2EA686 Jungle Green

📋 copy color: '#2EA686'

red 46 ◦ green 166 ◦ blue 134

#2EA686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #2EA686

Tints of Jungle Green #2EA686

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 value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#2EA686 (or 0x2EA686) is known color: 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

RGB 46 166 134 -
CMYK 0.72 0 0.19 0.35
HSL 164º 0.57% 0.42% -
HSV(B) 164º 0.72% 0.65% -
XYZ 19.07 29.57 27.26 -
YUV 126.47 132.24 70.6 -
System Red Green Blue C M Y K H S L
Decimal 46 166 134 0.72 0 0.19 0.35 164 0.57 0.42
Hex 2E A6 86 48 0 13 23 A4 39 2A
Octal 56 246 206 110 0 23 43 244 71 52
Binary 101110 10100110 10000110 1001000 0 10011 100011 10100100 111001 101010

Color Harmonies of #2EA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA686

Black with #2EA686

Text Example


Text Example

White with #2EA686

Text Example


Text Example

HTML Codes & Css Web 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>