COLOR #2E962E

HEX: #2E962E
RGB: (46,150,46)

Color info

#2E962E contains mainly green color. Web safe color of #2E962E is #339933 (or #393).

RGB color model

#2E962E color RGB value is (46,150,46).

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

RGB channels and saturation

R 46 of 255 = 18%
G 150 of 255 = 59%
B 46 of 255 = 18%

46
150
46

R + G + B ~ 32%. #2E962E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 150 + 46 = 242 (100%)
R 46 of 242 ~ 19.01%
G 150 of 242 ~ 61.98%
B 46 of 242 ~ 19.01%

%19.01
%61.98
%19.01

CMYK color model

#2E962E color CMYK value is (69,0,69,41).

  • cyan value is 69.33%
  • magenta value is 0.00%
  • yellow value is 69.33%
  • key color value is 41.18%
CMYK:
(69,0,69,41)
C69M0Y69K41 
(69%,0%,69%,41%)
(0.69/0.00/0.69/0.41)	

CMYK percentages

%69.33
%0
%69.33
%41.18

Codes

Color #2E962E in popluar color models

2E962E
RGB4615046
HSL120°53.06%38.43%
HSB/HSV120°69.33%58.82%
CMYK69.33%0.00%69.33%
41.18%

Color #2E962E in popluar number systems.

HEX2E962E
Decimal4615046
Binary10111010010110101110
Octal5622656

Shades and tints

Shades of #2E962E

#2E962E
(46,150,46)
#2A892A
(42,137,42)
#267C26
(38,124,38)
#226F22
(34,111,34)
#1E621E
(30,98,30)
#1A551A
(26,85,26)
#164816
(22,72,22)
#123B12
(18,59,18)
#0E2E0E
(14,46,14)
#0A210A
(10,33,10)
#061406
(6,20,6)
#000000
(0,0,0)

Tints of #2E962E

#2E962E
(46,150,46)
#419F41
(65,159,65)
#54A854
(84,168,84)
#67B167
(103,177,103)
#7ABA7A
(122,186,122)
#8DC38D
(141,195,141)
#A0CCA0
(160,204,160)
#B3D5B3
(179,213,179)
#C6DEC6
(198,222,198)
#D9E7D9
(217,231,217)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E962E; }

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

This text font color is #2E962E.


Background Color

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

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

This div background color is #2E962E.


Border color

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

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

This div border color is #2E962E.


Opacity

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

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

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

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

This text has shadow with #2E962E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E962E on black background.


Color preview on white background

This text has color #2E962E on white background.



Black color preview on #2E962E background

This text has black color on #2E962E background.


White color preview on #2E962E background

This text has white color on #2E962E background.