Html Css Color HEX #2EA879 Jungle Green

📋 copy color: '#2EA879'

red 46 ◦ green 168 ◦ blue 121

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

Shades of Jungle Green #2EA879

Tints of Jungle Green #2EA879

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.15%

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 13.73%
G = 50.15%
B = 36.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#2EA879 (or 0x2EA879) is known color: Jungle Green. HEX triplet: 2E, A8 and 79. RGB value is (46,168,121). Sum of RGB (Red+Green+Blue) = 46+168+121=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA879 is #D15786. Grayscale: #7E7E7E. Windows color (decimal): -13719431 or 7972910. OLE color: 7972910.

HSL color Cylindrical-coordinate representation of color #2EA879: hue angle of 156.89º 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 #2EA879 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 46 168 121 -
CMYK 0.73 0 0.28 0.34
HSL 156.89º 0.57% 0.42% -
HSV(B) 156.89º 0.73% 0.66% -
XYZ 18.58 29.97 22.89 -
YUV 126.16 125.08 70.82 -
System Red Green Blue C M Y K H S L
Decimal 46 168 121 0.73 0 0.28 0.34 156.89 0.57 0.42
Hex 2E A8 79 49 0 1C 22 9D 39 2A
Octal 56 250 171 111 0 34 42 235 71 52
Binary 101110 10101000 1111001 1001001 0 11100 100010 10011101 111001 101010

Color Harmonies of #2EA879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA879

Black with #2EA879

Text Example


Text Example

White with #2EA879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,168,121); }

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

background-color css

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

 a { background-color: rgb(46,168,121); }

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

border-color css

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

 span { border-color: rgb(46,168,121); }

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