COLOR #2E7003

HEX: #2E7003 RGB: (46,112,3)

Color info

#2E7003 contains mainly green color. Web safe color of #2E7003 is #336600 (or #360).

RGB color model

#2E7003 color RGB value is (46,112,3).

RGB: (46,112,3) (18%, 44%, 1%)

RGB channels and saturation

R 46 of 255 = 18%
G 112 of 255 = 44%
B 3 of 255 = 1%

46
112
3

R + G + B ~ 21%. #2E7003 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 112 + 3 = 161 (100%)
R 46 of 161 ~ 28.57%
G 112 of 161 ~ 69.57%
B 3 of 161 ~ 1.86'%

%28.57
%69.57

CMYK color model

#2E7003 color CMYK value is (59,0,97,56).

  • cyan value is 58.93%
  • magenta value is 0.00%
  • yellow value is 97.32%
  • key color value is 56.08%

CMYK: (59,0,97,56)
C59M0Y97K56 (59%, 0%, 97%, 56%)
(0.59 / 0.00 / 0.97 / 0.56)

CMYK percentages

%58.93
%0
%97.32
%56.08

Codes

Color #2E7003 in popluar color models

2E 70 03
RGB 46 112 3
HSL 96° 94.78% 22.55%
HSB/HSV 96° 97.32% 43.92%
CMYK 58.93% 0.00% 97.32%
56.08%

Color #2E7003 in popluar number systems.

HEX 2E 70 03
Decimal 46 112 3
Binary 101110 1110000 11
Octal 56 160 3

Shades and tints

Shades of #2E7003

#2E7003
(46,112,3)
#2A6603
(42,102,3)
#265C03
(38,92,3)
#225203
(34,82,3)
#1E4803
(30,72,3)
#1A3E03
(26,62,3)
#163403
(22,52,3)
#122A03
(18,42,3)
#0E2003
(14,32,3)
#0A1603
(10,22,3)
#060C03
(6,12,3)
#000000
(0,0,0)

Tints of #2E7003

#2E7003
(46,112,3)
#417D19
(65,125,25)
#548A2F
(84,138,47)
#679745
(103,151,69)
#7AA45B
(122,164,91)
#8DB171
(141,177,113)
#A0BE87
(160,190,135)
#B3CB9D
(179,203,157)
#C6D8B3
(198,216,179)
#D9E5C9
(217,229,201)
#ECF2DF
(236,242,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7003 color. Also use rgb(46,112,3) instead hex code.

Text Font Color

.myTextColor { color: #2E7003; }

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

This text font color is #2E7003.

Background Color

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

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

This div background color is #2E7003.

Border color

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

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

This div border color is #2E7003.

Opacity

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

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

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

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

This text has shadow with #2E7003 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E7003.

Preview

Color preview on black background

This text has color #2E7003 on black background.


Color preview on white background

This text has color #2E7003 on white background.


Black color preview on #2E7003 background

This text has black color on #2E7003 background.


White color preview on #2E7003 background

This text has white color on #2E7003 background.


Related colors

Complementary color

Complementary color for #hex is #D18FFC.


I love getcolorcode.com

Triadic colors

1 #032E70 and #70032E with #2E7003 are triadic colors.

2 #03702E and #702E03 with #2E7003 are triadic colors.