COLOR #2E7230

HEX: #2E7230
RGB: (46,114,48)

Color info

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

RGB color model

#2E7230 color RGB value is (46,114,48).

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

RGB channels and saturation

R 46 of 255 = 18%
G 114 of 255 = 45%
B 48 of 255 = 19%

46
114
48

R + G + B ~ 27%. #2E7230 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 114 + 48 = 208 (100%)
R 46 of 208 ~ 22.12%
G 114 of 208 ~ 54.81%
B 48 of 208 ~ 23.08%

%22.12
%54.81
%23.08

CMYK color model

#2E7230 color CMYK value is (60,0,58,55).

  • cyan value is 59.65%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 55.29%
CMYK:
(60,0,58,55)
C60M0Y58K55 
(60%,0%,58%,55%)
(0.60/0.00/0.58/0.55)	

CMYK percentages

%59.65
%0
%57.89
%55.29

Codes

Color #2E7230 in popluar color models

2E7230
RGB4611448
HSL122°42.50%31.37%
HSB/HSV122°59.65%44.71%
CMYK59.65%0.00%57.89%
55.29%

Color #2E7230 in popluar number systems.

HEX2E7230
Decimal4611448
Binary1011101110010110000
Octal5616260

Shades and tints

Shades of #2E7230

#2E7230
(46,114,48)
#2A682C
(42,104,44)
#265E28
(38,94,40)
#225424
(34,84,36)
#1E4A20
(30,74,32)
#1A401C
(26,64,28)
#163618
(22,54,24)
#122C14
(18,44,20)
#0E2210
(14,34,16)
#0A180C
(10,24,12)
#060E08
(6,14,8)
#000000
(0,0,0)

Tints of #2E7230

#2E7230
(46,114,48)
#417E42
(65,126,66)
#548A54
(84,138,84)
#679666
(103,150,102)
#7AA278
(122,162,120)
#8DAE8A
(141,174,138)
#A0BA9C
(160,186,156)
#B3C6AE
(179,198,174)
#C6D2C0
(198,210,192)
#D9DED2
(217,222,210)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7230; }

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

This text font color is #2E7230.


Background Color

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

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

This div background color is #2E7230.


Border color

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

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

This div border color is #2E7230.


Opacity

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

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

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

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

This text has shadow with #2E7230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7230 on black background.


Color preview on white background

This text has color #2E7230 on white background.



Black color preview on #2E7230 background

This text has black color on #2E7230 background.


White color preview on #2E7230 background

This text has white color on #2E7230 background.