COLOR #008D48

HEX: #008D48
RGB: (0,141,72)

Color info

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

RGB color model

#008D48 color RGB value is (0,141,72).

  • red value is 0;
  • green value is 141;
  • blue value is 72.
RGB:
(0,141,72)
(0%,55%,28%)

RGB channels and saturation

R 0 of 255 = 0%
G 141 of 255 = 55%
B 72 of 255 = 28%

0
141
72

R + G + B ~ 28%. #008D48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 141 + 72 = 213 (100%)
R 0 of 213 ~ 0%
G 141 of 213 ~ 66.2%
B 72 of 213 ~ 33.8%

%66.2
%33.8

CMYK color model

#008D48 color CMYK value is (100,0,49,45).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 48.94%
  • key color value is 44.71%
CMYK:
(100,0,49,45)
C100M0Y49K45 
(100%,0%,49%,45%)
(1.00/0.00/0.49/0.45)	

CMYK percentages

%100
%0
%48.94
%44.71

Codes

Color #008D48 in popluar color models

008D48
RGB014172
HSL151°100.00%27.65%
HSB/HSV151°100.00%55.29%
CMYK100.00%0.00%48.94%
44.71%

Color #008D48 in popluar number systems.

HEX008D48
Decimal014172
Binary0100011011001000
Octal0215110

Shades and tints

Shades of #008D48

#008D48
(0,141,72)
#008142
(0,129,66)
#00753C
(0,117,60)
#006936
(0,105,54)
#005D30
(0,93,48)
#00512A
(0,81,42)
#004524
(0,69,36)
#00391E
(0,57,30)
#002D18
(0,45,24)
#002112
(0,33,18)
#00150C
(0,21,12)
#000000
(0,0,0)

Tints of #008D48

#008D48
(0,141,72)
#179758
(23,151,88)
#2EA168
(46,161,104)
#45AB78
(69,171,120)
#5CB588
(92,181,136)
#73BF98
(115,191,152)
#8AC9A8
(138,201,168)
#A1D3B8
(161,211,184)
#B8DDC8
(184,221,200)
#CFE7D8
(207,231,216)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008D48 color. Also use rgb(0,141,72) instead hex code.

Text Font Color

.myTextColor { color: #008D48; }

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

This text font color is #008D48.


Background Color

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

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

This div background color is #008D48.


Border color

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

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

This div border color is #008D48.


Opacity

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

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

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

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

This text has shadow with #008D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008D48 on black background.


Color preview on white background

This text has color #008D48 on white background.



Black color preview on #008D48 background

This text has black color on #008D48 background.


White color preview on #008D48 background

This text has white color on #008D48 background.