COLOR #008442

HEX: #008442
RGB: (0,132,66)

Color info

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

RGB color model

#008442 color RGB value is (0,132,66).

  • red value is 0;
  • green value is 132;
  • blue value is 66.
RGB:
(0,132,66)
(0%,52%,26%)

RGB channels and saturation

R 0 of 255 = 0%
G 132 of 255 = 52%
B 66 of 255 = 26%

0
132
66

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

Portions of RGB colors in percentages

R + G + B =
0 + 132 + 66 = 198 (100%)
R 0 of 198 ~ 0%
G 132 of 198 ~ 66.67%
B 66 of 198 ~ 33.33%

%66.67
%33.33

CMYK color model

#008442 color CMYK value is (100,0,50,48).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 48.24%
CMYK:
(100,0,50,48)
C100M0Y50K48 
(100%,0%,50%,48%)
(1.00/0.00/0.50/0.48)	

CMYK percentages

%100
%0
%50
%48.24

Codes

Color #008442 in popluar color models

008442
RGB013266
HSL150°100.00%25.88%
HSB/HSV150°100.00%51.76%
CMYK100.00%0.00%50.00%
48.24%

Color #008442 in popluar number systems.

HEX008442
Decimal013266
Binary0100001001000010
Octal0204102

Shades and tints

Shades of #008442

#008442
(0,132,66)
#00783C
(0,120,60)
#006C36
(0,108,54)
#006030
(0,96,48)
#00542A
(0,84,42)
#004824
(0,72,36)
#003C1E
(0,60,30)
#003018
(0,48,24)
#002412
(0,36,18)
#00180C
(0,24,12)
#000C06
(0,12,6)
#000000
(0,0,0)

Tints of #008442

#008442
(0,132,66)
#178F53
(23,143,83)
#2E9A64
(46,154,100)
#45A575
(69,165,117)
#5CB086
(92,176,134)
#73BB97
(115,187,151)
#8AC6A8
(138,198,168)
#A1D1B9
(161,209,185)
#B8DCCA
(184,220,202)
#CFE7DB
(207,231,219)
#E6F2EC
(230,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008442 color. Also use rgb(0,132,66) instead hex code.

Text Font Color

.myTextColor { color: #008442; }

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

This text font color is #008442.


Background Color

.myBgColor { background-color: #008442; }

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

This div background color is #008442.


Border color

.myBorderColor { border: 1px solid #008442; }

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

This div border color is #008442.


Opacity

.myOpacity80 { color: #008442; opacity: 0.8; }

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

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

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

This text has shadow with #008442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008442 on black background.


Color preview on white background

This text has color #008442 on white background.



Black color preview on #008442 background

This text has black color on #008442 background.


White color preview on #008442 background

This text has white color on #008442 background.