COLOR #1E6127

HEX: #1E6127 RGB: (30,97,39)

Color info

#1E6127 contains mainly green and blue colors. Web safe color of #1E6127 is #336633 (or #363).

RGB color model

#1E6127 color RGB value is (30,97,39).

RGB: (30,97,39) (12%, 38%, 15%)

RGB channels and saturation

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

30
97
39

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

Portions of RGB colors in percentages

R + G + B = 30 + 97 + 39 = 166 (100%)
R 30 of 166 ~ 18.07%
G 97 of 166 ~ 58.43%
B 39 of 166 ~ 23.49'%

%18.07
%58.43
%23.49

CMYK color model

#1E6127 color CMYK value is (69,0,60,62).

  • cyan value is 69.07%
  • magenta value is 0.00%
  • yellow value is 59.79%
  • key color value is 61.96%

CMYK: (69,0,60,62)
C69M0Y60K62 (69%, 0%, 60%, 62%)
(0.69 / 0.00 / 0.60 / 0.62)

CMYK percentages

%69.07
%0
%59.79
%61.96

Codes

Color #1E6127 in popluar color models

1E 61 27
RGB 30 97 39
HSL 128° 52.76% 24.90%
HSB/HSV 128° 69.07% 38.04%
CMYK 69.07% 0.00% 59.79%
61.96%

Color #1E6127 in popluar number systems.

HEX 1E 61 27
Decimal 30 97 39
Binary 11110 1100001 100111
Octal 36 141 47

Shades and tints

Shades of #1E6127

#1E6127
(30,97,39)
#1C5924
(28,89,36)
#1A5121
(26,81,33)
#18491E
(24,73,30)
#16411B
(22,65,27)
#143918
(20,57,24)
#123115
(18,49,21)
#102912
(16,41,18)
#0E210F
(14,33,15)
#0C190C
(12,25,12)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #1E6127

#1E6127
(30,97,39)
#326F3A
(50,111,58)
#467D4D
(70,125,77)
#5A8B60
(90,139,96)
#6E9973
(110,153,115)
#82A786
(130,167,134)
#96B599
(150,181,153)
#AAC3AC
(170,195,172)
#BED1BF
(190,209,191)
#D2DFD2
(210,223,210)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6127 color. Also use rgb(30,97,39) instead hex code.

Text Font Color

.myTextColor { color: #1E6127; }

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

This text font color is #1E6127.

Background Color

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

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

This div background color is #1E6127.

Border color

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

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

This div border color is #1E6127.

Opacity

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

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

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

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

This text has shadow with #1E6127 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E6127.

Preview

Color preview on black background

This text has color #1E6127 on black background.


Color preview on white background

This text has color #1E6127 on white background.


Black color preview on #1E6127 background

This text has black color on #1E6127 background.


White color preview on #1E6127 background

This text has white color on #1E6127 background.


Related colors

Complementary color

Complementary color for #hex is #E19ED8.


I love getcolorcode.com

Triadic colors

1 #271E61 and #61271E with #1E6127 are triadic colors.

2 #27611E and #611E27 with #1E6127 are triadic colors.