COLOR #2E9412

HEX: #2E9412 RGB: (46,148,18)

Color info

#2E9412 contains mainly green color. Web safe color of #2E9412 is #339900 (or #390).

RGB color model

#2E9412 color RGB value is (46,148,18).

RGB: (46,148,18) (18%, 58%, 7%)

RGB channels and saturation

R 46 of 255 = 18%
G 148 of 255 = 58%
B 18 of 255 = 7%

46
148
18

R + G + B ~ 28%. #2E9412 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 148 + 18 = 212 (100%)
R 46 of 212 ~ 21.7%
G 148 of 212 ~ 69.81%
B 18 of 212 ~ 8.49'%

%21.7
%69.81

CMYK color model

#2E9412 color CMYK value is (69,0,88,42).

  • cyan value is 68.92%
  • magenta value is 0.00%
  • yellow value is 87.84%
  • key color value is 41.96%

CMYK: (69,0,88,42)
C69M0Y88K42 (69%, 0%, 88%, 42%)
(0.69 / 0.00 / 0.88 / 0.42)

CMYK percentages

%68.92
%0
%87.84
%41.96

Codes

Color #2E9412 in popluar color models

2E 94 12
RGB 46 148 18
HSL 107° 78.31% 32.55%
HSB/HSV 107° 87.84% 58.04%
CMYK 68.92% 0.00% 87.84%
41.96%

Color #2E9412 in popluar number systems.

HEX 2E 94 12
Decimal 46 148 18
Binary 101110 10010100 10010
Octal 56 224 22

Shades and tints

Shades of #2E9412

#2E9412
(46,148,18)
#2A8711
(42,135,17)
#267A10
(38,122,16)
#226D0F
(34,109,15)
#1E600E
(30,96,14)
#1A530D
(26,83,13)
#16460C
(22,70,12)
#12390B
(18,57,11)
#0E2C0A
(14,44,10)
#0A1F09
(10,31,9)
#061208
(6,18,8)
#000000
(0,0,0)

Tints of #2E9412

#2E9412
(46,148,18)
#419D27
(65,157,39)
#54A63C
(84,166,60)
#67AF51
(103,175,81)
#7AB866
(122,184,102)
#8DC17B
(141,193,123)
#A0CA90
(160,202,144)
#B3D3A5
(179,211,165)
#C6DCBA
(198,220,186)
#D9E5CF
(217,229,207)
#ECEEE4
(236,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E9412 color. Also use rgb(46,148,18) instead hex code.

Text Font Color

.myTextColor { color: #2E9412; }

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

This text font color is #2E9412.

Background Color

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

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

This div background color is #2E9412.

Border color

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

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

This div border color is #2E9412.

Opacity

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

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

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

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

This text has shadow with #2E9412 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E9412.

Preview

Color preview on black background

This text has color #2E9412 on black background.


Color preview on white background

This text has color #2E9412 on white background.


Black color preview on #2E9412 background

This text has black color on #2E9412 background.


White color preview on #2E9412 background

This text has white color on #2E9412 background.


Related colors

Complementary color

Complementary color for #hex is #D16BED.


I love getcolorcode.com

Triadic colors

1 #122E94 and #94122E with #2E9412 are triadic colors.

2 #12942E and #942E12 with #2E9412 are triadic colors.