COLOR #2E9916

HEX: #2E9916
RGB: (46,153,22)

Color info

#2E9916 contains mainly green color. Web safe color of #2E9916 is #339900 (or #390).

RGB color model

#2E9916 color RGB value is (46,153,22).

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

RGB channels and saturation

R 46 of 255 = 18%
G 153 of 255 = 60%
B 22 of 255 = 9%

46
153
22

R + G + B ~ 29%. #2E9916 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 153 + 22 = 221 (100%)
R 46 of 221 ~ 20.81%
G 153 of 221 ~ 69.23%
B 22 of 221 ~ 9.95%

%20.81
%69.23
%9.95

CMYK color model

#2E9916 color CMYK value is (70,0,86,40).

  • cyan value is 69.93%
  • magenta value is 0.00%
  • yellow value is 85.62%
  • key color value is 40.00%
CMYK:
(70,0,86,40)
C70M0Y86K40 
(70%,0%,86%,40%)
(0.70/0.00/0.86/0.40)	

CMYK percentages

%69.93
%0
%85.62
%40

Codes

Color #2E9916 in popluar color models

2E9916
RGB4615322
HSL109°74.86%34.31%
HSB/HSV109°85.62%60.00%
CMYK69.93%0.00%85.62%
40.00%

Color #2E9916 in popluar number systems.

HEX2E9916
Decimal4615322
Binary1011101001100110110
Octal5623126

Shades and tints

Shades of #2E9916

#2E9916
(46,153,22)
#2A8C14
(42,140,20)
#267F12
(38,127,18)
#227210
(34,114,16)
#1E650E
(30,101,14)
#1A580C
(26,88,12)
#164B0A
(22,75,10)
#123E08
(18,62,8)
#0E3106
(14,49,6)
#0A2404
(10,36,4)
#061702
(6,23,2)
#000000
(0,0,0)

Tints of #2E9916

#2E9916
(46,153,22)
#41A22B
(65,162,43)
#54AB40
(84,171,64)
#67B455
(103,180,85)
#7ABD6A
(122,189,106)
#8DC67F
(141,198,127)
#A0CF94
(160,207,148)
#B3D8A9
(179,216,169)
#C6E1BE
(198,225,190)
#D9EAD3
(217,234,211)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E9916; }

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

This text font color is #2E9916.


Background Color

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

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

This div background color is #2E9916.


Border color

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

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

This div border color is #2E9916.


Opacity

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

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

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

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

This text has shadow with #2E9916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9916 on black background.


Color preview on white background

This text has color #2E9916 on white background.



Black color preview on #2E9916 background

This text has black color on #2E9916 background.


White color preview on #2E9916 background

This text has white color on #2E9916 background.