COLOR #30B979

HEX: #30B979
RGB: (48,185,121)

Color info

#30B979 contains mainly green color. Web safe color of #30B979 is #33CC66 (or #3C6).

RGB color model

#30B979 color RGB value is (48,185,121).

  • red value is 48;
  • green value is 185;
  • blue value is 121.
RGB:
(48,185,121)
(19%,73%,47%)

RGB channels and saturation

R 48 of 255 = 19%
G 185 of 255 = 73%
B 121 of 255 = 47%

48
185
121

R + G + B ~ 46%. #30B979 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 185 + 121 = 354 (100%)
R 48 of 354 ~ 13.56%
G 185 of 354 ~ 52.26%
B 121 of 354 ~ 34.18%

%13.56
%52.26
%34.18

CMYK color model

#30B979 color CMYK value is (74,0,35,27).

  • cyan value is 74.05%
  • magenta value is 0.00%
  • yellow value is 34.59%
  • key color value is 27.45%
CMYK:
(74,0,35,27)
C74M0Y35K27 
(74%,0%,35%,27%)
(0.74/0.00/0.35/0.27)	

CMYK percentages

%74.05
%0
%34.59
%27.45

Codes

Color #30B979 in popluar color models

30B979
RGB48185121
HSL152°58.80%45.69%
HSB/HSV152°74.05%72.55%
CMYK74.05%0.00%34.59%
27.45%

Color #30B979 in popluar number systems.

HEX30B979
Decimal48185121
Binary110000101110011111001
Octal60271171

Shades and tints

Shades of #30B979

#30B979
(48,185,121)
#2CA96E
(44,169,110)
#289963
(40,153,99)
#248958
(36,137,88)
#20794D
(32,121,77)
#1C6942
(28,105,66)
#185937
(24,89,55)
#14492C
(20,73,44)
#103921
(16,57,33)
#0C2916
(12,41,22)
#08190B
(8,25,11)
#000000
(0,0,0)

Tints of #30B979

#30B979
(48,185,121)
#42BF85
(66,191,133)
#54C591
(84,197,145)
#66CB9D
(102,203,157)
#78D1A9
(120,209,169)
#8AD7B5
(138,215,181)
#9CDDC1
(156,221,193)
#AEE3CD
(174,227,205)
#C0E9D9
(192,233,217)
#D2EFE5
(210,239,229)
#E4F5F1
(228,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30B979 color. Also use rgb(48,185,121) instead hex code.

Text Font Color

.myTextColor { color: #30B979; }

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

This text font color is #30B979.


Background Color

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

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

This div background color is #30B979.


Border color

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

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

This div border color is #30B979.


Opacity

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

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

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

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

This text has shadow with #30B979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30B979 on black background.


Color preview on white background

This text has color #30B979 on white background.



Black color preview on #30B979 background

This text has black color on #30B979 background.


White color preview on #30B979 background

This text has white color on #30B979 background.