COLOR #2E4700

HEX: #2E4700 RGB: (46,71,0)

Color info

#2E4700 contains only red and green colors. Web safe color of #2E4700 is #333300 (or #330).

RGB color model

#2E4700 color RGB value is (46,71,0).

RGB: (46,71,0) (18%, 28%, 0%)

RGB channels and saturation

R 46 of 255 = 18%
G 71 of 255 = 28%
B 0 of 255 = 0%

46
71
0

R + G + B ~ 15%. #2E4700 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 71 + 0 = 117 (100%)
R 46 of 117 ~ 39.32%
G 71 of 117 ~ 60.68%
B 0 of 117 ~ 0'%

%39.32
%60.68

CMYK color model

#2E4700 color CMYK value is (35,0,100,72).

  • cyan value is 35.21%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 72.16%

CMYK: (35,0,100,72)
C35M0Y100K72 (35%, 0%, 100%, 72%)
(0.35 / 0.00 / 1.00 / 0.72)

CMYK percentages

%35.21
%0
%100
%72.16

Codes

Color #2E4700 in popluar color models

2E 47 00
RGB 46 71 0
HSL 81° 100.00% 13.92%
HSB/HSV 81° 100.00% 27.84%
CMYK 35.21% 0.00% 100.00%
72.16%

Color #2E4700 in popluar number systems.

HEX 2E 47 00
Decimal 46 71 0
Binary 101110 1000111 0
Octal 56 107 0

Shades and tints

Shades of #2E4700

#2E4700
(46,71,0)
#2A4100
(42,65,0)
#263B00
(38,59,0)
#223500
(34,53,0)
#1E2F00
(30,47,0)
#1A2900
(26,41,0)
#162300
(22,35,0)
#121D00
(18,29,0)
#0E1700
(14,23,0)
#0A1100
(10,17,0)
#060B00
(6,11,0)
#000000
(0,0,0)

Tints of #2E4700

#2E4700
(46,71,0)
#415717
(65,87,23)
#54672E
(84,103,46)
#677745
(103,119,69)
#7A875C
(122,135,92)
#8D9773
(141,151,115)
#A0A78A
(160,167,138)
#B3B7A1
(179,183,161)
#C6C7B8
(198,199,184)
#D9D7CF
(217,215,207)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4700 color. Also use rgb(46,71,0) instead hex code.

Text Font Color

.myTextColor { color: #2E4700; }

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

This text font color is #2E4700.

Background Color

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

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

This div background color is #2E4700.

Border color

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

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

This div border color is #2E4700.

Opacity

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

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

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

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

This text has shadow with #2E4700 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E4700.

Preview

Color preview on black background

This text has color #2E4700 on black background.


Color preview on white background

This text has color #2E4700 on white background.


Black color preview on #2E4700 background

This text has black color on #2E4700 background.


White color preview on #2E4700 background

This text has white color on #2E4700 background.


Related colors

Complementary color

Complementary color for #hex is #D1B8FF.


I love getcolorcode.com

Triadic colors

1 #002E47 and #47002E with #2E4700 are triadic colors.

2 #00472E and #472E00 with #2E4700 are triadic colors.