COLOR #008C1E

HEX: #008C1E
RGB: (0,140,30)

Color info

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

RGB color model

#008C1E color RGB value is (0,140,30).

  • red value is 0;
  • green value is 140;
  • blue value is 30.
RGB:
(0,140,30)
(0%,55%,12%)

RGB channels and saturation

R 0 of 255 = 0%
G 140 of 255 = 55%
B 30 of 255 = 12%

0
140
30

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

Portions of RGB colors in percentages

R + G + B =
0 + 140 + 30 = 170 (100%)
R 0 of 170 ~ 0%
G 140 of 170 ~ 82.35%
B 30 of 170 ~ 17.65%

%82.35
%17.65

CMYK color model

#008C1E color CMYK value is (100,0,79,45).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 78.57%
  • key color value is 45.10%
CMYK:
(100,0,79,45)
C100M0Y79K45 
(100%,0%,79%,45%)
(1.00/0.00/0.79/0.45)	

CMYK percentages

%100
%0
%78.57
%45.1

Codes

Color #008C1E in popluar color models

008C1E
RGB014030
HSL133°100.00%27.45%
HSB/HSV133°100.00%54.90%
CMYK100.00%0.00%78.57%
45.10%

Color #008C1E in popluar number systems.

HEX008C1E
Decimal014030
Binary01000110011110
Octal021436

Shades and tints

Shades of #008C1E

#008C1E
(0,140,30)
#00801C
(0,128,28)
#00741A
(0,116,26)
#006818
(0,104,24)
#005C16
(0,92,22)
#005014
(0,80,20)
#004412
(0,68,18)
#003810
(0,56,16)
#002C0E
(0,44,14)
#00200C
(0,32,12)
#00140A
(0,20,10)
#000000
(0,0,0)

Tints of #008C1E

#008C1E
(0,140,30)
#179632
(23,150,50)
#2EA046
(46,160,70)
#45AA5A
(69,170,90)
#5CB46E
(92,180,110)
#73BE82
(115,190,130)
#8AC896
(138,200,150)
#A1D2AA
(161,210,170)
#B8DCBE
(184,220,190)
#CFE6D2
(207,230,210)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008C1E color. Also use rgb(0,140,30) instead hex code.

Text Font Color

.myTextColor { color: #008C1E; }

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

This text font color is #008C1E.


Background Color

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

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

This div background color is #008C1E.


Border color

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

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

This div border color is #008C1E.


Opacity

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

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

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

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

This text has shadow with #008C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008C1E on black background.


Color preview on white background

This text has color #008C1E on white background.



Black color preview on #008C1E background

This text has black color on #008C1E background.


White color preview on #008C1E background

This text has white color on #008C1E background.