COLOR #2E7E1B

HEX: #2E7E1B RGB: (46,126,27)

Color info

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

RGB color model

#2E7E1B color RGB value is (46,126,27).

RGB: (46,126,27) (18%, 49%, 11%)

RGB channels and saturation

R 46 of 255 = 18%
G 126 of 255 = 49%
B 27 of 255 = 11%

46
126
27

R + G + B ~ 26%. #2E7E1B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 126 + 27 = 199 (100%)
R 46 of 199 ~ 23.12%
G 126 of 199 ~ 63.32%
B 27 of 199 ~ 13.57'%

%23.12
%63.32
%13.57

CMYK color model

#2E7E1B color CMYK value is (63,0,79,51).

  • cyan value is 63.49%
  • magenta value is 0.00%
  • yellow value is 78.57%
  • key color value is 50.59%

CMYK: (63,0,79,51)
C63M0Y79K51 (63%, 0%, 79%, 51%)
(0.63 / 0.00 / 0.79 / 0.51)

CMYK percentages

%63.49
%0
%78.57
%50.59

Codes

Color #2E7E1B in popluar color models

2E 7E 1B
RGB 46 126 27
HSL 108° 64.71% 30.00%
HSB/HSV 108° 78.57% 49.41%
CMYK 63.49% 0.00% 78.57%
50.59%

Color #2E7E1B in popluar number systems.

HEX 2E 7E 1B
Decimal 46 126 27
Binary 101110 1111110 11011
Octal 56 176 33

Shades and tints

Shades of #2E7E1B

#2E7E1B
(46,126,27)
#2A7319
(42,115,25)
#266817
(38,104,23)
#225D15
(34,93,21)
#1E5213
(30,82,19)
#1A4711
(26,71,17)
#163C0F
(22,60,15)
#12310D
(18,49,13)
#0E260B
(14,38,11)
#0A1B09
(10,27,9)
#061007
(6,16,7)
#000000
(0,0,0)

Tints of #2E7E1B

#2E7E1B
(46,126,27)
#41892F
(65,137,47)
#549443
(84,148,67)
#679F57
(103,159,87)
#7AAA6B
(122,170,107)
#8DB57F
(141,181,127)
#A0C093
(160,192,147)
#B3CBA7
(179,203,167)
#C6D6BB
(198,214,187)
#D9E1CF
(217,225,207)
#ECECE3
(236,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7E1B color. Also use rgb(46,126,27) instead hex code.

Text Font Color

.myTextColor { color: #2E7E1B; }

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

This text font color is #2E7E1B.

Background Color

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

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

This div background color is #2E7E1B.

Border color

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

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

This div border color is #2E7E1B.

Opacity

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

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

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

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

This text has shadow with #2E7E1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E7E1B.

Preview

Color preview on black background

This text has color #2E7E1B on black background.


Color preview on white background

This text has color #2E7E1B on white background.


Black color preview on #2E7E1B background

This text has black color on #2E7E1B background.


White color preview on #2E7E1B background

This text has white color on #2E7E1B background.


Related colors

Complementary color

Complementary color for #hex is #D181E4.


I love getcolorcode.com

Triadic colors

1 #1B2E7E and #7E1B2E with #2E7E1B are triadic colors.

2 #1B7E2E and #7E2E1B with #2E7E1B are triadic colors.