COLOR #2E972E

HEX: #2E972E
RGB: (46,151,46)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
151
46

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

Portions of RGB colors in percentages

R + G + B =
46 + 151 + 46 = 243 (100%)
R 46 of 243 ~ 18.93%
G 151 of 243 ~ 62.14%
B 46 of 243 ~ 18.93%

%18.93
%62.14
%18.93

CMYK color model

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

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

CMYK percentages

%69.54
%0
%69.54
%40.78

Codes

Color #2E972E in popluar color models

2E972E
RGB4615146
HSL120°53.30%38.63%
HSB/HSV120°69.54%59.22%
CMYK69.54%0.00%69.54%
40.78%

Color #2E972E in popluar number systems.

HEX2E972E
Decimal4615146
Binary10111010010111101110
Octal5622756

Shades and tints

Shades of #2E972E

#2E972E
(46,151,46)
#2A8A2A
(42,138,42)
#267D26
(38,125,38)
#227022
(34,112,34)
#1E631E
(30,99,30)
#1A561A
(26,86,26)
#164916
(22,73,22)
#123C12
(18,60,18)
#0E2F0E
(14,47,14)
#0A220A
(10,34,10)
#061506
(6,21,6)
#000000
(0,0,0)

Tints of #2E972E

#2E972E
(46,151,46)
#41A041
(65,160,65)
#54A954
(84,169,84)
#67B267
(103,178,103)
#7ABB7A
(122,187,122)
#8DC48D
(141,196,141)
#A0CDA0
(160,205,160)
#B3D6B3
(179,214,179)
#C6DFC6
(198,223,198)
#D9E8D9
(217,232,217)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E972E; }

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

This text font color is #2E972E.


Background Color

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

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

This div background color is #2E972E.


Border color

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

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

This div border color is #2E972E.


Opacity

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

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

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

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

This text has shadow with #2E972E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E972E on black background.


Color preview on white background

This text has color #2E972E on white background.



Black color preview on #2E972E background

This text has black color on #2E972E background.


White color preview on #2E972E background

This text has white color on #2E972E background.