COLOR #1E5911

HEX: #1E5911
RGB: (30,89,17)

Color info

#1E5911 contains mainly red and green colors. Web safe color of #1E5911 is #336600 (or #360).

RGB color model

#1E5911 color RGB value is (30,89,17).

  • red value is 30;
  • green value is 89;
  • blue value is 17.
RGB:
(30,89,17)
(12%,35%,7%)

RGB channels and saturation

R 30 of 255 = 12%
G 89 of 255 = 35%
B 17 of 255 = 7%

30
89
17

R + G + B ~ 18%. #1E5911 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 89 + 17 = 136 (100%)
R 30 of 136 ~ 22.06%
G 89 of 136 ~ 65.44%
B 17 of 136 ~ 12.5%

%22.06
%65.44
%12.5

CMYK color model

#1E5911 color CMYK value is (66,0,81,65).

  • cyan value is 66.29%
  • magenta value is 0.00%
  • yellow value is 80.90%
  • key color value is 65.10%
CMYK:
(66,0,81,65)
C66M0Y81K65 
(66%,0%,81%,65%)
(0.66/0.00/0.81/0.65)	

CMYK percentages

%66.29
%0
%80.9
%65.1

Codes

Color #1E5911 in popluar color models

1E5911
RGB308917
HSL109°67.92%20.78%
HSB/HSV109°80.90%34.90%
CMYK66.29%0.00%80.90%
65.10%

Color #1E5911 in popluar number systems.

HEX1E5911
Decimal308917
Binary11110101100110001
Octal3613121

Shades and tints

Shades of #1E5911

#1E5911
(30,89,17)
#1C5110
(28,81,16)
#1A490F
(26,73,15)
#18410E
(24,65,14)
#16390D
(22,57,13)
#14310C
(20,49,12)
#12290B
(18,41,11)
#10210A
(16,33,10)
#0E1909
(14,25,9)
#0C1108
(12,17,8)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #1E5911

#1E5911
(30,89,17)
#326826
(50,104,38)
#46773B
(70,119,59)
#5A8650
(90,134,80)
#6E9565
(110,149,101)
#82A47A
(130,164,122)
#96B38F
(150,179,143)
#AAC2A4
(170,194,164)
#BED1B9
(190,209,185)
#D2E0CE
(210,224,206)
#E6EFE3
(230,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5911 color. Also use rgb(30,89,17) instead hex code.

Text Font Color

.myTextColor { color: #1E5911; }

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

This text font color is #1E5911.


Background Color

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

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

This div background color is #1E5911.


Border color

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

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

This div border color is #1E5911.


Opacity

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

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

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

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

This text has shadow with #1E5911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5911 on black background.


Color preview on white background

This text has color #1E5911 on white background.



Black color preview on #1E5911 background

This text has black color on #1E5911 background.


White color preview on #1E5911 background

This text has white color on #1E5911 background.