COLOR #2E9466

HEX: #2E9466
RGB: (46,148,102)

Color info

#2E9466 contains mainly green and blue colors. Web safe color of #2E9466 is #339966 (or #396).

RGB color model

#2E9466 color RGB value is (46,148,102).

  • red value is 46;
  • green value is 148;
  • blue value is 102.
RGB:
(46,148,102)
(18%,58%,40%)

RGB channels and saturation

R 46 of 255 = 18%
G 148 of 255 = 58%
B 102 of 255 = 40%

46
148
102

R + G + B ~ 39%. #2E9466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 148 + 102 = 296 (100%)
R 46 of 296 ~ 15.54%
G 148 of 296 ~ 50%
B 102 of 296 ~ 34.46%

%15.54
%50
%34.46

CMYK color model

#2E9466 color CMYK value is (69,0,31,42).

  • cyan value is 68.92%
  • magenta value is 0.00%
  • yellow value is 31.08%
  • key color value is 41.96%
CMYK:
(69,0,31,42)
C69M0Y31K42 
(69%,0%,31%,42%)
(0.69/0.00/0.31/0.42)	

CMYK percentages

%68.92
%0
%31.08
%41.96

Codes

Color #2E9466 in popluar color models

2E9466
RGB46148102
HSL153°52.58%38.04%
HSB/HSV153°68.92%58.04%
CMYK68.92%0.00%31.08%
41.96%

Color #2E9466 in popluar number systems.

HEX2E9466
Decimal46148102
Binary101110100101001100110
Octal56224146

Shades and tints

Shades of #2E9466

#2E9466
(46,148,102)
#2A875D
(42,135,93)
#267A54
(38,122,84)
#226D4B
(34,109,75)
#1E6042
(30,96,66)
#1A5339
(26,83,57)
#164630
(22,70,48)
#123927
(18,57,39)
#0E2C1E
(14,44,30)
#0A1F15
(10,31,21)
#06120C
(6,18,12)
#000000
(0,0,0)

Tints of #2E9466

#2E9466
(46,148,102)
#419D73
(65,157,115)
#54A680
(84,166,128)
#67AF8D
(103,175,141)
#7AB89A
(122,184,154)
#8DC1A7
(141,193,167)
#A0CAB4
(160,202,180)
#B3D3C1
(179,211,193)
#C6DCCE
(198,220,206)
#D9E5DB
(217,229,219)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E9466; }

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

This text font color is #2E9466.


Background Color

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

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

This div background color is #2E9466.


Border color

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

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

This div border color is #2E9466.


Opacity

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

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

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

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

This text has shadow with #2E9466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E9466 on black background.


Color preview on white background

This text has color #2E9466 on white background.



Black color preview on #2E9466 background

This text has black color on #2E9466 background.


White color preview on #2E9466 background

This text has white color on #2E9466 background.