COLOR #30B376

HEX: #30B376
RGB: (48,179,118)

Color info

#30B376 contains mainly green color. Web safe color of #30B376 is #339966 (or #396).

RGB color model

#30B376 color RGB value is (48,179,118).

  • red value is 48;
  • green value is 179;
  • blue value is 118.
RGB:
(48,179,118)
(19%,70%,46%)

RGB channels and saturation

R 48 of 255 = 19%
G 179 of 255 = 70%
B 118 of 255 = 46%

48
179
118

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

Portions of RGB colors in percentages

R + G + B =
48 + 179 + 118 = 345 (100%)
R 48 of 345 ~ 13.91%
G 179 of 345 ~ 51.88%
B 118 of 345 ~ 34.2%

%13.91
%51.88
%34.2

CMYK color model

#30B376 color CMYK value is (73,0,34,30).

  • cyan value is 73.18%
  • magenta value is 0.00%
  • yellow value is 34.08%
  • key color value is 29.80%
CMYK:
(73,0,34,30)
C73M0Y34K30 
(73%,0%,34%,30%)
(0.73/0.00/0.34/0.30)	

CMYK percentages

%73.18
%0
%34.08
%29.8

Codes

Color #30B376 in popluar color models

30B376
RGB48179118
HSL152°57.71%44.51%
HSB/HSV152°73.18%70.20%
CMYK73.18%0.00%34.08%
29.80%

Color #30B376 in popluar number systems.

HEX30B376
Decimal48179118
Binary110000101100111110110
Octal60263166

Shades and tints

Shades of #30B376

#30B376
(48,179,118)
#2CA36C
(44,163,108)
#289362
(40,147,98)
#248358
(36,131,88)
#20734E
(32,115,78)
#1C6344
(28,99,68)
#18533A
(24,83,58)
#144330
(20,67,48)
#103326
(16,51,38)
#0C231C
(12,35,28)
#081312
(8,19,18)
#000000
(0,0,0)

Tints of #30B376

#30B376
(48,179,118)
#42B982
(66,185,130)
#54BF8E
(84,191,142)
#66C59A
(102,197,154)
#78CBA6
(120,203,166)
#8AD1B2
(138,209,178)
#9CD7BE
(156,215,190)
#AEDDCA
(174,221,202)
#C0E3D6
(192,227,214)
#D2E9E2
(210,233,226)
#E4EFEE
(228,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30B376 color. Also use rgb(48,179,118) instead hex code.

Text Font Color

.myTextColor { color: #30B376; }

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

This text font color is #30B376.


Background Color

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

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

This div background color is #30B376.


Border color

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

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

This div border color is #30B376.


Opacity

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

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

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

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

This text has shadow with #30B376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30B376 on black background.


Color preview on white background

This text has color #30B376 on white background.



Black color preview on #30B376 background

This text has black color on #30B376 background.


White color preview on #30B376 background

This text has white color on #30B376 background.