COLOR #005E00

HEX: #005E00
RGB: (0,94,0)

Color info

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

RGB color model

#005E00 color RGB value is (0,94,0).

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

RGB channels and saturation

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

0
94
0

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#005E00 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 63.14%
CMYK:
(100,0,100,63)
C100M0Y100K63 
(100%,0%,100%,63%)
(1.00/0.00/1.00/0.63)	

CMYK percentages

%100
%0
%100
%63.14

Codes

Color #005E00 in popluar color models

005E00
RGB0940
HSL120°100.00%18.43%
HSB/HSV120°100.00%36.86%
CMYK100.00%0.00%100.00%
63.14%

Color #005E00 in popluar number systems.

HEX005E00
Decimal0940
Binary010111100
Octal01360

Shades and tints

Shades of #005E00

#005E00
(0,94,0)
#005600
(0,86,0)
#004E00
(0,78,0)
#004600
(0,70,0)
#003E00
(0,62,0)
#003600
(0,54,0)
#002E00
(0,46,0)
#002600
(0,38,0)
#001E00
(0,30,0)
#001600
(0,22,0)
#000E00
(0,14,0)
#000000
(0,0,0)

Tints of #005E00

#005E00
(0,94,0)
#176C17
(23,108,23)
#2E7A2E
(46,122,46)
#458845
(69,136,69)
#5C965C
(92,150,92)
#73A473
(115,164,115)
#8AB28A
(138,178,138)
#A1C0A1
(161,192,161)
#B8CEB8
(184,206,184)
#CFDCCF
(207,220,207)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #005E00; }

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

This text font color is #005E00.


Background Color

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

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

This div background color is #005E00.


Border color

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

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

This div border color is #005E00.


Opacity

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

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

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

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

This text has shadow with #005E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005E00 on black background.


Color preview on white background

This text has color #005E00 on white background.



Black color preview on #005E00 background

This text has black color on #005E00 background.


White color preview on #005E00 background

This text has white color on #005E00 background.