COLOR #1E7948

HEX: #1E7948
RGB: (30,121,72)

Color info

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

RGB color model

#1E7948 color RGB value is (30,121,72).

  • red value is 30;
  • green value is 121;
  • blue value is 72.
RGB:
(30,121,72)
(12%,47%,28%)

RGB channels and saturation

R 30 of 255 = 12%
G 121 of 255 = 47%
B 72 of 255 = 28%

30
121
72

R + G + B ~ 29%. #1E7948 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 121 + 72 = 223 (100%)
R 30 of 223 ~ 13.45%
G 121 of 223 ~ 54.26%
B 72 of 223 ~ 32.29%

%13.45
%54.26
%32.29

CMYK color model

#1E7948 color CMYK value is (75,0,40,53).

  • cyan value is 75.21%
  • magenta value is 0.00%
  • yellow value is 40.50%
  • key color value is 52.55%
CMYK:
(75,0,40,53)
C75M0Y40K53 
(75%,0%,40%,53%)
(0.75/0.00/0.40/0.53)	

CMYK percentages

%75.21
%0
%40.5
%52.55

Codes

Color #1E7948 in popluar color models

1E7948
RGB3012172
HSL148°60.26%29.61%
HSB/HSV148°75.21%47.45%
CMYK75.21%0.00%40.50%
52.55%

Color #1E7948 in popluar number systems.

HEX1E7948
Decimal3012172
Binary1111011110011001000
Octal36171110

Shades and tints

Shades of #1E7948

#1E7948
(30,121,72)
#1C6E42
(28,110,66)
#1A633C
(26,99,60)
#185836
(24,88,54)
#164D30
(22,77,48)
#14422A
(20,66,42)
#123724
(18,55,36)
#102C1E
(16,44,30)
#0E2118
(14,33,24)
#0C1612
(12,22,18)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #1E7948

#1E7948
(30,121,72)
#328558
(50,133,88)
#469168
(70,145,104)
#5A9D78
(90,157,120)
#6EA988
(110,169,136)
#82B598
(130,181,152)
#96C1A8
(150,193,168)
#AACDB8
(170,205,184)
#BED9C8
(190,217,200)
#D2E5D8
(210,229,216)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E7948 color. Also use rgb(30,121,72) instead hex code.

Text Font Color

.myTextColor { color: #1E7948; }

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

This text font color is #1E7948.


Background Color

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

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

This div background color is #1E7948.


Border color

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

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

This div border color is #1E7948.


Opacity

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

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

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

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

This text has shadow with #1E7948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E7948 on black background.


Color preview on white background

This text has color #1E7948 on white background.



Black color preview on #1E7948 background

This text has black color on #1E7948 background.


White color preview on #1E7948 background

This text has white color on #1E7948 background.