COLOR #047900

HEX: #047900
RGB: (4,121,0)

Color info

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

RGB color model

#047900 color RGB value is (4,121,0).

  • red value is 4;
  • green value is 121;
  • blue value is 0.
RGB:
(4,121,0)
(2%,47%,0%)

RGB channels and saturation

R 4 of 255 = 2%
G 121 of 255 = 47%
B 0 of 255 = 0%

4
121
0

R + G + B ~ 16%. #047900 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 121 + 0 = 125 (100%)
R 4 of 125 ~ 3.2%
G 121 of 125 ~ 96.8%
B 0 of 125 ~ 0%

%96.8

CMYK color model

#047900 color CMYK value is (97,0,100,53).

  • cyan value is 96.69%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 52.55%
CMYK:
(97,0,100,53)
C97M0Y100K53 
(97%,0%,100%,53%)
(0.97/0.00/1.00/0.53)	

CMYK percentages

%96.69
%0
%100
%52.55

Codes

Color #047900 in popluar color models

047900
RGB41210
HSL118°100.00%23.73%
HSB/HSV118°100.00%47.45%
CMYK96.69%0.00%100.00%
52.55%

Color #047900 in popluar number systems.

HEX047900
Decimal41210
Binary10011110010
Octal41710

Shades and tints

Shades of #047900

#047900
(4,121,0)
#046E00
(4,110,0)
#046300
(4,99,0)
#045800
(4,88,0)
#044D00
(4,77,0)
#044200
(4,66,0)
#043700
(4,55,0)
#042C00
(4,44,0)
#042100
(4,33,0)
#041600
(4,22,0)
#040B00
(4,11,0)
#000000
(0,0,0)

Tints of #047900

#047900
(4,121,0)
#1A8517
(26,133,23)
#30912E
(48,145,46)
#469D45
(70,157,69)
#5CA95C
(92,169,92)
#72B573
(114,181,115)
#88C18A
(136,193,138)
#9ECDA1
(158,205,161)
#B4D9B8
(180,217,184)
#CAE5CF
(202,229,207)
#E0F1E6
(224,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #047900 color. Also use rgb(4,121,0) instead hex code.

Text Font Color

.myTextColor { color: #047900; }

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

This text font color is #047900.


Background Color

.myBgColor { background-color: #047900; }

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

This div background color is #047900.


Border color

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

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

This div border color is #047900.


Opacity

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

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

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

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

This text has shadow with #047900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #047900 on black background.


Color preview on white background

This text has color #047900 on white background.



Black color preview on #047900 background

This text has black color on #047900 background.


White color preview on #047900 background

This text has white color on #047900 background.