COLOR #2E7F36

HEX: #2E7F36
RGB: (46,127,54)

Color info

#2E7F36 contains mainly green color. Web safe color of #2E7F36 is #336633 (or #363).

RGB color model

#2E7F36 color RGB value is (46,127,54).

  • red value is 46;
  • green value is 127;
  • blue value is 54.
RGB:
(46,127,54)
(18%,50%,21%)

RGB channels and saturation

R 46 of 255 = 18%
G 127 of 255 = 50%
B 54 of 255 = 21%

46
127
54

R + G + B ~ 30%. #2E7F36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 127 + 54 = 227 (100%)
R 46 of 227 ~ 20.26%
G 127 of 227 ~ 55.95%
B 54 of 227 ~ 23.79%

%20.26
%55.95
%23.79

CMYK color model

#2E7F36 color CMYK value is (64,0,57,50).

  • cyan value is 63.78%
  • magenta value is 0.00%
  • yellow value is 57.48%
  • key color value is 50.20%
CMYK:
(64,0,57,50)
C64M0Y57K50 
(64%,0%,57%,50%)
(0.64/0.00/0.57/0.50)	

CMYK percentages

%63.78
%0
%57.48
%50.2

Codes

Color #2E7F36 in popluar color models

2E7F36
RGB4612754
HSL126°46.82%33.92%
HSB/HSV126°63.78%49.80%
CMYK63.78%0.00%57.48%
50.20%

Color #2E7F36 in popluar number systems.

HEX2E7F36
Decimal4612754
Binary1011101111111110110
Octal5617766

Shades and tints

Shades of #2E7F36

#2E7F36
(46,127,54)
#2A7432
(42,116,50)
#26692E
(38,105,46)
#225E2A
(34,94,42)
#1E5326
(30,83,38)
#1A4822
(26,72,34)
#163D1E
(22,61,30)
#12321A
(18,50,26)
#0E2716
(14,39,22)
#0A1C12
(10,28,18)
#06110E
(6,17,14)
#000000
(0,0,0)

Tints of #2E7F36

#2E7F36
(46,127,54)
#418A48
(65,138,72)
#54955A
(84,149,90)
#67A06C
(103,160,108)
#7AAB7E
(122,171,126)
#8DB690
(141,182,144)
#A0C1A2
(160,193,162)
#B3CCB4
(179,204,180)
#C6D7C6
(198,215,198)
#D9E2D8
(217,226,216)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7F36; }

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

This text font color is #2E7F36.


Background Color

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

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

This div background color is #2E7F36.


Border color

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

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

This div border color is #2E7F36.


Opacity

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

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

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

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

This text has shadow with #2E7F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7F36 on black background.


Color preview on white background

This text has color #2E7F36 on white background.



Black color preview on #2E7F36 background

This text has black color on #2E7F36 background.


White color preview on #2E7F36 background

This text has white color on #2E7F36 background.