COLOR #2E8439

HEX: #2E8439
RGB: (46,132,57)

Color info

#2E8439 contains mainly green color. Web safe color of #2E8439 is #339933 (or #393).

RGB color model

#2E8439 color RGB value is (46,132,57).

  • red value is 46;
  • green value is 132;
  • blue value is 57.
RGB:
(46,132,57)
(18%,52%,22%)

RGB channels and saturation

R 46 of 255 = 18%
G 132 of 255 = 52%
B 57 of 255 = 22%

46
132
57

R + G + B ~ 31%. #2E8439 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 132 + 57 = 235 (100%)
R 46 of 235 ~ 19.57%
G 132 of 235 ~ 56.17%
B 57 of 235 ~ 24.26%

%19.57
%56.17
%24.26

CMYK color model

#2E8439 color CMYK value is (65,0,57,48).

  • cyan value is 65.15%
  • magenta value is 0.00%
  • yellow value is 56.82%
  • key color value is 48.24%
CMYK:
(65,0,57,48)
C65M0Y57K48 
(65%,0%,57%,48%)
(0.65/0.00/0.57/0.48)	

CMYK percentages

%65.15
%0
%56.82
%48.24

Codes

Color #2E8439 in popluar color models

2E8439
RGB4613257
HSL128°48.31%34.90%
HSB/HSV128°65.15%51.76%
CMYK65.15%0.00%56.82%
48.24%

Color #2E8439 in popluar number systems.

HEX2E8439
Decimal4613257
Binary10111010000100111001
Octal5620471

Shades and tints

Shades of #2E8439

#2E8439
(46,132,57)
#2A7834
(42,120,52)
#266C2F
(38,108,47)
#22602A
(34,96,42)
#1E5425
(30,84,37)
#1A4820
(26,72,32)
#163C1B
(22,60,27)
#123016
(18,48,22)
#0E2411
(14,36,17)
#0A180C
(10,24,12)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #2E8439

#2E8439
(46,132,57)
#418F4B
(65,143,75)
#549A5D
(84,154,93)
#67A56F
(103,165,111)
#7AB081
(122,176,129)
#8DBB93
(141,187,147)
#A0C6A5
(160,198,165)
#B3D1B7
(179,209,183)
#C6DCC9
(198,220,201)
#D9E7DB
(217,231,219)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E8439 color. Also use rgb(46,132,57) instead hex code.

Text Font Color

.myTextColor { color: #2E8439; }

<p style="color:#2E8439">This sample text font color is #2E8439.</p>

This text font color is #2E8439.


Background Color

.myBgColor { background-color: #2E8439; }

<div style="background-color:#2E8439">Inner text</div>

This div background color is #2E8439.


Border color

.myBorderColor { border: 1px solid #2E8439; }

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

This div border color is #2E8439.


Opacity

.myOpacity80 { color: #2E8439; opacity: 0.8; }

<p style="color:#2E8439;opacity:0.8;">80%</p>

Text with #2E8439 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2E8439;}

<p style="text-shadow: 3px 3px 1px #2E8439">Text here.</p>

This text has shadow with #2E8439 color.

.textShadow {text-shadow: 3px 3px 1px #2E8439, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2E8439, 5px 5px 20px red">Text here.</p>

This text has shadow with #2E8439 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2E8439, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2E8439, Direction=45, Strength=4)">Text</p>

This text has shadow with #2E8439 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #2E8439;
  -webkit-box-shadow:	1px 1px 3px 2px #2E8439;
  box-shadow:		1px 1px 3px 2px #2E8439;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2E8439;
-webkit-box-shadow: 1px 1px 3px 2px #2E8439;
box-shadow:1px 1px 3px 2px #2E8439;">
Div content here</div>
This div box has shadow with color #2E8439.

Preview

Color preview on black background

This text has color #2E8439 on black background.


Color preview on white background

This text has color #2E8439 on white background.



Black color preview on #2E8439 background

This text has black color on #2E8439 background.


White color preview on #2E8439 background

This text has white color on #2E8439 background.