COLOR #49A030

HEX: #49A030 RGB: (73,160,48)

Color info

#49A030 contains mainly green color. Web safe color of #49A030 is #339933 (or #393).

RGB color model

#49A030 color RGB value is (73,160,48).

RGB: (73,160,48) (29%, 63%, 19%)

RGB channels and saturation

R 73 of 255 = 29%
G 160 of 255 = 63%
B 48 of 255 = 19%

73
160
48

R + G + B ~ 37%. #49A030 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 73 + 160 + 48 = 281 (100%)
R 73 of 281 ~ 25.98%
G 160 of 281 ~ 56.94%
B 48 of 281 ~ 17.08'%

%25.98
%56.94
%17.08

CMYK color model

#49A030 color CMYK value is (54,0,70,37).

  • cyan value is 54.38%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 37.25%
CMYK: (54,0,70,37) C54M0Y70K37 (54%,0%,70%,37%) (0.54/0.00/0.70/0.37) 

CMYK percentages

%54.38
%0
%70
%37.25

Codes

Color #49A030 in popluar color models

49 A0 30
RGB 73 160 48
HSL 107° 53.85% 40.78%
HSB/HSV 107° 70.00% 62.75%
CMYK 54.38% 0.00% 70.00%
37.25%

Color #49A030 in popluar number systems.

HEX 49 A0 30
Decimal 73 160 48
Binary 1001001 10100000 110000
Octal 111 240 60

Shades and tints

Shades of #49A030

#49A030
(73,160,48)
#43922C
(67,146,44)
#3D8428
(61,132,40)
#377624
(55,118,36)
#316820
(49,104,32)
#2B5A1C
(43,90,28)
#254C18
(37,76,24)
#1F3E14
(31,62,20)
#193010
(25,48,16)
#13220C
(19,34,12)
#0D1408
(13,20,8)
#000000
(0,0,0)

Tints of #49A030

#49A030
(73,160,48)
#59A842
(89,168,66)
#69B054
(105,176,84)
#79B866
(121,184,102)
#89C078
(137,192,120)
#99C88A
(153,200,138)
#A9D09C
(169,208,156)
#B9D8AE
(185,216,174)
#C9E0C0
(201,224,192)
#D9E8D2
(217,232,210)
#E9F0E4
(233,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49A030 color. Also use rgb(73,160,48) instead hex code.

Text Font Color

.myTextColor { color: #49A030; }

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

This text font color is #49A030.

Background Color

.myBgColor { background-color: #49A030; }

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

This div background color is #49A030.

Border color

.myBorderColor { border: 1px solid #49A030; }

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

This div border color is #49A030.

Opacity

.myOpacity80 { color: #49A030; opacity: 0.8; }

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

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

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

This text has shadow with #49A030 color.


.textShadow {text-shadow: 3px 3px 1px #49A030', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49A030; -webkit-box-shadow: 1px 1px 3px 2px #49A030; box-shadow:1px 1px 3px 2px #49A030;">
Div content here
</div>

This div box has shadow with color #49A030.

Preview

Color preview on black background

This text has color #49A030 on black background.


Color preview on white background

This text has color #49A030 on white background.


Black color preview on #49A030 background

This text has black color on #49A030 background.


White color preview on #49A030 background

This text has white color on #49A030 background.


Related colors

Complementary color

Complementary color for #hex is #B65FCF.


I love getcolorcode.com

Triadic colors

1 #3049A0 and #A03049 with #49A030 are triadic colors.

2 #30A049 and #A04930 with #49A030 are triadic colors.