COLOR #2E9863

HEX: #2E9863
RGB: (46,152,99)

Color info

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

RGB color model

#2E9863 color RGB value is (46,152,99).

  • red value is 46;
  • green value is 152;
  • blue value is 99.
RGB:
(46,152,99)
(18%,60%,39%)

RGB channels and saturation

R 46 of 255 = 18%
G 152 of 255 = 60%
B 99 of 255 = 39%

46
152
99

R + G + B ~ 39%. #2E9863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 152 + 99 = 297 (100%)
R 46 of 297 ~ 15.49%
G 152 of 297 ~ 51.18%
B 99 of 297 ~ 33.33%

%15.49
%51.18
%33.33

CMYK color model

#2E9863 color CMYK value is (70,0,35,40).

  • cyan value is 69.74%
  • magenta value is 0.00%
  • yellow value is 34.87%
  • key color value is 40.39%
CMYK:
(70,0,35,40)
C70M0Y35K40 
(70%,0%,35%,40%)
(0.70/0.00/0.35/0.40)	

CMYK percentages

%69.74
%0
%34.87
%40.39

Codes

Color #2E9863 in popluar color models

2E9863
RGB4615299
HSL150°53.54%38.82%
HSB/HSV150°69.74%59.61%
CMYK69.74%0.00%34.87%
40.39%

Color #2E9863 in popluar number systems.

HEX2E9863
Decimal4615299
Binary101110100110001100011
Octal56230143

Shades and tints

Shades of #2E9863

#2E9863
(46,152,99)
#2A8B5A
(42,139,90)
#267E51
(38,126,81)
#227148
(34,113,72)
#1E643F
(30,100,63)
#1A5736
(26,87,54)
#164A2D
(22,74,45)
#123D24
(18,61,36)
#0E301B
(14,48,27)
#0A2312
(10,35,18)
#061609
(6,22,9)
#000000
(0,0,0)

Tints of #2E9863

#2E9863
(46,152,99)
#41A171
(65,161,113)
#54AA7F
(84,170,127)
#67B38D
(103,179,141)
#7ABC9B
(122,188,155)
#8DC5A9
(141,197,169)
#A0CEB7
(160,206,183)
#B3D7C5
(179,215,197)
#C6E0D3
(198,224,211)
#D9E9E1
(217,233,225)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E9863 color. Also use rgb(46,152,99) instead hex code.

Text Font Color

.myTextColor { color: #2E9863; }

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

This text font color is #2E9863.


Background Color

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

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

This div background color is #2E9863.


Border color

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

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

This div border color is #2E9863.


Opacity

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

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

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

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

This text has shadow with #2E9863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9863 on black background.


Color preview on white background

This text has color #2E9863 on white background.



Black color preview on #2E9863 background

This text has black color on #2E9863 background.


White color preview on #2E9863 background

This text has white color on #2E9863 background.