Html Css Color HEX #2EA977 Jungle Green

📋 copy color: '#2EA977'

red 46 ◦ green 169 ◦ blue 119

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

Shades of Jungle Green #2EA977

Tints of Jungle Green #2EA977

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.6%

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 13.77%
G = 50.6%
B = 35.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#2EA977 (or 0x2EA977) is known color: Jungle Green. HEX triplet: 2E, A9 and 77. RGB value is (46,169,119). Sum of RGB (Red+Green+Blue) = 46+169+119=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 169 (66.41% from 255 or 50.60% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA977 is #D15688. Grayscale: #7E7E7E. Windows color (decimal): -13719177 or 7842094. OLE color: 7842094.

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

Color convert

RGB 46 169 119 -
CMYK 0.73 0 0.30 0.34
HSL 155.61º 0.57% 0.42% -
HSV(B) 155.61º 0.73% 0.66% -
XYZ 18.64 30.29 22.32 -
YUV 126.52 123.75 70.57 -
System Red Green Blue C M Y K H S L
Decimal 46 169 119 0.73 0 0.30 0.34 155.61 0.57 0.42
Hex 2E A9 77 49 0 1E 22 9C 39 2A
Octal 56 251 167 111 0 36 42 234 71 52
Binary 101110 10101001 1110111 1001001 0 11110 100010 10011100 111001 101010

Color Harmonies of #2EA977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA977

Black with #2EA977

Text Example


Text Example

White with #2EA977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,169,119); }

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

background-color css

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

 a { background-color: rgb(46,169,119); }

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

border-color css

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

 span { border-color: rgb(46,169,119); }

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