COLOR #2E873A

HEX: #2E873A
RGB: (46,135,58)

Color info

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

RGB color model

#2E873A color RGB value is (46,135,58).

  • red value is 46;
  • green value is 135;
  • blue value is 58.
RGB:
(46,135,58)
(18%,53%,23%)

RGB channels and saturation

R 46 of 255 = 18%
G 135 of 255 = 53%
B 58 of 255 = 23%

46
135
58

R + G + B ~ 31%. #2E873A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 135 + 58 = 239 (100%)
R 46 of 239 ~ 19.25%
G 135 of 239 ~ 56.49%
B 58 of 239 ~ 24.27%

%19.25
%56.49
%24.27

CMYK color model

#2E873A color CMYK value is (66,0,57,47).

  • cyan value is 65.93%
  • magenta value is 0.00%
  • yellow value is 57.04%
  • key color value is 47.06%
CMYK:
(66,0,57,47)
C66M0Y57K47 
(66%,0%,57%,47%)
(0.66/0.00/0.57/0.47)	

CMYK percentages

%65.93
%0
%57.04
%47.06

Codes

Color #2E873A in popluar color models

2E873A
RGB4613558
HSL128°49.17%35.49%
HSB/HSV128°65.93%52.94%
CMYK65.93%0.00%57.04%
47.06%

Color #2E873A in popluar number systems.

HEX2E873A
Decimal4613558
Binary10111010000111111010
Octal5620772

Shades and tints

Shades of #2E873A

#2E873A
(46,135,58)
#2A7B35
(42,123,53)
#266F30
(38,111,48)
#22632B
(34,99,43)
#1E5726
(30,87,38)
#1A4B21
(26,75,33)
#163F1C
(22,63,28)
#123317
(18,51,23)
#0E2712
(14,39,18)
#0A1B0D
(10,27,13)
#060F08
(6,15,8)
#000000
(0,0,0)

Tints of #2E873A

#2E873A
(46,135,58)
#41914B
(65,145,75)
#549B5C
(84,155,92)
#67A56D
(103,165,109)
#7AAF7E
(122,175,126)
#8DB98F
(141,185,143)
#A0C3A0
(160,195,160)
#B3CDB1
(179,205,177)
#C6D7C2
(198,215,194)
#D9E1D3
(217,225,211)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E873A color. Also use rgb(46,135,58) instead hex code.

Text Font Color

.myTextColor { color: #2E873A; }

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

This text font color is #2E873A.


Background Color

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

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

This div background color is #2E873A.


Border color

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

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

This div border color is #2E873A.


Opacity

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

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

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

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

This text has shadow with #2E873A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E873A on black background.


Color preview on white background

This text has color #2E873A on white background.



Black color preview on #2E873A background

This text has black color on #2E873A background.


White color preview on #2E873A background

This text has white color on #2E873A background.