COLOR #2E6A10

HEX: #2E6A10
RGB: (46,106,16)

Color info

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

RGB color model

#2E6A10 color RGB value is (46,106,16).

  • red value is 46;
  • green value is 106;
  • blue value is 16.
RGB:
(46,106,16)
(18%,42%,6%)

RGB channels and saturation

R 46 of 255 = 18%
G 106 of 255 = 42%
B 16 of 255 = 6%

46
106
16

R + G + B ~ 22%. #2E6A10 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 106 + 16 = 168 (100%)
R 46 of 168 ~ 27.38%
G 106 of 168 ~ 63.1%
B 16 of 168 ~ 9.52%

%27.38
%63.1
%9.52

CMYK color model

#2E6A10 color CMYK value is (57,0,85,58).

  • cyan value is 56.60%
  • magenta value is 0.00%
  • yellow value is 84.91%
  • key color value is 58.43%
CMYK:
(57,0,85,58)
C57M0Y85K58 
(57%,0%,85%,58%)
(0.57/0.00/0.85/0.58)	

CMYK percentages

%56.6
%0
%84.91
%58.43

Codes

Color #2E6A10 in popluar color models

2E6A10
RGB4610616
HSL100°73.77%23.92%
HSB/HSV100°84.91%41.57%
CMYK56.60%0.00%84.91%
58.43%

Color #2E6A10 in popluar number systems.

HEX2E6A10
Decimal4610616
Binary101110110101010000
Octal5615220

Shades and tints

Shades of #2E6A10

#2E6A10
(46,106,16)
#2A610F
(42,97,15)
#26580E
(38,88,14)
#224F0D
(34,79,13)
#1E460C
(30,70,12)
#1A3D0B
(26,61,11)
#16340A
(22,52,10)
#122B09
(18,43,9)
#0E2208
(14,34,8)
#0A1907
(10,25,7)
#061006
(6,16,6)
#000000
(0,0,0)

Tints of #2E6A10

#2E6A10
(46,106,16)
#417725
(65,119,37)
#54843A
(84,132,58)
#67914F
(103,145,79)
#7A9E64
(122,158,100)
#8DAB79
(141,171,121)
#A0B88E
(160,184,142)
#B3C5A3
(179,197,163)
#C6D2B8
(198,210,184)
#D9DFCD
(217,223,205)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6A10 color. Also use rgb(46,106,16) instead hex code.

Text Font Color

.myTextColor { color: #2E6A10; }

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

This text font color is #2E6A10.


Background Color

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

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

This div background color is #2E6A10.


Border color

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

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

This div border color is #2E6A10.


Opacity

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

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

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

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

This text has shadow with #2E6A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6A10 on black background.


Color preview on white background

This text has color #2E6A10 on white background.



Black color preview on #2E6A10 background

This text has black color on #2E6A10 background.


White color preview on #2E6A10 background

This text has white color on #2E6A10 background.