COLOR #1E6426

HEX: #1E6426
RGB: (30,100,38)

Color info

#1E6426 contains mainly green color. Web safe color of #1E6426 is #336633 (or #363).

RGB color model

#1E6426 color RGB value is (30,100,38).

  • red value is 30;
  • green value is 100;
  • blue value is 38.
RGB:
(30,100,38)
(12%,39%,15%)

RGB channels and saturation

R 30 of 255 = 12%
G 100 of 255 = 39%
B 38 of 255 = 15%

30
100
38

R + G + B ~ 22%. #1E6426 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 100 + 38 = 168 (100%)
R 30 of 168 ~ 17.86%
G 100 of 168 ~ 59.52%
B 38 of 168 ~ 22.62%

%17.86
%59.52
%22.62

CMYK color model

#1E6426 color CMYK value is (70,0,62,61).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 62.00%
  • key color value is 60.78%
CMYK:
(70,0,62,61)
C70M0Y62K61 
(70%,0%,62%,61%)
(0.70/0.00/0.62/0.61)	

CMYK percentages

%70
%0
%62
%60.78

Codes

Color #1E6426 in popluar color models

1E6426
RGB3010038
HSL127°53.85%25.49%
HSB/HSV127°70.00%39.22%
CMYK70.00%0.00%62.00%
60.78%

Color #1E6426 in popluar number systems.

HEX1E6426
Decimal3010038
Binary111101100100100110
Octal3614446

Shades and tints

Shades of #1E6426

#1E6426
(30,100,38)
#1C5B23
(28,91,35)
#1A5220
(26,82,32)
#18491D
(24,73,29)
#16401A
(22,64,26)
#143717
(20,55,23)
#122E14
(18,46,20)
#102511
(16,37,17)
#0E1C0E
(14,28,14)
#0C130B
(12,19,11)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #1E6426

#1E6426
(30,100,38)
#327239
(50,114,57)
#46804C
(70,128,76)
#5A8E5F
(90,142,95)
#6E9C72
(110,156,114)
#82AA85
(130,170,133)
#96B898
(150,184,152)
#AAC6AB
(170,198,171)
#BED4BE
(190,212,190)
#D2E2D1
(210,226,209)
#E6F0E4
(230,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6426 color. Also use rgb(30,100,38) instead hex code.

Text Font Color

.myTextColor { color: #1E6426; }

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

This text font color is #1E6426.


Background Color

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

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

This div background color is #1E6426.


Border color

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

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

This div border color is #1E6426.


Opacity

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

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

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

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

This text has shadow with #1E6426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6426 on black background.


Color preview on white background

This text has color #1E6426 on white background.



Black color preview on #1E6426 background

This text has black color on #1E6426 background.


White color preview on #1E6426 background

This text has white color on #1E6426 background.