COLOR #1E5F30

HEX: #1E5F30
RGB: (30,95,48)

Color info

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

RGB color model

#1E5F30 color RGB value is (30,95,48).

  • red value is 30;
  • green value is 95;
  • blue value is 48.
RGB:
(30,95,48)
(12%,37%,19%)

RGB channels and saturation

R 30 of 255 = 12%
G 95 of 255 = 37%
B 48 of 255 = 19%

30
95
48

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

Portions of RGB colors in percentages

R + G + B =
30 + 95 + 48 = 173 (100%)
R 30 of 173 ~ 17.34%
G 95 of 173 ~ 54.91%
B 48 of 173 ~ 27.75%

%17.34
%54.91
%27.75

CMYK color model

#1E5F30 color CMYK value is (68,0,49,63).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 49.47%
  • key color value is 62.75%
CMYK:
(68,0,49,63)
C68M0Y49K63 
(68%,0%,49%,63%)
(0.68/0.00/0.49/0.63)	

CMYK percentages

%68.42
%0
%49.47
%62.75

Codes

Color #1E5F30 in popluar color models

1E5F30
RGB309548
HSL137°52.00%24.51%
HSB/HSV137°68.42%37.25%
CMYK68.42%0.00%49.47%
62.75%

Color #1E5F30 in popluar number systems.

HEX1E5F30
Decimal309548
Binary111101011111110000
Octal3613760

Shades and tints

Shades of #1E5F30

#1E5F30
(30,95,48)
#1C572C
(28,87,44)
#1A4F28
(26,79,40)
#184724
(24,71,36)
#163F20
(22,63,32)
#14371C
(20,55,28)
#122F18
(18,47,24)
#102714
(16,39,20)
#0E1F10
(14,31,16)
#0C170C
(12,23,12)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #1E5F30

#1E5F30
(30,95,48)
#326D42
(50,109,66)
#467B54
(70,123,84)
#5A8966
(90,137,102)
#6E9778
(110,151,120)
#82A58A
(130,165,138)
#96B39C
(150,179,156)
#AAC1AE
(170,193,174)
#BECFC0
(190,207,192)
#D2DDD2
(210,221,210)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E5F30; }

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

This text font color is #1E5F30.


Background Color

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

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

This div background color is #1E5F30.


Border color

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

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

This div border color is #1E5F30.


Opacity

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

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

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

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

This text has shadow with #1E5F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5F30 on black background.


Color preview on white background

This text has color #1E5F30 on white background.



Black color preview on #1E5F30 background

This text has black color on #1E5F30 background.


White color preview on #1E5F30 background

This text has white color on #1E5F30 background.