COLOR #2E7224

HEX: #2E7224
RGB: (46,114,36)

Color info

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

RGB color model

#2E7224 color RGB value is (46,114,36).

  • red value is 46;
  • green value is 114;
  • blue value is 36.
RGB:
(46,114,36)
(18%,45%,14%)

RGB channels and saturation

R 46 of 255 = 18%
G 114 of 255 = 45%
B 36 of 255 = 14%

46
114
36

R + G + B ~ 26%. #2E7224 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 114 + 36 = 196 (100%)
R 46 of 196 ~ 23.47%
G 114 of 196 ~ 58.16%
B 36 of 196 ~ 18.37%

%23.47
%58.16
%18.37

CMYK color model

#2E7224 color CMYK value is (60,0,68,55).

  • cyan value is 59.65%
  • magenta value is 0.00%
  • yellow value is 68.42%
  • key color value is 55.29%
CMYK:
(60,0,68,55)
C60M0Y68K55 
(60%,0%,68%,55%)
(0.60/0.00/0.68/0.55)	

CMYK percentages

%59.65
%0
%68.42
%55.29

Codes

Color #2E7224 in popluar color models

2E7224
RGB4611436
HSL112°52.00%29.41%
HSB/HSV112°68.42%44.71%
CMYK59.65%0.00%68.42%
55.29%

Color #2E7224 in popluar number systems.

HEX2E7224
Decimal4611436
Binary1011101110010100100
Octal5616244

Shades and tints

Shades of #2E7224

#2E7224
(46,114,36)
#2A6821
(42,104,33)
#265E1E
(38,94,30)
#22541B
(34,84,27)
#1E4A18
(30,74,24)
#1A4015
(26,64,21)
#163612
(22,54,18)
#122C0F
(18,44,15)
#0E220C
(14,34,12)
#0A1809
(10,24,9)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #2E7224

#2E7224
(46,114,36)
#417E37
(65,126,55)
#548A4A
(84,138,74)
#67965D
(103,150,93)
#7AA270
(122,162,112)
#8DAE83
(141,174,131)
#A0BA96
(160,186,150)
#B3C6A9
(179,198,169)
#C6D2BC
(198,210,188)
#D9DECF
(217,222,207)
#ECEAE2
(236,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7224; }

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

This text font color is #2E7224.


Background Color

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

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

This div background color is #2E7224.


Border color

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

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

This div border color is #2E7224.


Opacity

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

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

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

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

This text has shadow with #2E7224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7224 on black background.


Color preview on white background

This text has color #2E7224 on white background.



Black color preview on #2E7224 background

This text has black color on #2E7224 background.


White color preview on #2E7224 background

This text has white color on #2E7224 background.