COLOR #1E5E17

HEX: #1E5E17 RGB: (30,94,23)

Color info

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

RGB color model

#1E5E17 color RGB value is (30,94,23).

RGB: (30,94,23) (12%, 37%, 9%)

RGB channels and saturation

R 30 of 255 = 12%
G 94 of 255 = 37%
B 23 of 255 = 9%

30
94
23

R + G + B ~ 19%. #1E5E17 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 94 + 23 = 147 (100%)
R 30 of 147 ~ 20.41%
G 94 of 147 ~ 63.95%
B 23 of 147 ~ 15.65'%

%20.41
%63.95
%15.65

CMYK color model

#1E5E17 color CMYK value is (68,0,76,63).

  • cyan value is 68.09%
  • magenta value is 0.00%
  • yellow value is 75.53%
  • key color value is 63.14%

CMYK: (68,0,76,63)
C68M0Y76K63 (68%, 0%, 76%, 63%)
(0.68 / 0.00 / 0.76 / 0.63)

CMYK percentages

%68.09
%0
%75.53
%63.14

Codes

Color #1E5E17 in popluar color models

1E 5E 17
RGB 30 94 23
HSL 114° 60.68% 22.94%
HSB/HSV 114° 75.53% 36.86%
CMYK 68.09% 0.00% 75.53%
63.14%

Color #1E5E17 in popluar number systems.

HEX 1E 5E 17
Decimal 30 94 23
Binary 11110 1011110 10111
Octal 36 136 27

Shades and tints

Shades of #1E5E17

#1E5E17
(30,94,23)
#1C5615
(28,86,21)
#1A4E13
(26,78,19)
#184611
(24,70,17)
#163E0F
(22,62,15)
#14360D
(20,54,13)
#122E0B
(18,46,11)
#102609
(16,38,9)
#0E1E07
(14,30,7)
#0C1605
(12,22,5)
#0A0E03
(10,14,3)
#000000
(0,0,0)

Tints of #1E5E17

#1E5E17
(30,94,23)
#326C2C
(50,108,44)
#467A41
(70,122,65)
#5A8856
(90,136,86)
#6E966B
(110,150,107)
#82A480
(130,164,128)
#96B295
(150,178,149)
#AAC0AA
(170,192,170)
#BECEBF
(190,206,191)
#D2DCD4
(210,220,212)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5E17 color. Also use rgb(30,94,23) instead hex code.

Text Font Color

.myTextColor { color: #1E5E17; }

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

This text font color is #1E5E17.

Background Color

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

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

This div background color is #1E5E17.

Border color

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

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

This div border color is #1E5E17.

Opacity

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

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

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

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

This text has shadow with #1E5E17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E5E17.

Preview

Color preview on black background

This text has color #1E5E17 on black background.


Color preview on white background

This text has color #1E5E17 on white background.


Black color preview on #1E5E17 background

This text has black color on #1E5E17 background.


White color preview on #1E5E17 background

This text has white color on #1E5E17 background.


Related colors

Complementary color

Complementary color for #hex is #E1A1E8.


I love getcolorcode.com

Triadic colors

1 #171E5E and #5E171E with #1E5E17 are triadic colors.

2 #175E1E and #5E1E17 with #1E5E17 are triadic colors.