COLOR #30A949

HEX: #30A949
RGB: (48,169,73)

Color info

#30A949 contains mainly green color. Web safe color of #30A949 is #339933 (or #393).

RGB color model

#30A949 color RGB value is (48,169,73).

  • red value is 48;
  • green value is 169;
  • blue value is 73.
RGB:
(48,169,73)
(19%,66%,29%)

RGB channels and saturation

R 48 of 255 = 19%
G 169 of 255 = 66%
B 73 of 255 = 29%

48
169
73

R + G + B ~ 38%. #30A949 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 169 + 73 = 290 (100%)
R 48 of 290 ~ 16.55%
G 169 of 290 ~ 58.28%
B 73 of 290 ~ 25.17%

%16.55
%58.28
%25.17

CMYK color model

#30A949 color CMYK value is (72,0,57,34).

  • cyan value is 71.60%
  • magenta value is 0.00%
  • yellow value is 56.80%
  • key color value is 33.73%
CMYK:
(72,0,57,34)
C72M0Y57K34 
(72%,0%,57%,34%)
(0.72/0.00/0.57/0.34)	

CMYK percentages

%71.6
%0
%56.8
%33.73

Codes

Color #30A949 in popluar color models

30A949
RGB4816973
HSL132°55.76%42.55%
HSB/HSV132°71.60%66.27%
CMYK71.60%0.00%56.80%
33.73%

Color #30A949 in popluar number systems.

HEX30A949
Decimal4816973
Binary110000101010011001001
Octal60251111

Shades and tints

Shades of #30A949

#30A949
(48,169,73)
#2C9A43
(44,154,67)
#288B3D
(40,139,61)
#247C37
(36,124,55)
#206D31
(32,109,49)
#1C5E2B
(28,94,43)
#184F25
(24,79,37)
#14401F
(20,64,31)
#103119
(16,49,25)
#0C2213
(12,34,19)
#08130D
(8,19,13)
#000000
(0,0,0)

Tints of #30A949

#30A949
(48,169,73)
#42B059
(66,176,89)
#54B769
(84,183,105)
#66BE79
(102,190,121)
#78C589
(120,197,137)
#8ACC99
(138,204,153)
#9CD3A9
(156,211,169)
#AEDAB9
(174,218,185)
#C0E1C9
(192,225,201)
#D2E8D9
(210,232,217)
#E4EFE9
(228,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30A949 color. Also use rgb(48,169,73) instead hex code.

Text Font Color

.myTextColor { color: #30A949; }

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

This text font color is #30A949.


Background Color

.myBgColor { background-color: #30A949; }

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

This div background color is #30A949.


Border color

.myBorderColor { border: 1px solid #30A949; }

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

This div border color is #30A949.


Opacity

.myOpacity80 { color: #30A949; opacity: 0.8; }

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

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

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

This text has shadow with #30A949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30A949 on black background.


Color preview on white background

This text has color #30A949 on white background.



Black color preview on #30A949 background

This text has black color on #30A949 background.


White color preview on #30A949 background

This text has white color on #30A949 background.