COLOR #049300

HEX: #049300
RGB: (4,147,0)

Color info

#049300 contains mainly green color. Web safe color of #049300 is #009900 (or #090).

RGB color model

#049300 color RGB value is (4,147,0).

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

RGB channels and saturation

R 4 of 255 = 2%
G 147 of 255 = 58%
B 0 of 255 = 0%

4
147
0

R + G + B ~ 20%. #049300 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 147 + 0 = 151 (100%)
R 4 of 151 ~ 2.65%
G 147 of 151 ~ 97.35%
B 0 of 151 ~ 0%

%97.35

CMYK color model

#049300 color CMYK value is (97,0,100,42).

  • cyan value is 97.28%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 42.35%
CMYK:
(97,0,100,42)
C97M0Y100K42 
(97%,0%,100%,42%)
(0.97/0.00/1.00/0.42)	

CMYK percentages

%97.28
%0
%100
%42.35

Codes

Color #049300 in popluar color models

049300
RGB41470
HSL118°100.00%28.82%
HSB/HSV118°100.00%57.65%
CMYK97.28%0.00%100.00%
42.35%

Color #049300 in popluar number systems.

HEX049300
Decimal41470
Binary100100100110
Octal42230

Shades and tints

Shades of #049300

#049300
(4,147,0)
#048600
(4,134,0)
#047900
(4,121,0)
#046C00
(4,108,0)
#045F00
(4,95,0)
#045200
(4,82,0)
#044500
(4,69,0)
#043800
(4,56,0)
#042B00
(4,43,0)
#041E00
(4,30,0)
#041100
(4,17,0)
#000000
(0,0,0)

Tints of #049300

#049300
(4,147,0)
#1A9C17
(26,156,23)
#30A52E
(48,165,46)
#46AE45
(70,174,69)
#5CB75C
(92,183,92)
#72C073
(114,192,115)
#88C98A
(136,201,138)
#9ED2A1
(158,210,161)
#B4DBB8
(180,219,184)
#CAE4CF
(202,228,207)
#E0EDE6
(224,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #049300; }

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

This text font color is #049300.


Background Color

.myBgColor { background-color: #049300; }

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

This div background color is #049300.


Border color

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

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

This div border color is #049300.


Opacity

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

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

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

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

This text has shadow with #049300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #049300 on black background.


Color preview on white background

This text has color #049300 on white background.



Black color preview on #049300 background

This text has black color on #049300 background.


White color preview on #049300 background

This text has white color on #049300 background.