COLOR #008E1C

HEX: #008E1C
RGB: (0,142,28)

Color info

#008E1C contains mainly green color. Web safe color of #008E1C is #009933 (or #093).

RGB color model

#008E1C color RGB value is (0,142,28).

  • red value is 0;
  • green value is 142;
  • blue value is 28.
RGB:
(0,142,28)
(0%,56%,11%)

RGB channels and saturation

R 0 of 255 = 0%
G 142 of 255 = 56%
B 28 of 255 = 11%

0
142
28

R + G + B ~ 22%. #008E1C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 142 + 28 = 170 (100%)
R 0 of 170 ~ 0%
G 142 of 170 ~ 83.53%
B 28 of 170 ~ 16.47%

%83.53
%16.47

CMYK color model

#008E1C color CMYK value is (100,0,80,44).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 80.28%
  • key color value is 44.31%
CMYK:
(100,0,80,44)
C100M0Y80K44 
(100%,0%,80%,44%)
(1.00/0.00/0.80/0.44)	

CMYK percentages

%100
%0
%80.28
%44.31

Codes

Color #008E1C in popluar color models

008E1C
RGB014228
HSL132°100.00%27.84%
HSB/HSV132°100.00%55.69%
CMYK100.00%0.00%80.28%
44.31%

Color #008E1C in popluar number systems.

HEX008E1C
Decimal014228
Binary01000111011100
Octal021634

Shades and tints

Shades of #008E1C

#008E1C
(0,142,28)
#00821A
(0,130,26)
#007618
(0,118,24)
#006A16
(0,106,22)
#005E14
(0,94,20)
#005212
(0,82,18)
#004610
(0,70,16)
#003A0E
(0,58,14)
#002E0C
(0,46,12)
#00220A
(0,34,10)
#001608
(0,22,8)
#000000
(0,0,0)

Tints of #008E1C

#008E1C
(0,142,28)
#179830
(23,152,48)
#2EA244
(46,162,68)
#45AC58
(69,172,88)
#5CB66C
(92,182,108)
#73C080
(115,192,128)
#8ACA94
(138,202,148)
#A1D4A8
(161,212,168)
#B8DEBC
(184,222,188)
#CFE8D0
(207,232,208)
#E6F2E4
(230,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008E1C color. Also use rgb(0,142,28) instead hex code.

Text Font Color

.myTextColor { color: #008E1C; }

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

This text font color is #008E1C.


Background Color

.myBgColor { background-color: #008E1C; }

<div style="background-color:#008E1C">Inner text</div>

This div background color is #008E1C.


Border color

.myBorderColor { border: 1px solid #008E1C; }

<div style="border:3px solid #008E1C">Div</div>

This div border color is #008E1C.


Opacity

.myOpacity80 { color: #008E1C; opacity: 0.8; }

<p style="color:#008E1C;opacity:0.8;">80%</p>

Text with #008E1C 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 #008E1C;}

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

This text has shadow with #008E1C color.

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

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

This text has shadow with #008E1C primary color and red secondary color.


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

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

This text has shadow with #008E1C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008E1C on black background.


Color preview on white background

This text has color #008E1C on white background.



Black color preview on #008E1C background

This text has black color on #008E1C background.


White color preview on #008E1C background

This text has white color on #008E1C background.