COLOR #1E7430

HEX: #1E7430
RGB: (30,116,48)

Color info

#1E7430 contains mainly green color. Web safe color of #1E7430 is #336633 (or #363).

RGB color model

#1E7430 color RGB value is (30,116,48).

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

RGB channels and saturation

R 30 of 255 = 12%
G 116 of 255 = 45%
B 48 of 255 = 19%

30
116
48

R + G + B ~ 25%. #1E7430 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 116 + 48 = 194 (100%)
R 30 of 194 ~ 15.46%
G 116 of 194 ~ 59.79%
B 48 of 194 ~ 24.74%

%15.46
%59.79
%24.74

CMYK color model

#1E7430 color CMYK value is (74,0,59,55).

  • cyan value is 74.14%
  • magenta value is 0.00%
  • yellow value is 58.62%
  • key color value is 54.51%
CMYK:
(74,0,59,55)
C74M0Y59K55 
(74%,0%,59%,55%)
(0.74/0.00/0.59/0.55)	

CMYK percentages

%74.14
%0
%58.62
%54.51

Codes

Color #1E7430 in popluar color models

1E7430
RGB3011648
HSL133°58.90%28.63%
HSB/HSV133°74.14%45.49%
CMYK74.14%0.00%58.62%
54.51%

Color #1E7430 in popluar number systems.

HEX1E7430
Decimal3011648
Binary111101110100110000
Octal3616460

Shades and tints

Shades of #1E7430

#1E7430
(30,116,48)
#1C6A2C
(28,106,44)
#1A6028
(26,96,40)
#185624
(24,86,36)
#164C20
(22,76,32)
#14421C
(20,66,28)
#123818
(18,56,24)
#102E14
(16,46,20)
#0E2410
(14,36,16)
#0C1A0C
(12,26,12)
#0A1008
(10,16,8)
#000000
(0,0,0)

Tints of #1E7430

#1E7430
(30,116,48)
#328042
(50,128,66)
#468C54
(70,140,84)
#5A9866
(90,152,102)
#6EA478
(110,164,120)
#82B08A
(130,176,138)
#96BC9C
(150,188,156)
#AAC8AE
(170,200,174)
#BED4C0
(190,212,192)
#D2E0D2
(210,224,210)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E7430; }

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

This text font color is #1E7430.


Background Color

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

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

This div background color is #1E7430.


Border color

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

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

This div border color is #1E7430.


Opacity

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

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

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

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

This text has shadow with #1E7430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E7430 on black background.


Color preview on white background

This text has color #1E7430 on white background.



Black color preview on #1E7430 background

This text has black color on #1E7430 background.


White color preview on #1E7430 background

This text has white color on #1E7430 background.