COLOR #1E7907

HEX: #1E7907
RGB: (30,121,7)

Color info

#1E7907 contains mainly green color. Web safe color of #1E7907 is #336600 (or #360).

RGB color model

#1E7907 color RGB value is (30,121,7).

  • red value is 30;
  • green value is 121;
  • blue value is 7.
RGB:
(30,121,7)
(12%,47%,3%)

RGB channels and saturation

R 30 of 255 = 12%
G 121 of 255 = 47%
B 7 of 255 = 3%

30
121
7

R + G + B ~ 21%. #1E7907 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 121 + 7 = 158 (100%)
R 30 of 158 ~ 18.99%
G 121 of 158 ~ 76.58%
B 7 of 158 ~ 4.43%

%18.99
%76.58

CMYK color model

#1E7907 color CMYK value is (75,0,94,53).

  • cyan value is 75.21%
  • magenta value is 0.00%
  • yellow value is 94.21%
  • key color value is 52.55%
CMYK:
(75,0,94,53)
C75M0Y94K53 
(75%,0%,94%,53%)
(0.75/0.00/0.94/0.53)	

CMYK percentages

%75.21
%0
%94.21
%52.55

Codes

Color #1E7907 in popluar color models

1E7907
RGB301217
HSL108°89.06%25.10%
HSB/HSV108°94.21%47.45%
CMYK75.21%0.00%94.21%
52.55%

Color #1E7907 in popluar number systems.

HEX1E7907
Decimal301217
Binary111101111001111
Octal361717

Shades and tints

Shades of #1E7907

#1E7907
(30,121,7)
#1C6E07
(28,110,7)
#1A6307
(26,99,7)
#185807
(24,88,7)
#164D07
(22,77,7)
#144207
(20,66,7)
#123707
(18,55,7)
#102C07
(16,44,7)
#0E2107
(14,33,7)
#0C1607
(12,22,7)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #1E7907

#1E7907
(30,121,7)
#32851D
(50,133,29)
#469133
(70,145,51)
#5A9D49
(90,157,73)
#6EA95F
(110,169,95)
#82B575
(130,181,117)
#96C18B
(150,193,139)
#AACDA1
(170,205,161)
#BED9B7
(190,217,183)
#D2E5CD
(210,229,205)
#E6F1E3
(230,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E7907 color. Also use rgb(30,121,7) instead hex code.

Text Font Color

.myTextColor { color: #1E7907; }

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

This text font color is #1E7907.


Background Color

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

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

This div background color is #1E7907.


Border color

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

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

This div border color is #1E7907.


Opacity

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

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

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

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

This text has shadow with #1E7907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E7907 on black background.


Color preview on white background

This text has color #1E7907 on white background.



Black color preview on #1E7907 background

This text has black color on #1E7907 background.


White color preview on #1E7907 background

This text has white color on #1E7907 background.