COLOR #2E9E6B

HEX: #2E9E6B
RGB: (46,158,107)

Color info

#2E9E6B contains mainly green and blue colors. Web safe color of #2E9E6B is #339966 (or #396).

RGB color model

#2E9E6B color RGB value is (46,158,107).

  • red value is 46;
  • green value is 158;
  • blue value is 107.
RGB:
(46,158,107)
(18%,62%,42%)

RGB channels and saturation

R 46 of 255 = 18%
G 158 of 255 = 62%
B 107 of 255 = 42%

46
158
107

R + G + B ~ 41%. #2E9E6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 158 + 107 = 311 (100%)
R 46 of 311 ~ 14.79%
G 158 of 311 ~ 50.8%
B 107 of 311 ~ 34.41%

%14.79
%50.8
%34.41

CMYK color model

#2E9E6B color CMYK value is (71,0,32,38).

  • cyan value is 70.89%
  • magenta value is 0.00%
  • yellow value is 32.28%
  • key color value is 38.04%
CMYK:
(71,0,32,38)
C71M0Y32K38 
(71%,0%,32%,38%)
(0.71/0.00/0.32/0.38)	

CMYK percentages

%70.89
%0
%32.28
%38.04

Codes

Color #2E9E6B in popluar color models

2E9E6B
RGB46158107
HSL153°54.90%40.00%
HSB/HSV153°70.89%61.96%
CMYK70.89%0.00%32.28%
38.04%

Color #2E9E6B in popluar number systems.

HEX2E9E6B
Decimal46158107
Binary101110100111101101011
Octal56236153

Shades and tints

Shades of #2E9E6B

#2E9E6B
(46,158,107)
#2A9062
(42,144,98)
#268259
(38,130,89)
#227450
(34,116,80)
#1E6647
(30,102,71)
#1A583E
(26,88,62)
#164A35
(22,74,53)
#123C2C
(18,60,44)
#0E2E23
(14,46,35)
#0A201A
(10,32,26)
#061211
(6,18,17)
#000000
(0,0,0)

Tints of #2E9E6B

#2E9E6B
(46,158,107)
#41A678
(65,166,120)
#54AE85
(84,174,133)
#67B692
(103,182,146)
#7ABE9F
(122,190,159)
#8DC6AC
(141,198,172)
#A0CEB9
(160,206,185)
#B3D6C6
(179,214,198)
#C6DED3
(198,222,211)
#D9E6E0
(217,230,224)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E9E6B color. Also use rgb(46,158,107) instead hex code.

Text Font Color

.myTextColor { color: #2E9E6B; }

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

This text font color is #2E9E6B.


Background Color

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

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

This div background color is #2E9E6B.


Border color

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

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

This div border color is #2E9E6B.


Opacity

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

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

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

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

This text has shadow with #2E9E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9E6B on black background.


Color preview on white background

This text has color #2E9E6B on white background.



Black color preview on #2E9E6B background

This text has black color on #2E9E6B background.


White color preview on #2E9E6B background

This text has white color on #2E9E6B background.