COLOR #1E5B30

HEX: #1E5B30 RGB: (30,91,48)

Color info

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

RGB color model

#1E5B30 color RGB value is (30,91,48).

RGB: (30,91,48) (12%, 36%, 19%)

RGB channels and saturation

R 30 of 255 = 12%
G 91 of 255 = 36%
B 48 of 255 = 19%

30
91
48

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

Portions of RGB colors in percentages

R + G + B = 30 + 91 + 48 = 169 (100%)
R 30 of 169 ~ 17.75%
G 91 of 169 ~ 53.85%
B 48 of 169 ~ 28.4'%

%17.75
%53.85
%28.4

CMYK color model

#1E5B30 color CMYK value is (67,0,47,64).

  • cyan value is 67.03%
  • magenta value is 0.00%
  • yellow value is 47.25%
  • key color value is 64.31%

CMYK: (67,0,47,64)
C67M0Y47K64 (67%, 0%, 47%, 64%)
(0.67 / 0.00 / 0.47 / 0.64)

CMYK percentages

%67.03
%0
%47.25
%64.31

Codes

Color #1E5B30 in popluar color models

1E 5B 30
RGB 30 91 48
HSL 138° 50.41% 23.73%
HSB/HSV 138° 67.03% 35.69%
CMYK 67.03% 0.00% 47.25%
64.31%

Color #1E5B30 in popluar number systems.

HEX 1E 5B 30
Decimal 30 91 48
Binary 11110 1011011 110000
Octal 36 133 60

Shades and tints

Shades of #1E5B30

#1E5B30
(30,91,48)
#1C532C
(28,83,44)
#1A4B28
(26,75,40)
#184324
(24,67,36)
#163B20
(22,59,32)
#14331C
(20,51,28)
#122B18
(18,43,24)
#102314
(16,35,20)
#0E1B10
(14,27,16)
#0C130C
(12,19,12)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #1E5B30

#1E5B30
(30,91,48)
#326942
(50,105,66)
#467754
(70,119,84)
#5A8566
(90,133,102)
#6E9378
(110,147,120)
#82A18A
(130,161,138)
#96AF9C
(150,175,156)
#AABDAE
(170,189,174)
#BECBC0
(190,203,192)
#D2D9D2
(210,217,210)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5B30 color. Also use rgb(30,91,48) instead hex code.

Text Font Color

.myTextColor { color: #1E5B30; }

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

This text font color is #1E5B30.

Background Color

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

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

This div background color is #1E5B30.

Border color

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

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

This div border color is #1E5B30.

Opacity

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

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

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

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

This text has shadow with #1E5B30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E5B30.

Preview

Color preview on black background

This text has color #1E5B30 on black background.


Color preview on white background

This text has color #1E5B30 on white background.


Black color preview on #1E5B30 background

This text has black color on #1E5B30 background.


White color preview on #1E5B30 background

This text has white color on #1E5B30 background.


Related colors

Complementary color

Complementary color for #hex is #E1A4CF.


I love getcolorcode.com

Triadic colors

1 #301E5B and #5B301E with #1E5B30 are triadic colors.

2 #305B1E and #5B1E30 with #1E5B30 are triadic colors.