#2EA876

Color #2EA876 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2EA876

Tints of Jungle Green #2EA876

Color information

#2EA876 (or 0x2EA876) is unknown color: approx Jungle Green. HEX triplet: 2E, A8 and 76. RGB value is (46,168,118). Sum of RGB (Red+Green+Blue) = 46+168+118=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 168 (66.02% from 255 or 50.60% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA876 is #D15789. Grayscale: #7D7D7D. Windows color (decimal): -13719434 or 7776302. OLE color: 7776302.

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

Color convert

RGB46168118-
CMYK0.7300.300.34
HSL155.41º57.01%41.96%-
HSV(B)155.41º72.62%65.88%-
XYZ18.429.8921.94-
YUV125.82123.5871.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.86%
GREEN value IS 168 (66.02% from 255) = 50.60%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=13.86%
G=50.60%
B=35.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal461681180.7300.300.34155.4157.0141.96
Hex2EA8764901E229b392a
Octal56250166111036422337152
Binary101110101010001110110100100101111010001010011011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EA876;
 }
 .AnyTagClassName
 {
   color: #2EA876;
 }
</style>
background-color css

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

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

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

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

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

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