COLOR #1E7946

HEX: #1E7946
RGB: (30,121,70)

Color info

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

RGB color model

#1E7946 color RGB value is (30,121,70).

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

RGB channels and saturation

R 30 of 255 = 12%
G 121 of 255 = 47%
B 70 of 255 = 27%

30
121
70

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

Portions of RGB colors in percentages

R + G + B =
30 + 121 + 70 = 221 (100%)
R 30 of 221 ~ 13.57%
G 121 of 221 ~ 54.75%
B 70 of 221 ~ 31.67%

%13.57
%54.75
%31.67

CMYK color model

#1E7946 color CMYK value is (75,0,42,53).

  • cyan value is 75.21%
  • magenta value is 0.00%
  • yellow value is 42.15%
  • key color value is 52.55%
CMYK:
(75,0,42,53)
C75M0Y42K53 
(75%,0%,42%,53%)
(0.75/0.00/0.42/0.53)	

CMYK percentages

%75.21
%0
%42.15
%52.55

Codes

Color #1E7946 in popluar color models

1E7946
RGB3012170
HSL146°60.26%29.61%
HSB/HSV146°75.21%47.45%
CMYK75.21%0.00%42.15%
52.55%

Color #1E7946 in popluar number systems.

HEX1E7946
Decimal3012170
Binary1111011110011000110
Octal36171106

Shades and tints

Shades of #1E7946

#1E7946
(30,121,70)
#1C6E40
(28,110,64)
#1A633A
(26,99,58)
#185834
(24,88,52)
#164D2E
(22,77,46)
#144228
(20,66,40)
#123722
(18,55,34)
#102C1C
(16,44,28)
#0E2116
(14,33,22)
#0C1610
(12,22,16)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #1E7946

#1E7946
(30,121,70)
#328556
(50,133,86)
#469166
(70,145,102)
#5A9D76
(90,157,118)
#6EA986
(110,169,134)
#82B596
(130,181,150)
#96C1A6
(150,193,166)
#AACDB6
(170,205,182)
#BED9C6
(190,217,198)
#D2E5D6
(210,229,214)
#E6F1E6
(230,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E7946; }

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

This text font color is #1E7946.


Background Color

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

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

This div background color is #1E7946.


Border color

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

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

This div border color is #1E7946.


Opacity

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

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

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

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

This text has shadow with #1E7946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E7946 on black background.


Color preview on white background

This text has color #1E7946 on white background.



Black color preview on #1E7946 background

This text has black color on #1E7946 background.


White color preview on #1E7946 background

This text has white color on #1E7946 background.