COLOR #2E928D

HEX: #2E928D
RGB: (46,146,141)

Color info

#2E928D contains mainly green and blue colors. Web safe color of #2E928D is #339999 (or #399).

RGB color model

#2E928D color RGB value is (46,146,141).

  • red value is 46;
  • green value is 146;
  • blue value is 141.
RGB:
(46,146,141)
(18%,57%,55%)

RGB channels and saturation

R 46 of 255 = 18%
G 146 of 255 = 57%
B 141 of 255 = 55%

46
146
141

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

Portions of RGB colors in percentages

R + G + B =
46 + 146 + 141 = 333 (100%)
R 46 of 333 ~ 13.81%
G 146 of 333 ~ 43.84%
B 141 of 333 ~ 42.34%

%13.81
%43.84
%42.34

CMYK color model

#2E928D color CMYK value is (68,0,3,43).

  • cyan value is 68.49%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 42.75%
CMYK:
(68,0,3,43)
C68M0Y3K43 
(68%,0%,3%,43%)
(0.68/0.00/0.03/0.43)	

CMYK percentages

%68.49
%0
%3.42
%42.75

Codes

Color #2E928D in popluar color models

2E928D
RGB46146141
HSL177°52.08%37.65%
HSB/HSV177°68.49%57.25%
CMYK68.49%0.00%3.42%
42.75%

Color #2E928D in popluar number systems.

HEX2E928D
Decimal46146141
Binary1011101001001010001101
Octal56222215

Shades and tints

Shades of #2E928D

#2E928D
(46,146,141)
#2A8581
(42,133,129)
#267875
(38,120,117)
#226B69
(34,107,105)
#1E5E5D
(30,94,93)
#1A5151
(26,81,81)
#164445
(22,68,69)
#123739
(18,55,57)
#0E2A2D
(14,42,45)
#0A1D21
(10,29,33)
#061015
(6,16,21)
#000000
(0,0,0)

Tints of #2E928D

#2E928D
(46,146,141)
#419B97
(65,155,151)
#54A4A1
(84,164,161)
#67ADAB
(103,173,171)
#7AB6B5
(122,182,181)
#8DBFBF
(141,191,191)
#A0C8C9
(160,200,201)
#B3D1D3
(179,209,211)
#C6DADD
(198,218,221)
#D9E3E7
(217,227,231)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E928D color. Also use rgb(46,146,141) instead hex code.

Text Font Color

.myTextColor { color: #2E928D; }

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

This text font color is #2E928D.


Background Color

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

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

This div background color is #2E928D.


Border color

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

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

This div border color is #2E928D.


Opacity

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

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

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

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

This text has shadow with #2E928D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E928D on black background.


Color preview on white background

This text has color #2E928D on white background.



Black color preview on #2E928D background

This text has black color on #2E928D background.


White color preview on #2E928D background

This text has white color on #2E928D background.