COLOR #2E7731

HEX: #2E7731 RGB: (46,119,49)

Color info

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

RGB color model

#2E7731 color RGB value is (46,119,49).

RGB: (46,119,49) (18%, 47%, 19%)

RGB channels and saturation

R 46 of 255 = 18%
G 119 of 255 = 47%
B 49 of 255 = 19%

46
119
49

R + G + B ~ 28%. #2E7731 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 119 + 49 = 214 (100%)
R 46 of 214 ~ 21.5%
G 119 of 214 ~ 55.61%
B 49 of 214 ~ 22.9'%

%21.5
%55.61
%22.9

CMYK color model

#2E7731 color CMYK value is (61,0,59,53).

  • cyan value is 61.34%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 53.33%

CMYK: (61,0,59,53)
C61M0Y59K53 (61%, 0%, 59%, 53%)
(0.61 / 0.00 / 0.59 / 0.53)

CMYK percentages

%61.34
%0
%58.82
%53.33

Codes

Color #2E7731 in popluar color models

2E 77 31
RGB 46 119 49
HSL 122° 44.24% 32.35%
HSB/HSV 122° 61.34% 46.67%
CMYK 61.34% 0.00% 58.82%
53.33%

Color #2E7731 in popluar number systems.

HEX 2E 77 31
Decimal 46 119 49
Binary 101110 1110111 110001
Octal 56 167 61

Shades and tints

Shades of #2E7731

#2E7731
(46,119,49)
#2A6D2D
(42,109,45)
#266329
(38,99,41)
#225925
(34,89,37)
#1E4F21
(30,79,33)
#1A451D
(26,69,29)
#163B19
(22,59,25)
#123115
(18,49,21)
#0E2711
(14,39,17)
#0A1D0D
(10,29,13)
#061309
(6,19,9)
#000000
(0,0,0)

Tints of #2E7731

#2E7731
(46,119,49)
#418343
(65,131,67)
#548F55
(84,143,85)
#679B67
(103,155,103)
#7AA779
(122,167,121)
#8DB38B
(141,179,139)
#A0BF9D
(160,191,157)
#B3CBAF
(179,203,175)
#C6D7C1
(198,215,193)
#D9E3D3
(217,227,211)
#ECEFE5
(236,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7731; }

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

This text font color is #2E7731.

Background Color

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

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

This div background color is #2E7731.

Border color

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

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

This div border color is #2E7731.

Opacity

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

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

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

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

This text has shadow with #2E7731 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E7731.

Preview

Color preview on black background

This text has color #2E7731 on black background.


Color preview on white background

This text has color #2E7731 on white background.


Black color preview on #2E7731 background

This text has black color on #2E7731 background.


White color preview on #2E7731 background

This text has white color on #2E7731 background.


Related colors

Complementary color

Complementary color for #hex is #D188CE.


I love getcolorcode.com

Triadic colors

1 #312E77 and #77312E with #2E7731 are triadic colors.

2 #31772E and #772E31 with #2E7731 are triadic colors.