COLOR #008C39

HEX: #008C39
RGB: (0,140,57)

Color info

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

RGB color model

#008C39 color RGB value is (0,140,57).

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

RGB channels and saturation

R 0 of 255 = 0%
G 140 of 255 = 55%
B 57 of 255 = 22%

0
140
57

R + G + B ~ 26%. #008C39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 140 + 57 = 197 (100%)
R 0 of 197 ~ 0%
G 140 of 197 ~ 71.07%
B 57 of 197 ~ 28.93%

%71.07
%28.93

CMYK color model

#008C39 color CMYK value is (100,0,59,45).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 59.29%
  • key color value is 45.10%
CMYK:
(100,0,59,45)
C100M0Y59K45 
(100%,0%,59%,45%)
(1.00/0.00/0.59/0.45)	

CMYK percentages

%100
%0
%59.29
%45.1

Codes

Color #008C39 in popluar color models

008C39
RGB014057
HSL144°100.00%27.45%
HSB/HSV144°100.00%54.90%
CMYK100.00%0.00%59.29%
45.10%

Color #008C39 in popluar number systems.

HEX008C39
Decimal014057
Binary010001100111001
Octal021471

Shades and tints

Shades of #008C39

#008C39
(0,140,57)
#008034
(0,128,52)
#00742F
(0,116,47)
#00682A
(0,104,42)
#005C25
(0,92,37)
#005020
(0,80,32)
#00441B
(0,68,27)
#003816
(0,56,22)
#002C11
(0,44,17)
#00200C
(0,32,12)
#001407
(0,20,7)
#000000
(0,0,0)

Tints of #008C39

#008C39
(0,140,57)
#17964B
(23,150,75)
#2EA05D
(46,160,93)
#45AA6F
(69,170,111)
#5CB481
(92,180,129)
#73BE93
(115,190,147)
#8AC8A5
(138,200,165)
#A1D2B7
(161,210,183)
#B8DCC9
(184,220,201)
#CFE6DB
(207,230,219)
#E6F0ED
(230,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #008C39; }

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

This text font color is #008C39.


Background Color

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

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

This div background color is #008C39.


Border color

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

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

This div border color is #008C39.


Opacity

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

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

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

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

This text has shadow with #008C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008C39 on black background.


Color preview on white background

This text has color #008C39 on white background.



Black color preview on #008C39 background

This text has black color on #008C39 background.


White color preview on #008C39 background

This text has white color on #008C39 background.