COLOR #2E9A4E

HEX: #2E9A4E
RGB: (46,154,78)

Color info

#2E9A4E contains mainly green color. Web safe color of #2E9A4E is #339966 (or #396).

RGB color model

#2E9A4E color RGB value is (46,154,78).

  • red value is 46;
  • green value is 154;
  • blue value is 78.
RGB:
(46,154,78)
(18%,60%,31%)

RGB channels and saturation

R 46 of 255 = 18%
G 154 of 255 = 60%
B 78 of 255 = 31%

46
154
78

R + G + B ~ 36%. #2E9A4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 154 + 78 = 278 (100%)
R 46 of 278 ~ 16.55%
G 154 of 278 ~ 55.4%
B 78 of 278 ~ 28.06%

%16.55
%55.4
%28.06

CMYK color model

#2E9A4E color CMYK value is (70,0,49,40).

  • cyan value is 70.13%
  • magenta value is 0.00%
  • yellow value is 49.35%
  • key color value is 39.61%
CMYK:
(70,0,49,40)
C70M0Y49K40 
(70%,0%,49%,40%)
(0.70/0.00/0.49/0.40)	

CMYK percentages

%70.13
%0
%49.35
%39.61

Codes

Color #2E9A4E in popluar color models

2E9A4E
RGB4615478
HSL138°54.00%39.22%
HSB/HSV138°70.13%60.39%
CMYK70.13%0.00%49.35%
39.61%

Color #2E9A4E in popluar number systems.

HEX2E9A4E
Decimal4615478
Binary101110100110101001110
Octal56232116

Shades and tints

Shades of #2E9A4E

#2E9A4E
(46,154,78)
#2A8C47
(42,140,71)
#267E40
(38,126,64)
#227039
(34,112,57)
#1E6232
(30,98,50)
#1A542B
(26,84,43)
#164624
(22,70,36)
#12381D
(18,56,29)
#0E2A16
(14,42,22)
#0A1C0F
(10,28,15)
#060E08
(6,14,8)
#000000
(0,0,0)

Tints of #2E9A4E

#2E9A4E
(46,154,78)
#41A35E
(65,163,94)
#54AC6E
(84,172,110)
#67B57E
(103,181,126)
#7ABE8E
(122,190,142)
#8DC79E
(141,199,158)
#A0D0AE
(160,208,174)
#B3D9BE
(179,217,190)
#C6E2CE
(198,226,206)
#D9EBDE
(217,235,222)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E9A4E color. Also use rgb(46,154,78) instead hex code.

Text Font Color

.myTextColor { color: #2E9A4E; }

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

This text font color is #2E9A4E.


Background Color

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

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

This div background color is #2E9A4E.


Border color

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

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

This div border color is #2E9A4E.


Opacity

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

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

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

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

This text has shadow with #2E9A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9A4E on black background.


Color preview on white background

This text has color #2E9A4E on white background.



Black color preview on #2E9A4E background

This text has black color on #2E9A4E background.


White color preview on #2E9A4E background

This text has white color on #2E9A4E background.