COLOR #2E7F32

HEX: #2E7F32
RGB: (46,127,50)

Color info

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

RGB color model

#2E7F32 color RGB value is (46,127,50).

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

RGB channels and saturation

R 46 of 255 = 18%
G 127 of 255 = 50%
B 50 of 255 = 20%

46
127
50

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

Portions of RGB colors in percentages

R + G + B =
46 + 127 + 50 = 223 (100%)
R 46 of 223 ~ 20.63%
G 127 of 223 ~ 56.95%
B 50 of 223 ~ 22.42%

%20.63
%56.95
%22.42

CMYK color model

#2E7F32 color CMYK value is (64,0,61,50).

  • cyan value is 63.78%
  • magenta value is 0.00%
  • yellow value is 60.63%
  • key color value is 50.20%
CMYK:
(64,0,61,50)
C64M0Y61K50 
(64%,0%,61%,50%)
(0.64/0.00/0.61/0.50)	

CMYK percentages

%63.78
%0
%60.63
%50.2

Codes

Color #2E7F32 in popluar color models

2E7F32
RGB4612750
HSL123°46.82%33.92%
HSB/HSV123°63.78%49.80%
CMYK63.78%0.00%60.63%
50.20%

Color #2E7F32 in popluar number systems.

HEX2E7F32
Decimal4612750
Binary1011101111111110010
Octal5617762

Shades and tints

Shades of #2E7F32

#2E7F32
(46,127,50)
#2A742E
(42,116,46)
#26692A
(38,105,42)
#225E26
(34,94,38)
#1E5322
(30,83,34)
#1A481E
(26,72,30)
#163D1A
(22,61,26)
#123216
(18,50,22)
#0E2712
(14,39,18)
#0A1C0E
(10,28,14)
#06110A
(6,17,10)
#000000
(0,0,0)

Tints of #2E7F32

#2E7F32
(46,127,50)
#418A44
(65,138,68)
#549556
(84,149,86)
#67A068
(103,160,104)
#7AAB7A
(122,171,122)
#8DB68C
(141,182,140)
#A0C19E
(160,193,158)
#B3CCB0
(179,204,176)
#C6D7C2
(198,215,194)
#D9E2D4
(217,226,212)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7F32; }

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

This text font color is #2E7F32.


Background Color

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

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

This div background color is #2E7F32.


Border color

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

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

This div border color is #2E7F32.


Opacity

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

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

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

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

This text has shadow with #2E7F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7F32 on black background.


Color preview on white background

This text has color #2E7F32 on white background.



Black color preview on #2E7F32 background

This text has black color on #2E7F32 background.


White color preview on #2E7F32 background

This text has white color on #2E7F32 background.