#2EA781

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

Shades of Jungle Green #2EA781

Tints of Jungle Green #2EA781

Color information

#2EA781 (or 0x2EA781) is unknown color: approx Jungle Green. HEX triplet: 2E, A7 and 81. RGB value is (46,167,129). Sum of RGB (Red+Green+Blue) = 46+167+129=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA781 is #D1587E. Grayscale: #7E7E7E. Windows color (decimal): -13719679 or 8496942. OLE color: 8496942.

HSL color Cylindrical-coordinate representation of color #2EA781: hue angle of 161.16º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA781 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB46167129-
CMYK0.7200.230.35
HSL161.16º56.81%41.76%-
HSV(B)161.16º72.46%65.49%-
XYZ18.9129.825.52-
YUV126.49129.4170.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.45%
GREEN value IS 167 (65.62% from 255) = 48.83%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=13.45%
G=48.83%
B=37.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461671290.7200.230.35161.1656.8141.76
Hex2EA7814801723a1392a
Octal56247201110027432417152
Binary1011101010011110000001100100001011110001110100001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,167,129); }

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

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

 a { background-color: rgb(46,167,129); }

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

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

 span { border-color: rgb(46,167,129); }

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