Html Css Color HEX #2EAA86 Jungle Green

📋 copy color: '#2EAA86'

red 46 ◦ green 170 ◦ blue 134

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

Shades of Jungle Green #2EAA86

Tints of Jungle Green #2EAA86

RGB

 RED value IS 46 (18.36% from 255) = 13.14%

 GREEN value IS 170 (66.8% from 255) = 48.57%

 BLUE value IS 134 (52.73% from 255) = 38.29%

R = 13.14%
G = 48.57%
B = 38.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#2EAA86 (or 0x2EAA86) is known color: Jungle Green. HEX triplet: 2E, AA and 86. RGB value is (46,170,134). Sum of RGB (Red+Green+Blue) = 46+170+134=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA86 is #D15579. Grayscale: #808080. Windows color (decimal): -13718906 or 8825390. OLE color: 8825390.

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

Color convert

RGB 46 170 134 -
CMYK 0.73 0 0.21 0.33
HSL 162.58º 0.57% 0.42% -
HSV(B) 162.58º 0.73% 0.67% -
XYZ 19.8 31.05 27.5 -
YUV 128.82 130.92 68.93 -
System Red Green Blue C M Y K H S L
Decimal 46 170 134 0.73 0 0.21 0.33 162.58 0.57 0.42
Hex 2E AA 86 49 0 15 21 A3 39 2A
Octal 56 252 206 111 0 25 41 243 71 52
Binary 101110 10101010 10000110 1001001 0 10101 100001 10100011 111001 101010

Color Harmonies of #2EAA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA86

Black with #2EAA86

Text Example


Text Example

White with #2EAA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EAA86;
 }
 .AnyTagClassName
 {
   color: #2EAA86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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