COLOR #2EB773

HEX: #2EB773 RGB: (46,183,115)

Color info

#2EB773 contains mainly green color. Web safe color of #2EB773 is #33CC66 (or #3C6).

RGB color model

#2EB773 color RGB value is (46,183,115).

RGB: (46,183,115) (18%, 72%, 45%)

RGB channels and saturation

R 46 of 255 = 18%
G 183 of 255 = 72%
B 115 of 255 = 45%

46
183
115

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

Portions of RGB colors in percentages

R + G + B = 46 + 183 + 115 = 344 (100%)
R 46 of 344 ~ 13.37%
G 183 of 344 ~ 53.2%
B 115 of 344 ~ 33.43'%

%13.37
%53.2
%33.43

CMYK color model

#2EB773 color CMYK value is (75,0,37,28).

  • cyan value is 74.86%
  • magenta value is 0.00%
  • yellow value is 37.16%
  • key color value is 28.24%

CMYK: (75,0,37,28)
C75M0Y37K28 (75%, 0%, 37%, 28%)
(0.75 / 0.00 / 0.37 / 0.28)

CMYK percentages

%74.86
%0
%37.16
%28.24

Codes

Color #2EB773 in popluar color models

2E B7 73
RGB 46 183 115
HSL 150° 59.83% 44.90%
HSB/HSV 150° 74.86% 71.76%
CMYK 74.86% 0.00% 37.16%
28.24%

Color #2EB773 in popluar number systems.

HEX 2E B7 73
Decimal 46 183 115
Binary 101110 10110111 1110011
Octal 56 267 163

Shades and tints

Shades of #2EB773

#2EB773
(46,183,115)
#2AA769
(42,167,105)
#26975F
(38,151,95)
#228755
(34,135,85)
#1E774B
(30,119,75)
#1A6741
(26,103,65)
#165737
(22,87,55)
#12472D
(18,71,45)
#0E3723
(14,55,35)
#0A2719
(10,39,25)
#06170F
(6,23,15)
#000000
(0,0,0)

Tints of #2EB773

#2EB773
(46,183,115)
#41BD7F
(65,189,127)
#54C38B
(84,195,139)
#67C997
(103,201,151)
#7ACFA3
(122,207,163)
#8DD5AF
(141,213,175)
#A0DBBB
(160,219,187)
#B3E1C7
(179,225,199)
#C6E7D3
(198,231,211)
#D9EDDF
(217,237,223)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EB773 color. Also use rgb(46,183,115) instead hex code.

Text Font Color

.myTextColor { color: #2EB773; }

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

This text font color is #2EB773.

Background Color

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

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

This div background color is #2EB773.

Border color

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

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

This div border color is #2EB773.

Opacity

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

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

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

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

This text has shadow with #2EB773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2EB773.

Preview

Color preview on black background

This text has color #2EB773 on black background.


Color preview on white background

This text has color #2EB773 on white background.


Black color preview on #2EB773 background

This text has black color on #2EB773 background.


White color preview on #2EB773 background

This text has white color on #2EB773 background.


Related colors

Complementary color

Complementary color for #hex is #D1488C.


I love getcolorcode.com

Triadic colors

1 #732EB7 and #B7732E with #2EB773 are triadic colors.

2 #73B72E and #B72E73 with #2EB773 are triadic colors.