COLOR #2E7F18

HEX: #2E7F18
RGB: (46,127,24)

Color info

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

RGB color model

#2E7F18 color RGB value is (46,127,24).

  • red value is 46;
  • green value is 127;
  • blue value is 24.
RGB:
(46,127,24)
(18%,50%,9%)

RGB channels and saturation

R 46 of 255 = 18%
G 127 of 255 = 50%
B 24 of 255 = 9%

46
127
24

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

Portions of RGB colors in percentages

R + G + B =
46 + 127 + 24 = 197 (100%)
R 46 of 197 ~ 23.35%
G 127 of 197 ~ 64.47%
B 24 of 197 ~ 12.18%

%23.35
%64.47
%12.18

CMYK color model

#2E7F18 color CMYK value is (64,0,81,50).

  • cyan value is 63.78%
  • magenta value is 0.00%
  • yellow value is 81.10%
  • key color value is 50.20%
CMYK:
(64,0,81,50)
C64M0Y81K50 
(64%,0%,81%,50%)
(0.64/0.00/0.81/0.50)	

CMYK percentages

%63.78
%0
%81.1
%50.2

Codes

Color #2E7F18 in popluar color models

2E7F18
RGB4612724
HSL107°68.21%29.61%
HSB/HSV107°81.10%49.80%
CMYK63.78%0.00%81.10%
50.20%

Color #2E7F18 in popluar number systems.

HEX2E7F18
Decimal4612724
Binary101110111111111000
Octal5617730

Shades and tints

Shades of #2E7F18

#2E7F18
(46,127,24)
#2A7416
(42,116,22)
#266914
(38,105,20)
#225E12
(34,94,18)
#1E5310
(30,83,16)
#1A480E
(26,72,14)
#163D0C
(22,61,12)
#12320A
(18,50,10)
#0E2708
(14,39,8)
#0A1C06
(10,28,6)
#061104
(6,17,4)
#000000
(0,0,0)

Tints of #2E7F18

#2E7F18
(46,127,24)
#418A2D
(65,138,45)
#549542
(84,149,66)
#67A057
(103,160,87)
#7AAB6C
(122,171,108)
#8DB681
(141,182,129)
#A0C196
(160,193,150)
#B3CCAB
(179,204,171)
#C6D7C0
(198,215,192)
#D9E2D5
(217,226,213)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7F18 color. Also use rgb(46,127,24) instead hex code.

Text Font Color

.myTextColor { color: #2E7F18; }

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

This text font color is #2E7F18.


Background Color

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

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

This div background color is #2E7F18.


Border color

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

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

This div border color is #2E7F18.


Opacity

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

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

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

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

This text has shadow with #2E7F18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7F18 on black background.


Color preview on white background

This text has color #2E7F18 on white background.



Black color preview on #2E7F18 background

This text has black color on #2E7F18 background.


White color preview on #2E7F18 background

This text has white color on #2E7F18 background.