Html Css Color HEX #2EA176 Jungle Green

📋 copy color: '#2EA176'

red 46 ◦ green 161 ◦ blue 118

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

Shades of Jungle Green #2EA176

Tints of Jungle Green #2EA176

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.54%

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 14.15%
G = 49.54%
B = 36.31%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#2EA176 (or 0x2EA176) is known color: Jungle Green. HEX triplet: 2E, A1 and 76. RGB value is (46,161,118). Sum of RGB (Red+Green+Blue) = 46+161+118=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA176 is #D15E89. Grayscale: #797979. Windows color (decimal): -13721226 or 7774510. OLE color: 7774510.

HSL color Cylindrical-coordinate representation of color #2EA176: hue angle of 157.57º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA176 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 46 161 118 -
CMYK 0.71 0 0.27 0.37
HSL 157.57º 0.56% 0.41% -
HSV(B) 157.57º 0.71% 0.63% -
XYZ 17.14 27.38 21.52 -
YUV 121.71 125.9 74 -
System Red Green Blue C M Y K H S L
Decimal 46 161 118 0.71 0 0.27 0.37 157.57 0.56 0.41
Hex 2E A1 76 47 0 1B 25 9E 38 29
Octal 56 241 166 107 0 33 45 236 70 51
Binary 101110 10100001 1110110 1000111 0 11011 100101 10011110 111000 101001

Color Harmonies of #2EA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA176

Black with #2EA176

Text Example


Text Example

White with #2EA176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,161,118); }

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

background-color css

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

 a { background-color: rgb(46,161,118); }

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

border-color css

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

 span { border-color: rgb(46,161,118); }

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