COLOR #005F00

HEX: #005F00
RGB: (0,95,0)

Color info

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

RGB color model

#005F00 color RGB value is (0,95,0).

  • red value is 0;
  • green value is 95;
  • blue value is 0.
RGB:
(0,95,0)
(0%,37%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 95 of 255 = 37%
B 0 of 255 = 0%

0
95
0

R + G + B ~ 12%. #005F00 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#005F00 color CMYK value is (100,0,100,63).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 62.75%
CMYK:
(100,0,100,63)
C100M0Y100K63 
(100%,0%,100%,63%)
(1.00/0.00/1.00/0.63)	

CMYK percentages

%100
%0
%100
%62.75

Codes

Color #005F00 in popluar color models

005F00
RGB0950
HSL120°100.00%18.63%
HSB/HSV120°100.00%37.25%
CMYK100.00%0.00%100.00%
62.75%

Color #005F00 in popluar number systems.

HEX005F00
Decimal0950
Binary010111110
Octal01370

Shades and tints

Shades of #005F00

#005F00
(0,95,0)
#005700
(0,87,0)
#004F00
(0,79,0)
#004700
(0,71,0)
#003F00
(0,63,0)
#003700
(0,55,0)
#002F00
(0,47,0)
#002700
(0,39,0)
#001F00
(0,31,0)
#001700
(0,23,0)
#000F00
(0,15,0)
#000000
(0,0,0)

Tints of #005F00

#005F00
(0,95,0)
#176D17
(23,109,23)
#2E7B2E
(46,123,46)
#458945
(69,137,69)
#5C975C
(92,151,92)
#73A573
(115,165,115)
#8AB38A
(138,179,138)
#A1C1A1
(161,193,161)
#B8CFB8
(184,207,184)
#CFDDCF
(207,221,207)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005F00; }

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

This text font color is #005F00.


Background Color

.myBgColor { background-color: #005F00; }

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

This div background color is #005F00.


Border color

.myBorderColor { border: 1px solid #005F00; }

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

This div border color is #005F00.


Opacity

.myOpacity80 { color: #005F00; opacity: 0.8; }

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

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

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

This text has shadow with #005F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005F00 on black background.


Color preview on white background

This text has color #005F00 on white background.



Black color preview on #005F00 background

This text has black color on #005F00 background.


White color preview on #005F00 background

This text has white color on #005F00 background.