COLOR #2E9A5E

HEX: #2E9A5E
RGB: (46,154,94)

Color info

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

RGB color model

#2E9A5E color RGB value is (46,154,94).

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

RGB channels and saturation

R 46 of 255 = 18%
G 154 of 255 = 60%
B 94 of 255 = 37%

46
154
94

R + G + B ~ 38%. #2E9A5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 154 + 94 = 294 (100%)
R 46 of 294 ~ 15.65%
G 154 of 294 ~ 52.38%
B 94 of 294 ~ 31.97%

%15.65
%52.38
%31.97

CMYK color model

#2E9A5E color CMYK value is (70,0,39,40).

  • cyan value is 70.13%
  • magenta value is 0.00%
  • yellow value is 38.96%
  • key color value is 39.61%
CMYK:
(70,0,39,40)
C70M0Y39K40 
(70%,0%,39%,40%)
(0.70/0.00/0.39/0.40)	

CMYK percentages

%70.13
%0
%38.96
%39.61

Codes

Color #2E9A5E in popluar color models

2E9A5E
RGB4615494
HSL147°54.00%39.22%
HSB/HSV147°70.13%60.39%
CMYK70.13%0.00%38.96%
39.61%

Color #2E9A5E in popluar number systems.

HEX2E9A5E
Decimal4615494
Binary101110100110101011110
Octal56232136

Shades and tints

Shades of #2E9A5E

#2E9A5E
(46,154,94)
#2A8C56
(42,140,86)
#267E4E
(38,126,78)
#227046
(34,112,70)
#1E623E
(30,98,62)
#1A5436
(26,84,54)
#16462E
(22,70,46)
#123826
(18,56,38)
#0E2A1E
(14,42,30)
#0A1C16
(10,28,22)
#060E0E
(6,14,14)
#000000
(0,0,0)

Tints of #2E9A5E

#2E9A5E
(46,154,94)
#41A36C
(65,163,108)
#54AC7A
(84,172,122)
#67B588
(103,181,136)
#7ABE96
(122,190,150)
#8DC7A4
(141,199,164)
#A0D0B2
(160,208,178)
#B3D9C0
(179,217,192)
#C6E2CE
(198,226,206)
#D9EBDC
(217,235,220)
#ECF4EA
(236,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E9A5E; }

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

This text font color is #2E9A5E.


Background Color

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

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

This div background color is #2E9A5E.


Border color

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

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

This div border color is #2E9A5E.


Opacity

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

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

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

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

This text has shadow with #2E9A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9A5E on black background.


Color preview on white background

This text has color #2E9A5E on white background.



Black color preview on #2E9A5E background

This text has black color on #2E9A5E background.


White color preview on #2E9A5E background

This text has white color on #2E9A5E background.