COLOR #008C2B

HEX: #008C2B
RGB: (0,140,43)

Color info

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

RGB color model

#008C2B color RGB value is (0,140,43).

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

RGB channels and saturation

R 0 of 255 = 0%
G 140 of 255 = 55%
B 43 of 255 = 17%

0
140
43

R + G + B ~ 24%. #008C2B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 140 + 43 = 183 (100%)
R 0 of 183 ~ 0%
G 140 of 183 ~ 76.5%
B 43 of 183 ~ 23.5%

%76.5
%23.5

CMYK color model

#008C2B color CMYK value is (100,0,69,45).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 69.29%
  • key color value is 45.10%
CMYK:
(100,0,69,45)
C100M0Y69K45 
(100%,0%,69%,45%)
(1.00/0.00/0.69/0.45)	

CMYK percentages

%100
%0
%69.29
%45.1

Codes

Color #008C2B in popluar color models

008C2B
RGB014043
HSL138°100.00%27.45%
HSB/HSV138°100.00%54.90%
CMYK100.00%0.00%69.29%
45.10%

Color #008C2B in popluar number systems.

HEX008C2B
Decimal014043
Binary010001100101011
Octal021453

Shades and tints

Shades of #008C2B

#008C2B
(0,140,43)
#008028
(0,128,40)
#007425
(0,116,37)
#006822
(0,104,34)
#005C1F
(0,92,31)
#00501C
(0,80,28)
#004419
(0,68,25)
#003816
(0,56,22)
#002C13
(0,44,19)
#002010
(0,32,16)
#00140D
(0,20,13)
#000000
(0,0,0)

Tints of #008C2B

#008C2B
(0,140,43)
#17963E
(23,150,62)
#2EA051
(46,160,81)
#45AA64
(69,170,100)
#5CB477
(92,180,119)
#73BE8A
(115,190,138)
#8AC89D
(138,200,157)
#A1D2B0
(161,210,176)
#B8DCC3
(184,220,195)
#CFE6D6
(207,230,214)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #008C2B; }

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

This text font color is #008C2B.


Background Color

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

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

This div background color is #008C2B.


Border color

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

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

This div border color is #008C2B.


Opacity

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

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

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

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

This text has shadow with #008C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008C2B on black background.


Color preview on white background

This text has color #008C2B on white background.



Black color preview on #008C2B background

This text has black color on #008C2B background.


White color preview on #008C2B background

This text has white color on #008C2B background.