COLOR #2E4A01

HEX: #2E4A01
RGB: (46,74,1)

Color info

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

RGB color model

#2E4A01 color RGB value is (46,74,1).

  • red value is 46;
  • green value is 74;
  • blue value is 1.
RGB:
(46,74,1)
(18%,29%,0%)

RGB channels and saturation

R 46 of 255 = 18%
G 74 of 255 = 29%
B 1 of 255 = 0%

46
74
1

R + G + B ~ 16%. #2E4A01 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 74 + 1 = 121 (100%)
R 46 of 121 ~ 38.02%
G 74 of 121 ~ 61.16%
B 1 of 121 ~ 0.83%

%38.02
%61.16

CMYK color model

#2E4A01 color CMYK value is (38,0,99,71).

  • cyan value is 37.84%
  • magenta value is 0.00%
  • yellow value is 98.65%
  • key color value is 70.98%
CMYK:
(38,0,99,71)
C38M0Y99K71 
(38%,0%,99%,71%)
(0.38/0.00/0.99/0.71)	

CMYK percentages

%37.84
%0
%98.65
%70.98

Codes

Color #2E4A01 in popluar color models

2E4A01
RGB46741
HSL83°97.33%14.71%
HSB/HSV83°98.65%29.02%
CMYK37.84%0.00%98.65%
70.98%

Color #2E4A01 in popluar number systems.

HEX2E4A01
Decimal46741
Binary10111010010101
Octal561121

Shades and tints

Shades of #2E4A01

#2E4A01
(46,74,1)
#2A4401
(42,68,1)
#263E01
(38,62,1)
#223801
(34,56,1)
#1E3201
(30,50,1)
#1A2C01
(26,44,1)
#162601
(22,38,1)
#122001
(18,32,1)
#0E1A01
(14,26,1)
#0A1401
(10,20,1)
#060E01
(6,14,1)
#000000
(0,0,0)

Tints of #2E4A01

#2E4A01
(46,74,1)
#415A18
(65,90,24)
#546A2F
(84,106,47)
#677A46
(103,122,70)
#7A8A5D
(122,138,93)
#8D9A74
(141,154,116)
#A0AA8B
(160,170,139)
#B3BAA2
(179,186,162)
#C6CAB9
(198,202,185)
#D9DAD0
(217,218,208)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4A01 color. Also use rgb(46,74,1) instead hex code.

Text Font Color

.myTextColor { color: #2E4A01; }

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

This text font color is #2E4A01.


Background Color

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

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

This div background color is #2E4A01.


Border color

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

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

This div border color is #2E4A01.


Opacity

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

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

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

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

This text has shadow with #2E4A01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4A01 on black background.


Color preview on white background

This text has color #2E4A01 on white background.



Black color preview on #2E4A01 background

This text has black color on #2E4A01 background.


White color preview on #2E4A01 background

This text has white color on #2E4A01 background.