COLOR #1E7717

HEX: #1E7717 RGB: (30,119,23)

Color info

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

RGB color model

#1E7717 color RGB value is (30,119,23).

RGB: (30,119,23) (12%, 47%, 9%)

RGB channels and saturation

R 30 of 255 = 12%
G 119 of 255 = 47%
B 23 of 255 = 9%

30
119
23

R + G + B ~ 23%. #1E7717 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 119 + 23 = 172 (100%)
R 30 of 172 ~ 17.44%
G 119 of 172 ~ 69.19%
B 23 of 172 ~ 13.37'%

%17.44
%69.19
%13.37

CMYK color model

#1E7717 color CMYK value is (75,0,81,53).

  • cyan value is 74.79%
  • magenta value is 0.00%
  • yellow value is 80.67%
  • key color value is 53.33%

CMYK: (75,0,81,53)
C75M0Y81K53 (75%, 0%, 81%, 53%)
(0.75 / 0.00 / 0.81 / 0.53)

CMYK percentages

%74.79
%0
%80.67
%53.33

Codes

Color #1E7717 in popluar color models

1E 77 17
RGB 30 119 23
HSL 116° 67.61% 27.84%
HSB/HSV 116° 80.67% 46.67%
CMYK 74.79% 0.00% 80.67%
53.33%

Color #1E7717 in popluar number systems.

HEX 1E 77 17
Decimal 30 119 23
Binary 11110 1110111 10111
Octal 36 167 27

Shades and tints

Shades of #1E7717

#1E7717
(30,119,23)
#1C6D15
(28,109,21)
#1A6313
(26,99,19)
#185911
(24,89,17)
#164F0F
(22,79,15)
#14450D
(20,69,13)
#123B0B
(18,59,11)
#103109
(16,49,9)
#0E2707
(14,39,7)
#0C1D05
(12,29,5)
#0A1303
(10,19,3)
#000000
(0,0,0)

Tints of #1E7717

#1E7717
(30,119,23)
#32832C
(50,131,44)
#468F41
(70,143,65)
#5A9B56
(90,155,86)
#6EA76B
(110,167,107)
#82B380
(130,179,128)
#96BF95
(150,191,149)
#AACBAA
(170,203,170)
#BED7BF
(190,215,191)
#D2E3D4
(210,227,212)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E7717; }

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

This text font color is #1E7717.

Background Color

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

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

This div background color is #1E7717.

Border color

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

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

This div border color is #1E7717.

Opacity

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

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

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

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

This text has shadow with #1E7717 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E7717.

Preview

Color preview on black background

This text has color #1E7717 on black background.


Color preview on white background

This text has color #1E7717 on white background.


Black color preview on #1E7717 background

This text has black color on #1E7717 background.


White color preview on #1E7717 background

This text has white color on #1E7717 background.


Related colors

Complementary color

Complementary color for #hex is #E188E8.


I love getcolorcode.com

Triadic colors

1 #171E77 and #77171E with #1E7717 are triadic colors.

2 #17771E and #771E17 with #1E7717 are triadic colors.