COLOR #2E9056

HEX: #2E9056
RGB: (46,144,86)

Color info

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

RGB color model

#2E9056 color RGB value is (46,144,86).

  • red value is 46;
  • green value is 144;
  • blue value is 86.
RGB:
(46,144,86)
(18%,56%,34%)

RGB channels and saturation

R 46 of 255 = 18%
G 144 of 255 = 56%
B 86 of 255 = 34%

46
144
86

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

Portions of RGB colors in percentages

R + G + B =
46 + 144 + 86 = 276 (100%)
R 46 of 276 ~ 16.67%
G 144 of 276 ~ 52.17%
B 86 of 276 ~ 31.16%

%16.67
%52.17
%31.16

CMYK color model

#2E9056 color CMYK value is (68,0,40,44).

  • cyan value is 68.06%
  • magenta value is 0.00%
  • yellow value is 40.28%
  • key color value is 43.53%
CMYK:
(68,0,40,44)
C68M0Y40K44 
(68%,0%,40%,44%)
(0.68/0.00/0.40/0.44)	

CMYK percentages

%68.06
%0
%40.28
%43.53

Codes

Color #2E9056 in popluar color models

2E9056
RGB4614486
HSL144°51.58%37.25%
HSB/HSV144°68.06%56.47%
CMYK68.06%0.00%40.28%
43.53%

Color #2E9056 in popluar number systems.

HEX2E9056
Decimal4614486
Binary101110100100001010110
Octal56220126

Shades and tints

Shades of #2E9056

#2E9056
(46,144,86)
#2A834F
(42,131,79)
#267648
(38,118,72)
#226941
(34,105,65)
#1E5C3A
(30,92,58)
#1A4F33
(26,79,51)
#16422C
(22,66,44)
#123525
(18,53,37)
#0E281E
(14,40,30)
#0A1B17
(10,27,23)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #2E9056

#2E9056
(46,144,86)
#419A65
(65,154,101)
#54A474
(84,164,116)
#67AE83
(103,174,131)
#7AB892
(122,184,146)
#8DC2A1
(141,194,161)
#A0CCB0
(160,204,176)
#B3D6BF
(179,214,191)
#C6E0CE
(198,224,206)
#D9EADD
(217,234,221)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E9056 color. Also use rgb(46,144,86) instead hex code.

Text Font Color

.myTextColor { color: #2E9056; }

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

This text font color is #2E9056.


Background Color

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

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

This div background color is #2E9056.


Border color

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

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

This div border color is #2E9056.


Opacity

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

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

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

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

This text has shadow with #2E9056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9056 on black background.


Color preview on white background

This text has color #2E9056 on white background.



Black color preview on #2E9056 background

This text has black color on #2E9056 background.


White color preview on #2E9056 background

This text has white color on #2E9056 background.