COLOR #004E00

HEX: #004E00
RGB: (0,78,0)

Color info

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

RGB color model

#004E00 color RGB value is (0,78,0).

  • red value is 0;
  • green value is 78;
  • blue value is 0.
RGB:
(0,78,0)
(0%,31%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 78 of 255 = 31%
B 0 of 255 = 0%

0
78
0

R + G + B ~ 10%. #004E00 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#004E00 color CMYK value is (100,0,100,69).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 69.41%
CMYK:
(100,0,100,69)
C100M0Y100K69 
(100%,0%,100%,69%)
(1.00/0.00/1.00/0.69)	

CMYK percentages

%100
%0
%100
%69.41

Codes

Color #004E00 in popluar color models

004E00
RGB0780
HSL120°100.00%15.29%
HSB/HSV120°100.00%30.59%
CMYK100.00%0.00%100.00%
69.41%

Color #004E00 in popluar number systems.

HEX004E00
Decimal0780
Binary010011100
Octal01160

Shades and tints

Shades of #004E00

#004E00
(0,78,0)
#004700
(0,71,0)
#004000
(0,64,0)
#003900
(0,57,0)
#003200
(0,50,0)
#002B00
(0,43,0)
#002400
(0,36,0)
#001D00
(0,29,0)
#001600
(0,22,0)
#000F00
(0,15,0)
#000800
(0,8,0)
#000000
(0,0,0)

Tints of #004E00

#004E00
(0,78,0)
#175E17
(23,94,23)
#2E6E2E
(46,110,46)
#457E45
(69,126,69)
#5C8E5C
(92,142,92)
#739E73
(115,158,115)
#8AAE8A
(138,174,138)
#A1BEA1
(161,190,161)
#B8CEB8
(184,206,184)
#CFDECF
(207,222,207)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004E00; }

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

This text font color is #004E00.


Background Color

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

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

This div background color is #004E00.


Border color

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

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

This div border color is #004E00.


Opacity

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

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

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

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

This text has shadow with #004E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004E00 on black background.


Color preview on white background

This text has color #004E00 on white background.



Black color preview on #004E00 background

This text has black color on #004E00 background.


White color preview on #004E00 background

This text has white color on #004E00 background.