Color Hex Logo

#2ea047 Color Hex

#2EA047
(46,160,71)
0 Favorites   0 Comments

Color spaces of #2ea047

RGB 4616071
HSL0.370.550.40
HSV133°71°63°
CMYK 0.710.000.56   0.37
XYZ14.834926.177410.2321
Yxy26.17740.28950.5108
Hunter Lab51.1639-37.780923.9575
CIE-Lab58.2051-50.643037.0116

#2ea047 color RGB value is (46,160,71).

#2ea047 hex color red value is 46, green value is 160 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #2ea047 hue: 0.37 , saturation: 0.55 and the lightness value of 2ea047 is 0.40.

The process color (four color CMYK) of #2ea047 color hex is 0.71, 0.00, 0.56, 0.37. Web safe color of #2ea047 is #339933. Color #2ea047 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100000 01000111
Octal 56 240 107
Decimal 46 160 71
Hex 2E A0 47

RGB Percentages of Color #2ea047

%16.61
%57.76
%25.63

CMYK Percentages of Color #2ea047

%71
%0
%56
%37

Triadic Colors of #2ea047

#2ea047 #472ea0 #a0472e

Analogous Colors of #2ea047

#2ea047 #2ea080 #4ea02e

Monochromatic Colors of #2ea047

#2ea047

Complementary Color

#2ea047 #a02e87

#2ea047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea047 Color CSS Codes

.mybgcolor {background-color:#2ea047; } 
.myforecolor {color:#2ea047; }
.mybordercolor {border:3px solid #2ea047; }

#2ea047 Text Font Color

<p style="color:#2ea047">Text here</p>

This sample text font color is #2ea047
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2ea047 Background Color

<div style="background-color:#2ea047">
Div content here</div>

This div background color is #2ea047


#2ea047 Border Color

<div style="border:3px solid #2ea047">
Div here</div>

This div border color is #2ea047


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,160,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ea047; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ea047;
  -webkit-box-shadow: 1px 1px 3px 2px #2ea047;
  box-shadow:         1px 1px 3px 2px #2ea047; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,160,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2ea047">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2ea047;
  -webkit-box-shadow: 1px 1px 3px 2px #2ea047;
  box-shadow:         1px 1px 3px 2px #2ea047;">
Div content here</div>

This div box has shadow with color #2ea047


Comments

No comments written yet.

Please login to write comment.