COLOR #2E9755

HEX: #2E9755
RGB: (46,151,85)

Color info

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

RGB color model

#2E9755 color RGB value is (46,151,85).

  • red value is 46;
  • green value is 151;
  • blue value is 85.
RGB:
(46,151,85)
(18%,59%,33%)

RGB channels and saturation

R 46 of 255 = 18%
G 151 of 255 = 59%
B 85 of 255 = 33%

46
151
85

R + G + B ~ 37%. #2E9755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 151 + 85 = 282 (100%)
R 46 of 282 ~ 16.31%
G 151 of 282 ~ 53.55%
B 85 of 282 ~ 30.14%

%16.31
%53.55
%30.14

CMYK color model

#2E9755 color CMYK value is (70,0,44,41).

  • cyan value is 69.54%
  • magenta value is 0.00%
  • yellow value is 43.71%
  • key color value is 40.78%
CMYK:
(70,0,44,41)
C70M0Y44K41 
(70%,0%,44%,41%)
(0.70/0.00/0.44/0.41)	

CMYK percentages

%69.54
%0
%43.71
%40.78

Codes

Color #2E9755 in popluar color models

2E9755
RGB4615185
HSL142°53.30%38.63%
HSB/HSV142°69.54%59.22%
CMYK69.54%0.00%43.71%
40.78%

Color #2E9755 in popluar number systems.

HEX2E9755
Decimal4615185
Binary101110100101111010101
Octal56227125

Shades and tints

Shades of #2E9755

#2E9755
(46,151,85)
#2A8A4E
(42,138,78)
#267D47
(38,125,71)
#227040
(34,112,64)
#1E6339
(30,99,57)
#1A5632
(26,86,50)
#16492B
(22,73,43)
#123C24
(18,60,36)
#0E2F1D
(14,47,29)
#0A2216
(10,34,22)
#06150F
(6,21,15)
#000000
(0,0,0)

Tints of #2E9755

#2E9755
(46,151,85)
#41A064
(65,160,100)
#54A973
(84,169,115)
#67B282
(103,178,130)
#7ABB91
(122,187,145)
#8DC4A0
(141,196,160)
#A0CDAF
(160,205,175)
#B3D6BE
(179,214,190)
#C6DFCD
(198,223,205)
#D9E8DC
(217,232,220)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E9755 color. Also use rgb(46,151,85) instead hex code.

Text Font Color

.myTextColor { color: #2E9755; }

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

This text font color is #2E9755.


Background Color

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

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

This div background color is #2E9755.


Border color

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

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

This div border color is #2E9755.


Opacity

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

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

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

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

This text has shadow with #2E9755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9755 on black background.


Color preview on white background

This text has color #2E9755 on white background.



Black color preview on #2E9755 background

This text has black color on #2E9755 background.


White color preview on #2E9755 background

This text has white color on #2E9755 background.