COLOR #2E712D

HEX: #2E712D
RGB: (46,113,45)

Color info

#2E712D contains mainly green color. Web safe color of #2E712D is #336633 (or #363).

RGB color model

#2E712D color RGB value is (46,113,45).

  • red value is 46;
  • green value is 113;
  • blue value is 45.
RGB:
(46,113,45)
(18%,44%,18%)

RGB channels and saturation

R 46 of 255 = 18%
G 113 of 255 = 44%
B 45 of 255 = 18%

46
113
45

R + G + B ~ 27%. #2E712D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 113 + 45 = 204 (100%)
R 46 of 204 ~ 22.55%
G 113 of 204 ~ 55.39%
B 45 of 204 ~ 22.06%

%22.55
%55.39
%22.06

CMYK color model

#2E712D color CMYK value is (59,0,60,56).

  • cyan value is 59.29%
  • magenta value is 0.00%
  • yellow value is 60.18%
  • key color value is 55.69%
CMYK:
(59,0,60,56)
C59M0Y60K56 
(59%,0%,60%,56%)
(0.59/0.00/0.60/0.56)	

CMYK percentages

%59.29
%0
%60.18
%55.69

Codes

Color #2E712D in popluar color models

2E712D
RGB4611345
HSL119°43.04%30.98%
HSB/HSV119°60.18%44.31%
CMYK59.29%0.00%60.18%
55.69%

Color #2E712D in popluar number systems.

HEX2E712D
Decimal4611345
Binary1011101110001101101
Octal5616155

Shades and tints

Shades of #2E712D

#2E712D
(46,113,45)
#2A6729
(42,103,41)
#265D25
(38,93,37)
#225321
(34,83,33)
#1E491D
(30,73,29)
#1A3F19
(26,63,25)
#163515
(22,53,21)
#122B11
(18,43,17)
#0E210D
(14,33,13)
#0A1709
(10,23,9)
#060D05
(6,13,5)
#000000
(0,0,0)

Tints of #2E712D

#2E712D
(46,113,45)
#417D40
(65,125,64)
#548953
(84,137,83)
#679566
(103,149,102)
#7AA179
(122,161,121)
#8DAD8C
(141,173,140)
#A0B99F
(160,185,159)
#B3C5B2
(179,197,178)
#C6D1C5
(198,209,197)
#D9DDD8
(217,221,216)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E712D color. Also use rgb(46,113,45) instead hex code.

Text Font Color

.myTextColor { color: #2E712D; }

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

This text font color is #2E712D.


Background Color

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

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

This div background color is #2E712D.


Border color

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

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

This div border color is #2E712D.


Opacity

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

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

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

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

This text has shadow with #2E712D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E712D on black background.


Color preview on white background

This text has color #2E712D on white background.



Black color preview on #2E712D background

This text has black color on #2E712D background.


White color preview on #2E712D background

This text has white color on #2E712D background.