COLOR #049D31

HEX: #049D31
RGB: (4,157,49)

Color info

#049D31 contains mainly green color. Web safe color of #049D31 is #009933 (or #093).

RGB color model

#049D31 color RGB value is (4,157,49).

  • red value is 4;
  • green value is 157;
  • blue value is 49.
RGB:
(4,157,49)
(2%,62%,19%)

RGB channels and saturation

R 4 of 255 = 2%
G 157 of 255 = 62%
B 49 of 255 = 19%

4
157
49

R + G + B ~ 28%. #049D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 157 + 49 = 210 (100%)
R 4 of 210 ~ 1.9%
G 157 of 210 ~ 74.76%
B 49 of 210 ~ 23.33%

%74.76
%23.33

CMYK color model

#049D31 color CMYK value is (97,0,69,38).

  • cyan value is 97.45%
  • magenta value is 0.00%
  • yellow value is 68.79%
  • key color value is 38.43%
CMYK:
(97,0,69,38)
C97M0Y69K38 
(97%,0%,69%,38%)
(0.97/0.00/0.69/0.38)	

CMYK percentages

%97.45
%0
%68.79
%38.43

Codes

Color #049D31 in popluar color models

049D31
RGB415749
HSL138°95.03%31.57%
HSB/HSV138°97.45%61.57%
CMYK97.45%0.00%68.79%
38.43%

Color #049D31 in popluar number systems.

HEX049D31
Decimal415749
Binary10010011101110001
Octal423561

Shades and tints

Shades of #049D31

#049D31
(4,157,49)
#048F2D
(4,143,45)
#048129
(4,129,41)
#047325
(4,115,37)
#046521
(4,101,33)
#04571D
(4,87,29)
#044919
(4,73,25)
#043B15
(4,59,21)
#042D11
(4,45,17)
#041F0D
(4,31,13)
#041109
(4,17,9)
#000000
(0,0,0)

Tints of #049D31

#049D31
(4,157,49)
#1AA543
(26,165,67)
#30AD55
(48,173,85)
#46B567
(70,181,103)
#5CBD79
(92,189,121)
#72C58B
(114,197,139)
#88CD9D
(136,205,157)
#9ED5AF
(158,213,175)
#B4DDC1
(180,221,193)
#CAE5D3
(202,229,211)
#E0EDE5
(224,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #049D31 color. Also use rgb(4,157,49) instead hex code.

Text Font Color

.myTextColor { color: #049D31; }

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

This text font color is #049D31.


Background Color

.myBgColor { background-color: #049D31; }

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

This div background color is #049D31.


Border color

.myBorderColor { border: 1px solid #049D31; }

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

This div border color is #049D31.


Opacity

.myOpacity80 { color: #049D31; opacity: 0.8; }

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

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

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

This text has shadow with #049D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #049D31 on black background.


Color preview on white background

This text has color #049D31 on white background.



Black color preview on #049D31 background

This text has black color on #049D31 background.


White color preview on #049D31 background

This text has white color on #049D31 background.