COLOR #2E713E

HEX: #2E713E RGB: (46,113,62)

Color info

#2E713E contains mainly green and blue colors. Web safe color of #2E713E is #336633 (or #363).

RGB color model

#2E713E color RGB value is (46,113,62).

RGB: (46,113,62) (18%, 44%, 24%)

RGB channels and saturation

R 46 of 255 = 18%
G 113 of 255 = 44%
B 62 of 255 = 24%

46
113
62

R + G + B ~ 29%. #2E713E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 113 + 62 = 221 (100%)
R 46 of 221 ~ 20.81%
G 113 of 221 ~ 51.13%
B 62 of 221 ~ 28.05'%

%20.81
%51.13
%28.05

CMYK color model

#2E713E color CMYK value is (59,0,45,56).

  • cyan value is 59.29%
  • magenta value is 0.00%
  • yellow value is 45.13%
  • key color value is 55.69%

CMYK: (59,0,45,56)
C59M0Y45K56 (59%, 0%, 45%, 56%)
(0.59 / 0.00 / 0.45 / 0.56)

CMYK percentages

%59.29
%0
%45.13
%55.69

Codes

Color #2E713E in popluar color models

2E 71 3E
RGB 46 113 62
HSL 134° 42.14% 31.18%
HSB/HSV 134° 59.29% 44.31%
CMYK 59.29% 0.00% 45.13%
55.69%

Color #2E713E in popluar number systems.

HEX 2E 71 3E
Decimal 46 113 62
Binary 101110 1110001 111110
Octal 56 161 76

Shades and tints

Shades of #2E713E

#2E713E
(46,113,62)
#2A6739
(42,103,57)
#265D34
(38,93,52)
#22532F
(34,83,47)
#1E492A
(30,73,42)
#1A3F25
(26,63,37)
#163520
(22,53,32)
#122B1B
(18,43,27)
#0E2116
(14,33,22)
#0A1711
(10,23,17)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #2E713E

#2E713E
(46,113,62)
#417D4F
(65,125,79)
#548960
(84,137,96)
#679571
(103,149,113)
#7AA182
(122,161,130)
#8DAD93
(141,173,147)
#A0B9A4
(160,185,164)
#B3C5B5
(179,197,181)
#C6D1C6
(198,209,198)
#D9DDD7
(217,221,215)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E713E; }

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

This text font color is #2E713E.

Background Color

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

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

This div background color is #2E713E.

Border color

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

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

This div border color is #2E713E.

Opacity

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

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

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

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

This text has shadow with #2E713E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E713E.

Preview

Color preview on black background

This text has color #2E713E on black background.


Color preview on white background

This text has color #2E713E on white background.


Black color preview on #2E713E background

This text has black color on #2E713E background.


White color preview on #2E713E background

This text has white color on #2E713E background.


Related colors

Complementary color

Complementary color for #hex is #D18EC1.


I love getcolorcode.com

Triadic colors

1 #3E2E71 and #713E2E with #2E713E are triadic colors.

2 #3E712E and #712E3E with #2E713E are triadic colors.