COLOR #1E7C1F

HEX: #1E7C1F
RGB: (30,124,31)

Color info

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

RGB color model

#1E7C1F color RGB value is (30,124,31).

  • red value is 30;
  • green value is 124;
  • blue value is 31.
RGB:
(30,124,31)
(12%,49%,12%)

RGB channels and saturation

R 30 of 255 = 12%
G 124 of 255 = 49%
B 31 of 255 = 12%

30
124
31

R + G + B ~ 24%. #1E7C1F is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 124 + 31 = 185 (100%)
R 30 of 185 ~ 16.22%
G 124 of 185 ~ 67.03%
B 31 of 185 ~ 16.76%

%16.22
%67.03
%16.76

CMYK color model

#1E7C1F color CMYK value is (76,0,75,51).

  • cyan value is 75.81%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 51.37%
CMYK:
(76,0,75,51)
C76M0Y75K51 
(76%,0%,75%,51%)
(0.76/0.00/0.75/0.51)	

CMYK percentages

%75.81
%0
%75
%51.37

Codes

Color #1E7C1F in popluar color models

1E7C1F
RGB3012431
HSL121°61.04%30.20%
HSB/HSV121°75.81%48.63%
CMYK75.81%0.00%75.00%
51.37%

Color #1E7C1F in popluar number systems.

HEX1E7C1F
Decimal3012431
Binary11110111110011111
Octal3617437

Shades and tints

Shades of #1E7C1F

#1E7C1F
(30,124,31)
#1C711D
(28,113,29)
#1A661B
(26,102,27)
#185B19
(24,91,25)
#165017
(22,80,23)
#144515
(20,69,21)
#123A13
(18,58,19)
#102F11
(16,47,17)
#0E240F
(14,36,15)
#0C190D
(12,25,13)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #1E7C1F

#1E7C1F
(30,124,31)
#328733
(50,135,51)
#469247
(70,146,71)
#5A9D5B
(90,157,91)
#6EA86F
(110,168,111)
#82B383
(130,179,131)
#96BE97
(150,190,151)
#AAC9AB
(170,201,171)
#BED4BF
(190,212,191)
#D2DFD3
(210,223,211)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E7C1F color. Also use rgb(30,124,31) instead hex code.

Text Font Color

.myTextColor { color: #1E7C1F; }

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

This text font color is #1E7C1F.


Background Color

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

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

This div background color is #1E7C1F.


Border color

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

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

This div border color is #1E7C1F.


Opacity

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

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

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

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

This text has shadow with #1E7C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E7C1F on black background.


Color preview on white background

This text has color #1E7C1F on white background.



Black color preview on #1E7C1F background

This text has black color on #1E7C1F background.


White color preview on #1E7C1F background

This text has white color on #1E7C1F background.