COLOR #1E6812

HEX: #1E6812 RGB: (30,104,18)

Color info

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

RGB color model

#1E6812 color RGB value is (30,104,18).

RGB: (30,104,18) (12%, 41%, 7%)

RGB channels and saturation

R 30 of 255 = 12%
G 104 of 255 = 41%
B 18 of 255 = 7%

30
104
18

R + G + B ~ 20%. #1E6812 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 104 + 18 = 152 (100%)
R 30 of 152 ~ 19.74%
G 104 of 152 ~ 68.42%
B 18 of 152 ~ 11.84'%

%19.74
%68.42
%11.84

CMYK color model

#1E6812 color CMYK value is (71,0,83,59).

  • cyan value is 71.15%
  • magenta value is 0.00%
  • yellow value is 82.69%
  • key color value is 59.22%

CMYK: (71,0,83,59)
C71M0Y83K59 (71%, 0%, 83%, 59%)
(0.71 / 0.00 / 0.83 / 0.59)

CMYK percentages

%71.15
%0
%82.69
%59.22

Codes

Color #1E6812 in popluar color models

1E 68 12
RGB 30 104 18
HSL 112° 70.49% 23.92%
HSB/HSV 112° 82.69% 40.78%
CMYK 71.15% 0.00% 82.69%
59.22%

Color #1E6812 in popluar number systems.

HEX 1E 68 12
Decimal 30 104 18
Binary 11110 1101000 10010
Octal 36 150 22

Shades and tints

Shades of #1E6812

#1E6812
(30,104,18)
#1C5F11
(28,95,17)
#1A5610
(26,86,16)
#184D0F
(24,77,15)
#16440E
(22,68,14)
#143B0D
(20,59,13)
#12320C
(18,50,12)
#10290B
(16,41,11)
#0E200A
(14,32,10)
#0C1709
(12,23,9)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #1E6812

#1E6812
(30,104,18)
#327527
(50,117,39)
#46823C
(70,130,60)
#5A8F51
(90,143,81)
#6E9C66
(110,156,102)
#82A97B
(130,169,123)
#96B690
(150,182,144)
#AAC3A5
(170,195,165)
#BED0BA
(190,208,186)
#D2DDCF
(210,221,207)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6812 color. Also use rgb(30,104,18) instead hex code.

Text Font Color

.myTextColor { color: #1E6812; }

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

This text font color is #1E6812.

Background Color

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

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

This div background color is #1E6812.

Border color

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

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

This div border color is #1E6812.

Opacity

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

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

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

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

This text has shadow with #1E6812 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E6812.

Preview

Color preview on black background

This text has color #1E6812 on black background.


Color preview on white background

This text has color #1E6812 on white background.


Black color preview on #1E6812 background

This text has black color on #1E6812 background.


White color preview on #1E6812 background

This text has white color on #1E6812 background.


Related colors

Complementary color

Complementary color for #hex is #E197ED.


I love getcolorcode.com

Triadic colors

1 #121E68 and #68121E with #1E6812 are triadic colors.

2 #12681E and #681E12 with #1E6812 are triadic colors.