COLOR #2E9950

HEX: #2E9950
RGB: (46,153,80)

Color info

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

RGB color model

#2E9950 color RGB value is (46,153,80).

  • red value is 46;
  • green value is 153;
  • blue value is 80.
RGB:
(46,153,80)
(18%,60%,31%)

RGB channels and saturation

R 46 of 255 = 18%
G 153 of 255 = 60%
B 80 of 255 = 31%

46
153
80

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

Portions of RGB colors in percentages

R + G + B =
46 + 153 + 80 = 279 (100%)
R 46 of 279 ~ 16.49%
G 153 of 279 ~ 54.84%
B 80 of 279 ~ 28.67%

%16.49
%54.84
%28.67

CMYK color model

#2E9950 color CMYK value is (70,0,48,40).

  • cyan value is 69.93%
  • magenta value is 0.00%
  • yellow value is 47.71%
  • key color value is 40.00%
CMYK:
(70,0,48,40)
C70M0Y48K40 
(70%,0%,48%,40%)
(0.70/0.00/0.48/0.40)	

CMYK percentages

%69.93
%0
%47.71
%40

Codes

Color #2E9950 in popluar color models

2E9950
RGB4615380
HSL139°53.77%39.02%
HSB/HSV139°69.93%60.00%
CMYK69.93%0.00%47.71%
40.00%

Color #2E9950 in popluar number systems.

HEX2E9950
Decimal4615380
Binary101110100110011010000
Octal56231120

Shades and tints

Shades of #2E9950

#2E9950
(46,153,80)
#2A8C49
(42,140,73)
#267F42
(38,127,66)
#22723B
(34,114,59)
#1E6534
(30,101,52)
#1A582D
(26,88,45)
#164B26
(22,75,38)
#123E1F
(18,62,31)
#0E3118
(14,49,24)
#0A2411
(10,36,17)
#06170A
(6,23,10)
#000000
(0,0,0)

Tints of #2E9950

#2E9950
(46,153,80)
#41A25F
(65,162,95)
#54AB6E
(84,171,110)
#67B47D
(103,180,125)
#7ABD8C
(122,189,140)
#8DC69B
(141,198,155)
#A0CFAA
(160,207,170)
#B3D8B9
(179,216,185)
#C6E1C8
(198,225,200)
#D9EAD7
(217,234,215)
#ECF3E6
(236,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E9950 color. Also use rgb(46,153,80) instead hex code.

Text Font Color

.myTextColor { color: #2E9950; }

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

This text font color is #2E9950.


Background Color

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

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

This div background color is #2E9950.


Border color

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

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

This div border color is #2E9950.


Opacity

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

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

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

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

This text has shadow with #2E9950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9950 on black background.


Color preview on white background

This text has color #2E9950 on white background.



Black color preview on #2E9950 background

This text has black color on #2E9950 background.


White color preview on #2E9950 background

This text has white color on #2E9950 background.