COLOR #005200

HEX: #005200
RGB: (0,82,0)

Color info

#005200 contains only green color. Web safe color of #005200 is #006600 (or #060).

RGB color model

#005200 color RGB value is (0,82,0).

  • red value is 0;
  • green value is 82;
  • blue value is 0.
RGB:
(0,82,0)
(0%,32%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 82 of 255 = 32%
B 0 of 255 = 0%

0
82
0

R + G + B ~ 11%. #005200 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 82 + 0 = 82 (100%)
R 0 of 82 ~ 0%
G 82 of 82 ~ 100%
B 0 of 82 ~ 0%

%100

CMYK color model

#005200 color CMYK value is (100,0,100,68).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 67.84%
CMYK:
(100,0,100,68)
C100M0Y100K68 
(100%,0%,100%,68%)
(1.00/0.00/1.00/0.68)	

CMYK percentages

%100
%0
%100
%67.84

Codes

Color #005200 in popluar color models

005200
RGB0820
HSL120°100.00%16.08%
HSB/HSV120°100.00%32.16%
CMYK100.00%0.00%100.00%
67.84%

Color #005200 in popluar number systems.

HEX005200
Decimal0820
Binary010100100
Octal01220

Shades and tints

Shades of #005200

#005200
(0,82,0)
#004B00
(0,75,0)
#004400
(0,68,0)
#003D00
(0,61,0)
#003600
(0,54,0)
#002F00
(0,47,0)
#002800
(0,40,0)
#002100
(0,33,0)
#001A00
(0,26,0)
#001300
(0,19,0)
#000C00
(0,12,0)
#000000
(0,0,0)

Tints of #005200

#005200
(0,82,0)
#176117
(23,97,23)
#2E702E
(46,112,46)
#457F45
(69,127,69)
#5C8E5C
(92,142,92)
#739D73
(115,157,115)
#8AAC8A
(138,172,138)
#A1BBA1
(161,187,161)
#B8CAB8
(184,202,184)
#CFD9CF
(207,217,207)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005200; }

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

This text font color is #005200.


Background Color

.myBgColor { background-color: #005200; }

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

This div background color is #005200.


Border color

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

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

This div border color is #005200.


Opacity

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

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

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

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

This text has shadow with #005200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005200 on black background.


Color preview on white background

This text has color #005200 on white background.



Black color preview on #005200 background

This text has black color on #005200 background.


White color preview on #005200 background

This text has white color on #005200 background.