COLOR #2E9129

HEX: #2E9129
RGB: (46,145,41)

Color info

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

RGB color model

#2E9129 color RGB value is (46,145,41).

  • red value is 46;
  • green value is 145;
  • blue value is 41.
RGB:
(46,145,41)
(18%,57%,16%)

RGB channels and saturation

R 46 of 255 = 18%
G 145 of 255 = 57%
B 41 of 255 = 16%

46
145
41

R + G + B ~ 30%. #2E9129 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 145 + 41 = 232 (100%)
R 46 of 232 ~ 19.83%
G 145 of 232 ~ 62.5%
B 41 of 232 ~ 17.67%

%19.83
%62.5
%17.67

CMYK color model

#2E9129 color CMYK value is (68,0,72,43).

  • cyan value is 68.28%
  • magenta value is 0.00%
  • yellow value is 71.72%
  • key color value is 43.14%
CMYK:
(68,0,72,43)
C68M0Y72K43 
(68%,0%,72%,43%)
(0.68/0.00/0.72/0.43)	

CMYK percentages

%68.28
%0
%71.72
%43.14

Codes

Color #2E9129 in popluar color models

2E9129
RGB4614541
HSL117°55.91%36.47%
HSB/HSV117°71.72%56.86%
CMYK68.28%0.00%71.72%
43.14%

Color #2E9129 in popluar number systems.

HEX2E9129
Decimal4614541
Binary10111010010001101001
Octal5622151

Shades and tints

Shades of #2E9129

#2E9129
(46,145,41)
#2A8426
(42,132,38)
#267723
(38,119,35)
#226A20
(34,106,32)
#1E5D1D
(30,93,29)
#1A501A
(26,80,26)
#164317
(22,67,23)
#123614
(18,54,20)
#0E2911
(14,41,17)
#0A1C0E
(10,28,14)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #2E9129

#2E9129
(46,145,41)
#419B3C
(65,155,60)
#54A54F
(84,165,79)
#67AF62
(103,175,98)
#7AB975
(122,185,117)
#8DC388
(141,195,136)
#A0CD9B
(160,205,155)
#B3D7AE
(179,215,174)
#C6E1C1
(198,225,193)
#D9EBD4
(217,235,212)
#ECF5E7
(236,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E9129 color. Also use rgb(46,145,41) instead hex code.

Text Font Color

.myTextColor { color: #2E9129; }

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

This text font color is #2E9129.


Background Color

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

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

This div background color is #2E9129.


Border color

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

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

This div border color is #2E9129.


Opacity

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

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

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

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

This text has shadow with #2E9129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9129 on black background.


Color preview on white background

This text has color #2E9129 on white background.



Black color preview on #2E9129 background

This text has black color on #2E9129 background.


White color preview on #2E9129 background

This text has white color on #2E9129 background.