COLOR #30AB74

HEX: #30AB74
RGB: (48,171,116)

Color info

#30AB74 contains mainly green and blue colors. Web safe color of #30AB74 is #339966 (or #396).

RGB color model

#30AB74 color RGB value is (48,171,116).

  • red value is 48;
  • green value is 171;
  • blue value is 116.
RGB:
(48,171,116)
(19%,67%,45%)

RGB channels and saturation

R 48 of 255 = 19%
G 171 of 255 = 67%
B 116 of 255 = 45%

48
171
116

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

Portions of RGB colors in percentages

R + G + B =
48 + 171 + 116 = 335 (100%)
R 48 of 335 ~ 14.33%
G 171 of 335 ~ 51.04%
B 116 of 335 ~ 34.63%

%14.33
%51.04
%34.63

CMYK color model

#30AB74 color CMYK value is (72,0,32,33).

  • cyan value is 71.93%
  • magenta value is 0.00%
  • yellow value is 32.16%
  • key color value is 32.94%
CMYK:
(72,0,32,33)
C72M0Y32K33 
(72%,0%,32%,33%)
(0.72/0.00/0.32/0.33)	

CMYK percentages

%71.93
%0
%32.16
%32.94

Codes

Color #30AB74 in popluar color models

30AB74
RGB48171116
HSL153°56.16%42.94%
HSB/HSV153°71.93%67.06%
CMYK71.93%0.00%32.16%
32.94%

Color #30AB74 in popluar number systems.

HEX30AB74
Decimal48171116
Binary110000101010111110100
Octal60253164

Shades and tints

Shades of #30AB74

#30AB74
(48,171,116)
#2C9C6A
(44,156,106)
#288D60
(40,141,96)
#247E56
(36,126,86)
#206F4C
(32,111,76)
#1C6042
(28,96,66)
#185138
(24,81,56)
#14422E
(20,66,46)
#103324
(16,51,36)
#0C241A
(12,36,26)
#081510
(8,21,16)
#000000
(0,0,0)

Tints of #30AB74

#30AB74
(48,171,116)
#42B280
(66,178,128)
#54B98C
(84,185,140)
#66C098
(102,192,152)
#78C7A4
(120,199,164)
#8ACEB0
(138,206,176)
#9CD5BC
(156,213,188)
#AEDCC8
(174,220,200)
#C0E3D4
(192,227,212)
#D2EAE0
(210,234,224)
#E4F1EC
(228,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30AB74 color. Also use rgb(48,171,116) instead hex code.

Text Font Color

.myTextColor { color: #30AB74; }

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

This text font color is #30AB74.


Background Color

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

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

This div background color is #30AB74.


Border color

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

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

This div border color is #30AB74.


Opacity

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

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

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

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

This text has shadow with #30AB74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30AB74 on black background.


Color preview on white background

This text has color #30AB74 on white background.



Black color preview on #30AB74 background

This text has black color on #30AB74 background.


White color preview on #30AB74 background

This text has white color on #30AB74 background.