COLOR #30A447

HEX: #30A447
RGB: (48,164,71)

Color info

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

RGB color model

#30A447 color RGB value is (48,164,71).

  • red value is 48;
  • green value is 164;
  • blue value is 71.
RGB:
(48,164,71)
(19%,64%,28%)

RGB channels and saturation

R 48 of 255 = 19%
G 164 of 255 = 64%
B 71 of 255 = 28%

48
164
71

R + G + B ~ 37%. #30A447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 164 + 71 = 283 (100%)
R 48 of 283 ~ 16.96%
G 164 of 283 ~ 57.95%
B 71 of 283 ~ 25.09%

%16.96
%57.95
%25.09

CMYK color model

#30A447 color CMYK value is (71,0,57,36).

  • cyan value is 70.73%
  • magenta value is 0.00%
  • yellow value is 56.71%
  • key color value is 35.69%
CMYK:
(71,0,57,36)
C71M0Y57K36 
(71%,0%,57%,36%)
(0.71/0.00/0.57/0.36)	

CMYK percentages

%70.73
%0
%56.71
%35.69

Codes

Color #30A447 in popluar color models

30A447
RGB4816471
HSL132°54.72%41.57%
HSB/HSV132°70.73%64.31%
CMYK70.73%0.00%56.71%
35.69%

Color #30A447 in popluar number systems.

HEX30A447
Decimal4816471
Binary110000101001001000111
Octal60244107

Shades and tints

Shades of #30A447

#30A447
(48,164,71)
#2C9641
(44,150,65)
#28883B
(40,136,59)
#247A35
(36,122,53)
#206C2F
(32,108,47)
#1C5E29
(28,94,41)
#185023
(24,80,35)
#14421D
(20,66,29)
#103417
(16,52,23)
#0C2611
(12,38,17)
#08180B
(8,24,11)
#000000
(0,0,0)

Tints of #30A447

#30A447
(48,164,71)
#42AC57
(66,172,87)
#54B467
(84,180,103)
#66BC77
(102,188,119)
#78C487
(120,196,135)
#8ACC97
(138,204,151)
#9CD4A7
(156,212,167)
#AEDCB7
(174,220,183)
#C0E4C7
(192,228,199)
#D2ECD7
(210,236,215)
#E4F4E7
(228,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30A447 color. Also use rgb(48,164,71) instead hex code.

Text Font Color

.myTextColor { color: #30A447; }

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

This text font color is #30A447.


Background Color

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

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

This div background color is #30A447.


Border color

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

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

This div border color is #30A447.


Opacity

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

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

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

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

This text has shadow with #30A447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30A447 on black background.


Color preview on white background

This text has color #30A447 on white background.



Black color preview on #30A447 background

This text has black color on #30A447 background.


White color preview on #30A447 background

This text has white color on #30A447 background.