COLOR #055002

HEX: #055002
RGB: (5,80,2)

Color info

#055002 contains mainly green color. Web safe color of #055002 is #006600 (or #060).

RGB color model

#055002 color RGB value is (5,80,2).

  • red value is 5;
  • green value is 80;
  • blue value is 2.
RGB:
(5,80,2)
(2%,31%,1%)

RGB channels and saturation

R 5 of 255 = 2%
G 80 of 255 = 31%
B 2 of 255 = 1%

5
80
2

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

Portions of RGB colors in percentages

R + G + B =
5 + 80 + 2 = 87 (100%)
R 5 of 87 ~ 5.75%
G 80 of 87 ~ 91.95%
B 2 of 87 ~ 2.3%

%91.95

CMYK color model

#055002 color CMYK value is (94,0,98,69).

  • cyan value is 93.75%
  • magenta value is 0.00%
  • yellow value is 97.50%
  • key color value is 68.63%
CMYK:
(94,0,98,69)
C94M0Y98K69 
(94%,0%,98%,69%)
(0.94/0.00/0.98/0.69)	

CMYK percentages

%93.75
%0
%97.5
%68.63

Codes

Color #055002 in popluar color models

055002
RGB5802
HSL118°95.12%16.08%
HSB/HSV118°97.50%31.37%
CMYK93.75%0.00%97.50%
68.63%

Color #055002 in popluar number systems.

HEX055002
Decimal5802
Binary101101000010
Octal51202

Shades and tints

Shades of #055002

#055002
(5,80,2)
#054902
(5,73,2)
#054202
(5,66,2)
#053B02
(5,59,2)
#053402
(5,52,2)
#052D02
(5,45,2)
#052602
(5,38,2)
#051F02
(5,31,2)
#051802
(5,24,2)
#051102
(5,17,2)
#050A02
(5,10,2)
#000000
(0,0,0)

Tints of #055002

#055002
(5,80,2)
#1B5F19
(27,95,25)
#316E30
(49,110,48)
#477D47
(71,125,71)
#5D8C5E
(93,140,94)
#739B75
(115,155,117)
#89AA8C
(137,170,140)
#9FB9A3
(159,185,163)
#B5C8BA
(181,200,186)
#CBD7D1
(203,215,209)
#E1E6E8
(225,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #055002 color. Also use rgb(5,80,2) instead hex code.

Text Font Color

.myTextColor { color: #055002; }

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

This text font color is #055002.


Background Color

.myBgColor { background-color: #055002; }

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

This div background color is #055002.


Border color

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

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

This div border color is #055002.


Opacity

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

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

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

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

This text has shadow with #055002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #055002 on black background.


Color preview on white background

This text has color #055002 on white background.



Black color preview on #055002 background

This text has black color on #055002 background.


White color preview on #055002 background

This text has white color on #055002 background.