COLOR #1C7E1E

HEX: #1C7E1E
RGB: (28,126,30)

Color info

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

RGB color model

#1C7E1E color RGB value is (28,126,30).

  • red value is 28;
  • green value is 126;
  • blue value is 30.
RGB:
(28,126,30)
(11%,49%,12%)

RGB channels and saturation

R 28 of 255 = 11%
G 126 of 255 = 49%
B 30 of 255 = 12%

28
126
30

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

Portions of RGB colors in percentages

R + G + B =
28 + 126 + 30 = 184 (100%)
R 28 of 184 ~ 15.22%
G 126 of 184 ~ 68.48%
B 30 of 184 ~ 16.3%

%15.22
%68.48
%16.3

CMYK color model

#1C7E1E color CMYK value is (78,0,76,51).

  • cyan value is 77.78%
  • magenta value is 0.00%
  • yellow value is 76.19%
  • key color value is 50.59%
CMYK:
(78,0,76,51)
C78M0Y76K51 
(78%,0%,76%,51%)
(0.78/0.00/0.76/0.51)	

CMYK percentages

%77.78
%0
%76.19
%50.59

Codes

Color #1C7E1E in popluar color models

1C7E1E
RGB2812630
HSL121°63.64%30.20%
HSB/HSV121°77.78%49.41%
CMYK77.78%0.00%76.19%
50.59%

Color #1C7E1E in popluar number systems.

HEX1C7E1E
Decimal2812630
Binary11100111111011110
Octal3417636

Shades and tints

Shades of #1C7E1E

#1C7E1E
(28,126,30)
#1A731C
(26,115,28)
#18681A
(24,104,26)
#165D18
(22,93,24)
#145216
(20,82,22)
#124714
(18,71,20)
#103C12
(16,60,18)
#0E3110
(14,49,16)
#0C260E
(12,38,14)
#0A1B0C
(10,27,12)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #1C7E1E

#1C7E1E
(28,126,30)
#308932
(48,137,50)
#449446
(68,148,70)
#589F5A
(88,159,90)
#6CAA6E
(108,170,110)
#80B582
(128,181,130)
#94C096
(148,192,150)
#A8CBAA
(168,203,170)
#BCD6BE
(188,214,190)
#D0E1D2
(208,225,210)
#E4ECE6
(228,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7E1E color. Also use rgb(28,126,30) instead hex code.

Text Font Color

.myTextColor { color: #1C7E1E; }

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

This text font color is #1C7E1E.


Background Color

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

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

This div background color is #1C7E1E.


Border color

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

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

This div border color is #1C7E1E.


Opacity

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

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

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

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

This text has shadow with #1C7E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7E1E on black background.


Color preview on white background

This text has color #1C7E1E on white background.



Black color preview on #1C7E1E background

This text has black color on #1C7E1E background.


White color preview on #1C7E1E background

This text has white color on #1C7E1E background.