COLOR #1E9F4A

HEX: #1E9F4A
RGB: (30,159,74)

Color info

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

RGB color model

#1E9F4A color RGB value is (30,159,74).

  • red value is 30;
  • green value is 159;
  • blue value is 74.
RGB:
(30,159,74)
(12%,62%,29%)

RGB channels and saturation

R 30 of 255 = 12%
G 159 of 255 = 62%
B 74 of 255 = 29%

30
159
74

R + G + B ~ 34%. #1E9F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 159 + 74 = 263 (100%)
R 30 of 263 ~ 11.41%
G 159 of 263 ~ 60.46%
B 74 of 263 ~ 28.14%

%11.41
%60.46
%28.14

CMYK color model

#1E9F4A color CMYK value is (81,0,53,38).

  • cyan value is 81.13%
  • magenta value is 0.00%
  • yellow value is 53.46%
  • key color value is 37.65%
CMYK:
(81,0,53,38)
C81M0Y53K38 
(81%,0%,53%,38%)
(0.81/0.00/0.53/0.38)	

CMYK percentages

%81.13
%0
%53.46
%37.65

Codes

Color #1E9F4A in popluar color models

1E9F4A
RGB3015974
HSL140°68.25%37.06%
HSB/HSV140°81.13%62.35%
CMYK81.13%0.00%53.46%
37.65%

Color #1E9F4A in popluar number systems.

HEX1E9F4A
Decimal3015974
Binary11110100111111001010
Octal36237112

Shades and tints

Shades of #1E9F4A

#1E9F4A
(30,159,74)
#1C9144
(28,145,68)
#1A833E
(26,131,62)
#187538
(24,117,56)
#166732
(22,103,50)
#14592C
(20,89,44)
#124B26
(18,75,38)
#103D20
(16,61,32)
#0E2F1A
(14,47,26)
#0C2114
(12,33,20)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #1E9F4A

#1E9F4A
(30,159,74)
#32A75A
(50,167,90)
#46AF6A
(70,175,106)
#5AB77A
(90,183,122)
#6EBF8A
(110,191,138)
#82C79A
(130,199,154)
#96CFAA
(150,207,170)
#AAD7BA
(170,215,186)
#BEDFCA
(190,223,202)
#D2E7DA
(210,231,218)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E9F4A color. Also use rgb(30,159,74) instead hex code.

Text Font Color

.myTextColor { color: #1E9F4A; }

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

This text font color is #1E9F4A.


Background Color

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

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

This div background color is #1E9F4A.


Border color

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

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

This div border color is #1E9F4A.


Opacity

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

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

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

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

This text has shadow with #1E9F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E9F4A on black background.


Color preview on white background

This text has color #1E9F4A on white background.



Black color preview on #1E9F4A background

This text has black color on #1E9F4A background.


White color preview on #1E9F4A background

This text has white color on #1E9F4A background.