COLOR #004F00

HEX: #004F00
RGB: (0,79,0)

Color info

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

RGB color model

#004F00 color RGB value is (0,79,0).

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

RGB channels and saturation

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

0
79
0

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#004F00 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.02%
CMYK:
(100,0,100,69)
C100M0Y100K69 
(100%,0%,100%,69%)
(1.00/0.00/1.00/0.69)	

CMYK percentages

%100
%0
%100
%69.02

Codes

Color #004F00 in popluar color models

004F00
RGB0790
HSL120°100.00%15.49%
HSB/HSV120°100.00%30.98%
CMYK100.00%0.00%100.00%
69.02%

Color #004F00 in popluar number systems.

HEX004F00
Decimal0790
Binary010011110
Octal01170

Shades and tints

Shades of #004F00

#004F00
(0,79,0)
#004800
(0,72,0)
#004100
(0,65,0)
#003A00
(0,58,0)
#003300
(0,51,0)
#002C00
(0,44,0)
#002500
(0,37,0)
#001E00
(0,30,0)
#001700
(0,23,0)
#001000
(0,16,0)
#000900
(0,9,0)
#000000
(0,0,0)

Tints of #004F00

#004F00
(0,79,0)
#175F17
(23,95,23)
#2E6F2E
(46,111,46)
#457F45
(69,127,69)
#5C8F5C
(92,143,92)
#739F73
(115,159,115)
#8AAF8A
(138,175,138)
#A1BFA1
(161,191,161)
#B8CFB8
(184,207,184)
#CFDFCF
(207,223,207)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004F00; }

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

This text font color is #004F00.


Background Color

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

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

This div background color is #004F00.


Border color

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

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

This div border color is #004F00.


Opacity

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

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

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

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

This text has shadow with #004F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004F00 on black background.


Color preview on white background

This text has color #004F00 on white background.



Black color preview on #004F00 background

This text has black color on #004F00 background.


White color preview on #004F00 background

This text has white color on #004F00 background.