COLOR #2E8C38

HEX: #2E8C38
RGB: (46,140,56)

Color info

#2E8C38 contains mainly green color. Web safe color of #2E8C38 is #339933 (or #393).

RGB color model

#2E8C38 color RGB value is (46,140,56).

  • red value is 46;
  • green value is 140;
  • blue value is 56.
RGB:
(46,140,56)
(18%,55%,22%)

RGB channels and saturation

R 46 of 255 = 18%
G 140 of 255 = 55%
B 56 of 255 = 22%

46
140
56

R + G + B ~ 32%. #2E8C38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 140 + 56 = 242 (100%)
R 46 of 242 ~ 19.01%
G 140 of 242 ~ 57.85%
B 56 of 242 ~ 23.14%

%19.01
%57.85
%23.14

CMYK color model

#2E8C38 color CMYK value is (67,0,60,45).

  • cyan value is 67.14%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 45.10%
CMYK:
(67,0,60,45)
C67M0Y60K45 
(67%,0%,60%,45%)
(0.67/0.00/0.60/0.45)	

CMYK percentages

%67.14
%0
%60
%45.1

Codes

Color #2E8C38 in popluar color models

2E8C38
RGB4614056
HSL126°50.54%36.47%
HSB/HSV126°67.14%54.90%
CMYK67.14%0.00%60.00%
45.10%

Color #2E8C38 in popluar number systems.

HEX2E8C38
Decimal4614056
Binary10111010001100111000
Octal5621470

Shades and tints

Shades of #2E8C38

#2E8C38
(46,140,56)
#2A8033
(42,128,51)
#26742E
(38,116,46)
#226829
(34,104,41)
#1E5C24
(30,92,36)
#1A501F
(26,80,31)
#16441A
(22,68,26)
#123815
(18,56,21)
#0E2C10
(14,44,16)
#0A200B
(10,32,11)
#061406
(6,20,6)
#000000
(0,0,0)

Tints of #2E8C38

#2E8C38
(46,140,56)
#41964A
(65,150,74)
#54A05C
(84,160,92)
#67AA6E
(103,170,110)
#7AB480
(122,180,128)
#8DBE92
(141,190,146)
#A0C8A4
(160,200,164)
#B3D2B6
(179,210,182)
#C6DCC8
(198,220,200)
#D9E6DA
(217,230,218)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E8C38 color. Also use rgb(46,140,56) instead hex code.

Text Font Color

.myTextColor { color: #2E8C38; }

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

This text font color is #2E8C38.


Background Color

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

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

This div background color is #2E8C38.


Border color

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

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

This div border color is #2E8C38.


Opacity

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

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

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

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

This text has shadow with #2E8C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8C38 on black background.


Color preview on white background

This text has color #2E8C38 on white background.



Black color preview on #2E8C38 background

This text has black color on #2E8C38 background.


White color preview on #2E8C38 background

This text has white color on #2E8C38 background.