COLOR #2E8441

HEX: #2E8441
RGB: (46,132,65)

Color info

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

RGB color model

#2E8441 color RGB value is (46,132,65).

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

RGB channels and saturation

R 46 of 255 = 18%
G 132 of 255 = 52%
B 65 of 255 = 25%

46
132
65

R + G + B ~ 32%. #2E8441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 132 + 65 = 243 (100%)
R 46 of 243 ~ 18.93%
G 132 of 243 ~ 54.32%
B 65 of 243 ~ 26.75%

%18.93
%54.32
%26.75

CMYK color model

#2E8441 color CMYK value is (65,0,51,48).

  • cyan value is 65.15%
  • magenta value is 0.00%
  • yellow value is 50.76%
  • key color value is 48.24%
CMYK:
(65,0,51,48)
C65M0Y51K48 
(65%,0%,51%,48%)
(0.65/0.00/0.51/0.48)	

CMYK percentages

%65.15
%0
%50.76
%48.24

Codes

Color #2E8441 in popluar color models

2E8441
RGB4613265
HSL133°48.31%34.90%
HSB/HSV133°65.15%51.76%
CMYK65.15%0.00%50.76%
48.24%

Color #2E8441 in popluar number systems.

HEX2E8441
Decimal4613265
Binary101110100001001000001
Octal56204101

Shades and tints

Shades of #2E8441

#2E8441
(46,132,65)
#2A783C
(42,120,60)
#266C37
(38,108,55)
#226032
(34,96,50)
#1E542D
(30,84,45)
#1A4828
(26,72,40)
#163C23
(22,60,35)
#12301E
(18,48,30)
#0E2419
(14,36,25)
#0A1814
(10,24,20)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #2E8441

#2E8441
(46,132,65)
#418F52
(65,143,82)
#549A63
(84,154,99)
#67A574
(103,165,116)
#7AB085
(122,176,133)
#8DBB96
(141,187,150)
#A0C6A7
(160,198,167)
#B3D1B8
(179,209,184)
#C6DCC9
(198,220,201)
#D9E7DA
(217,231,218)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E8441; }

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

This text font color is #2E8441.


Background Color

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

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

This div background color is #2E8441.


Border color

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

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

This div border color is #2E8441.


Opacity

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

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

Text with #2E8441 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 #2E8441;}

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

This text has shadow with #2E8441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8441 on black background.


Color preview on white background

This text has color #2E8441 on white background.



Black color preview on #2E8441 background

This text has black color on #2E8441 background.


White color preview on #2E8441 background

This text has white color on #2E8441 background.