COLOR #2EAF79

HEX: #2EAF79
RGB: (46,175,121)

Color info

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

RGB color model

#2EAF79 color RGB value is (46,175,121).

  • red value is 46;
  • green value is 175;
  • blue value is 121.
RGB:
(46,175,121)
(18%,69%,47%)

RGB channels and saturation

R 46 of 255 = 18%
G 175 of 255 = 69%
B 121 of 255 = 47%

46
175
121

R + G + B ~ 45%. #2EAF79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 175 + 121 = 342 (100%)
R 46 of 342 ~ 13.45%
G 175 of 342 ~ 51.17%
B 121 of 342 ~ 35.38%

%13.45
%51.17
%35.38

CMYK color model

#2EAF79 color CMYK value is (74,0,31,31).

  • cyan value is 73.71%
  • magenta value is 0.00%
  • yellow value is 30.86%
  • key color value is 31.37%
CMYK:
(74,0,31,31)
C74M0Y31K31 
(74%,0%,31%,31%)
(0.74/0.00/0.31/0.31)	

CMYK percentages

%73.71
%0
%30.86
%31.37

Codes

Color #2EAF79 in popluar color models

2EAF79
RGB46175121
HSL155°58.37%43.33%
HSB/HSV155°73.71%68.63%
CMYK73.71%0.00%30.86%
31.37%

Color #2EAF79 in popluar number systems.

HEX2EAF79
Decimal46175121
Binary101110101011111111001
Octal56257171

Shades and tints

Shades of #2EAF79

#2EAF79
(46,175,121)
#2AA06E
(42,160,110)
#269163
(38,145,99)
#228258
(34,130,88)
#1E734D
(30,115,77)
#1A6442
(26,100,66)
#165537
(22,85,55)
#12462C
(18,70,44)
#0E3721
(14,55,33)
#0A2816
(10,40,22)
#06190B
(6,25,11)
#000000
(0,0,0)

Tints of #2EAF79

#2EAF79
(46,175,121)
#41B685
(65,182,133)
#54BD91
(84,189,145)
#67C49D
(103,196,157)
#7ACBA9
(122,203,169)
#8DD2B5
(141,210,181)
#A0D9C1
(160,217,193)
#B3E0CD
(179,224,205)
#C6E7D9
(198,231,217)
#D9EEE5
(217,238,229)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EAF79 color. Also use rgb(46,175,121) instead hex code.

Text Font Color

.myTextColor { color: #2EAF79; }

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

This text font color is #2EAF79.


Background Color

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

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

This div background color is #2EAF79.


Border color

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

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

This div border color is #2EAF79.


Opacity

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

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

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

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

This text has shadow with #2EAF79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EAF79 on black background.


Color preview on white background

This text has color #2EAF79 on white background.



Black color preview on #2EAF79 background

This text has black color on #2EAF79 background.


White color preview on #2EAF79 background

This text has white color on #2EAF79 background.