COLOR #1EA949

HEX: #1EA949
RGB: (30,169,73)

Color info

#1EA949 contains mainly green color. Web safe color of #1EA949 is #339933 (or #393).

RGB color model

#1EA949 color RGB value is (30,169,73).

  • red value is 30;
  • green value is 169;
  • blue value is 73.
RGB:
(30,169,73)
(12%,66%,29%)

RGB channels and saturation

R 30 of 255 = 12%
G 169 of 255 = 66%
B 73 of 255 = 29%

30
169
73

R + G + B ~ 36%. #1EA949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 169 + 73 = 272 (100%)
R 30 of 272 ~ 11.03%
G 169 of 272 ~ 62.13%
B 73 of 272 ~ 26.84%

%11.03
%62.13
%26.84

CMYK color model

#1EA949 color CMYK value is (82,0,57,34).

  • cyan value is 82.25%
  • magenta value is 0.00%
  • yellow value is 56.80%
  • key color value is 33.73%
CMYK:
(82,0,57,34)
C82M0Y57K34 
(82%,0%,57%,34%)
(0.82/0.00/0.57/0.34)	

CMYK percentages

%82.25
%0
%56.8
%33.73

Codes

Color #1EA949 in popluar color models

1EA949
RGB3016973
HSL139°69.85%39.02%
HSB/HSV139°82.25%66.27%
CMYK82.25%0.00%56.80%
33.73%

Color #1EA949 in popluar number systems.

HEX1EA949
Decimal3016973
Binary11110101010011001001
Octal36251111

Shades and tints

Shades of #1EA949

#1EA949
(30,169,73)
#1C9A43
(28,154,67)
#1A8B3D
(26,139,61)
#187C37
(24,124,55)
#166D31
(22,109,49)
#145E2B
(20,94,43)
#124F25
(18,79,37)
#10401F
(16,64,31)
#0E3119
(14,49,25)
#0C2213
(12,34,19)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #1EA949

#1EA949
(30,169,73)
#32B059
(50,176,89)
#46B769
(70,183,105)
#5ABE79
(90,190,121)
#6EC589
(110,197,137)
#82CC99
(130,204,153)
#96D3A9
(150,211,169)
#AADAB9
(170,218,185)
#BEE1C9
(190,225,201)
#D2E8D9
(210,232,217)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EA949 color. Also use rgb(30,169,73) instead hex code.

Text Font Color

.myTextColor { color: #1EA949; }

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

This text font color is #1EA949.


Background Color

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

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

This div background color is #1EA949.


Border color

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

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

This div border color is #1EA949.


Opacity

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

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

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

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

This text has shadow with #1EA949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EA949 on black background.


Color preview on white background

This text has color #1EA949 on white background.



Black color preview on #1EA949 background

This text has black color on #1EA949 background.


White color preview on #1EA949 background

This text has white color on #1EA949 background.