COLOR #1E6A18

HEX: #1E6A18
RGB: (30,106,24)

Color info

#1E6A18 contains mainly green color. Web safe color of #1E6A18 is #336600 (or #360).

RGB color model

#1E6A18 color RGB value is (30,106,24).

  • red value is 30;
  • green value is 106;
  • blue value is 24.
RGB:
(30,106,24)
(12%,42%,9%)

RGB channels and saturation

R 30 of 255 = 12%
G 106 of 255 = 42%
B 24 of 255 = 9%

30
106
24

R + G + B ~ 21%. #1E6A18 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 106 + 24 = 160 (100%)
R 30 of 160 ~ 18.75%
G 106 of 160 ~ 66.25%
B 24 of 160 ~ 15%

%18.75
%66.25
%15

CMYK color model

#1E6A18 color CMYK value is (72,0,77,58).

  • cyan value is 71.70%
  • magenta value is 0.00%
  • yellow value is 77.36%
  • key color value is 58.43%
CMYK:
(72,0,77,58)
C72M0Y77K58 
(72%,0%,77%,58%)
(0.72/0.00/0.77/0.58)	

CMYK percentages

%71.7
%0
%77.36
%58.43

Codes

Color #1E6A18 in popluar color models

1E6A18
RGB3010624
HSL116°63.08%25.49%
HSB/HSV116°77.36%41.57%
CMYK71.70%0.00%77.36%
58.43%

Color #1E6A18 in popluar number systems.

HEX1E6A18
Decimal3010624
Binary11110110101011000
Octal3615230

Shades and tints

Shades of #1E6A18

#1E6A18
(30,106,24)
#1C6116
(28,97,22)
#1A5814
(26,88,20)
#184F12
(24,79,18)
#164610
(22,70,16)
#143D0E
(20,61,14)
#12340C
(18,52,12)
#102B0A
(16,43,10)
#0E2208
(14,34,8)
#0C1906
(12,25,6)
#0A1004
(10,16,4)
#000000
(0,0,0)

Tints of #1E6A18

#1E6A18
(30,106,24)
#32772D
(50,119,45)
#468442
(70,132,66)
#5A9157
(90,145,87)
#6E9E6C
(110,158,108)
#82AB81
(130,171,129)
#96B896
(150,184,150)
#AAC5AB
(170,197,171)
#BED2C0
(190,210,192)
#D2DFD5
(210,223,213)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6A18 color. Also use rgb(30,106,24) instead hex code.

Text Font Color

.myTextColor { color: #1E6A18; }

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

This text font color is #1E6A18.


Background Color

.myBgColor { background-color: #1E6A18; }

<div style="background-color:#1E6A18">Inner text</div>

This div background color is #1E6A18.


Border color

.myBorderColor { border: 1px solid #1E6A18; }

<div style="border:3px solid #1E6A18">Div</div>

This div border color is #1E6A18.


Opacity

.myOpacity80 { color: #1E6A18; opacity: 0.8; }

<p style="color:#1E6A18;opacity:0.8;">80%</p>

Text with #1E6A18 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 #1E6A18;}

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

This text has shadow with #1E6A18 color.

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

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

This text has shadow with #1E6A18 primary color and red secondary color.


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

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

This text has shadow with #1E6A18 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6A18 on black background.


Color preview on white background

This text has color #1E6A18 on white background.



Black color preview on #1E6A18 background

This text has black color on #1E6A18 background.


White color preview on #1E6A18 background

This text has white color on #1E6A18 background.