COLOR #1E7A3B

HEX: #1E7A3B
RGB: (30,122,59)

Color info

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

RGB color model

#1E7A3B color RGB value is (30,122,59).

  • red value is 30;
  • green value is 122;
  • blue value is 59.
RGB:
(30,122,59)
(12%,48%,23%)

RGB channels and saturation

R 30 of 255 = 12%
G 122 of 255 = 48%
B 59 of 255 = 23%

30
122
59

R + G + B ~ 28%. #1E7A3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 122 + 59 = 211 (100%)
R 30 of 211 ~ 14.22%
G 122 of 211 ~ 57.82%
B 59 of 211 ~ 27.96%

%14.22
%57.82
%27.96

CMYK color model

#1E7A3B color CMYK value is (75,0,52,52).

  • cyan value is 75.41%
  • magenta value is 0.00%
  • yellow value is 51.64%
  • key color value is 52.16%
CMYK:
(75,0,52,52)
C75M0Y52K52 
(75%,0%,52%,52%)
(0.75/0.00/0.52/0.52)	

CMYK percentages

%75.41
%0
%51.64
%52.16

Codes

Color #1E7A3B in popluar color models

1E7A3B
RGB3012259
HSL139°60.53%29.80%
HSB/HSV139°75.41%47.84%
CMYK75.41%0.00%51.64%
52.16%

Color #1E7A3B in popluar number systems.

HEX1E7A3B
Decimal3012259
Binary111101111010111011
Octal3617273

Shades and tints

Shades of #1E7A3B

#1E7A3B
(30,122,59)
#1C6F36
(28,111,54)
#1A6431
(26,100,49)
#18592C
(24,89,44)
#164E27
(22,78,39)
#144322
(20,67,34)
#12381D
(18,56,29)
#102D18
(16,45,24)
#0E2213
(14,34,19)
#0C170E
(12,23,14)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #1E7A3B

#1E7A3B
(30,122,59)
#32864C
(50,134,76)
#46925D
(70,146,93)
#5A9E6E
(90,158,110)
#6EAA7F
(110,170,127)
#82B690
(130,182,144)
#96C2A1
(150,194,161)
#AACEB2
(170,206,178)
#BEDAC3
(190,218,195)
#D2E6D4
(210,230,212)
#E6F2E5
(230,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E7A3B color. Also use rgb(30,122,59) instead hex code.

Text Font Color

.myTextColor { color: #1E7A3B; }

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

This text font color is #1E7A3B.


Background Color

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

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

This div background color is #1E7A3B.


Border color

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

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

This div border color is #1E7A3B.


Opacity

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

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

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

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

This text has shadow with #1E7A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E7A3B on black background.


Color preview on white background

This text has color #1E7A3B on white background.



Black color preview on #1E7A3B background

This text has black color on #1E7A3B background.


White color preview on #1E7A3B background

This text has white color on #1E7A3B background.