Color Hex Logo

#2e985b Color Hex

#2E985B
(46,152,91)
0 Favorites   0 Comments

Color spaces of #2e985b

RGB 4615291
HSL0.400.540.39
HSV145°70°60°
CMYK 0.700.000.40   0.40
XYZ14.243323.792613.7393
Yxy23.79260.27510.4595
Hunter Lab48.7777-33.238117.4440
CIE-Lab55.8795-44.246423.6155

#2e985b color RGB value is (46,152,91).

#2e985b hex color red value is 46, green value is 152 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #2e985b hue: 0.40 , saturation: 0.54 and the lightness value of 2e985b is 0.39.

The process color (four color CMYK) of #2e985b color hex is 0.70, 0.00, 0.40, 0.40. Web safe color of #2e985b is #339966. Color #2e985b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10011000 01011011
Octal 56 230 133
Decimal 46 152 91
Hex 2E 98 5B

RGB Percentages of Color #2e985b

%15.92
%52.60
%31.49

CMYK Percentages of Color #2e985b

%70
%0
%40
%40

Triadic Colors of #2e985b

#2e985b #5b2e98 #985b2e

Analogous Colors of #2e985b

#2e985b #2e9890 #36982e

Monochromatic Colors of #2e985b

#2e985b

Complementary Color

#2e985b #982e6b

#2e985b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e985b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e985b Color CSS Codes

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

#2e985b Text Font Color

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

This sample text font color is #2e985b
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.


#2e985b Background Color

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

This div background color is #2e985b


#2e985b Border Color

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

This div border color is #2e985b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e985b


Comments

No comments written yet.

Please login to write comment.