COLOR #2E9442

HEX: #2E9442 RGB: (46,148,66)

Color info

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

RGB color model

#2E9442 color RGB value is (46,148,66).

RGB: (46,148,66) (18%, 58%, 26%)

RGB channels and saturation

R 46 of 255 = 18%
G 148 of 255 = 58%
B 66 of 255 = 26%

46
148
66

R + G + B ~ 34%. #2E9442 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 148 + 66 = 260 (100%)
R 46 of 260 ~ 17.69%
G 148 of 260 ~ 56.92%
B 66 of 260 ~ 25.38'%

%17.69
%56.92
%25.38

CMYK color model

#2E9442 color CMYK value is (69,0,55,42).

  • cyan value is 68.92%
  • magenta value is 0.00%
  • yellow value is 55.41%
  • key color value is 41.96%

CMYK: (69,0,55,42)
C69M0Y55K42 (69%, 0%, 55%, 42%)
(0.69 / 0.00 / 0.55 / 0.42)

CMYK percentages

%68.92
%0
%55.41
%41.96

Codes

Color #2E9442 in popluar color models

2E 94 42
RGB 46 148 66
HSL 132° 52.58% 38.04%
HSB/HSV 132° 68.92% 58.04%
CMYK 68.92% 0.00% 55.41%
41.96%

Color #2E9442 in popluar number systems.

HEX 2E 94 42
Decimal 46 148 66
Binary 101110 10010100 1000010
Octal 56 224 102

Shades and tints

Shades of #2E9442

#2E9442
(46,148,66)
#2A873C
(42,135,60)
#267A36
(38,122,54)
#226D30
(34,109,48)
#1E602A
(30,96,42)
#1A5324
(26,83,36)
#16461E
(22,70,30)
#123918
(18,57,24)
#0E2C12
(14,44,18)
#0A1F0C
(10,31,12)
#061206
(6,18,6)
#000000
(0,0,0)

Tints of #2E9442

#2E9442
(46,148,66)
#419D53
(65,157,83)
#54A664
(84,166,100)
#67AF75
(103,175,117)
#7AB886
(122,184,134)
#8DC197
(141,193,151)
#A0CAA8
(160,202,168)
#B3D3B9
(179,211,185)
#C6DCCA
(198,220,202)
#D9E5DB
(217,229,219)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E9442 color. Also use rgb(46,148,66) instead hex code.

Text Font Color

.myTextColor { color: #2E9442; }

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

This text font color is #2E9442.

Background Color

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

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

This div background color is #2E9442.

Border color

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

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

This div border color is #2E9442.

Opacity

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

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

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

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

This text has shadow with #2E9442 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E9442.

Preview

Color preview on black background

This text has color #2E9442 on black background.


Color preview on white background

This text has color #2E9442 on white background.


Black color preview on #2E9442 background

This text has black color on #2E9442 background.


White color preview on #2E9442 background

This text has white color on #2E9442 background.


Related colors

Complementary color

Complementary color for #hex is #D16BBD.


I love getcolorcode.com

Triadic colors

1 #422E94 and #94422E with #2E9442 are triadic colors.

2 #42942E and #942E42 with #2E9442 are triadic colors.