COLOR #00802B

HEX: #00802B
RGB: (0,128,43)

Color info

#00802B contains mainly green color. Web safe color of #00802B is #006633 (or #063).

RGB color model

#00802B color RGB value is (0,128,43).

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

RGB channels and saturation

R 0 of 255 = 0%
G 128 of 255 = 50%
B 43 of 255 = 17%

0
128
43

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

Portions of RGB colors in percentages

R + G + B =
0 + 128 + 43 = 171 (100%)
R 0 of 171 ~ 0%
G 128 of 171 ~ 74.85%
B 43 of 171 ~ 25.15%

%74.85
%25.15

CMYK color model

#00802B color CMYK value is (100,0,66,50).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 66.41%
  • key color value is 49.80%
CMYK:
(100,0,66,50)
C100M0Y66K50 
(100%,0%,66%,50%)
(1.00/0.00/0.66/0.50)	

CMYK percentages

%100
%0
%66.41
%49.8

Codes

Color #00802B in popluar color models

00802B
RGB012843
HSL140°100.00%25.10%
HSB/HSV140°100.00%50.20%
CMYK100.00%0.00%66.41%
49.80%

Color #00802B in popluar number systems.

HEX00802B
Decimal012843
Binary010000000101011
Octal020053

Shades and tints

Shades of #00802B

#00802B
(0,128,43)
#007528
(0,117,40)
#006A25
(0,106,37)
#005F22
(0,95,34)
#00541F
(0,84,31)
#00491C
(0,73,28)
#003E19
(0,62,25)
#003316
(0,51,22)
#002813
(0,40,19)
#001D10
(0,29,16)
#00120D
(0,18,13)
#000000
(0,0,0)

Tints of #00802B

#00802B
(0,128,43)
#178B3E
(23,139,62)
#2E9651
(46,150,81)
#45A164
(69,161,100)
#5CAC77
(92,172,119)
#73B78A
(115,183,138)
#8AC29D
(138,194,157)
#A1CDB0
(161,205,176)
#B8D8C3
(184,216,195)
#CFE3D6
(207,227,214)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00802B color. Also use rgb(0,128,43) instead hex code.

Text Font Color

.myTextColor { color: #00802B; }

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

This text font color is #00802B.


Background Color

.myBgColor { background-color: #00802B; }

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

This div background color is #00802B.


Border color

.myBorderColor { border: 1px solid #00802B; }

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

This div border color is #00802B.


Opacity

.myOpacity80 { color: #00802B; opacity: 0.8; }

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

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

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

This text has shadow with #00802B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00802B on black background.


Color preview on white background

This text has color #00802B on white background.



Black color preview on #00802B background

This text has black color on #00802B background.


White color preview on #00802B background

This text has white color on #00802B background.