COLOR #30B472

HEX: #30B472 RGB: (48,180,114)

Color info

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

RGB color model

#30B472 color RGB value is (48,180,114).

RGB: (48,180,114) (19%, 71%, 45%)

RGB channels and saturation

R 48 of 255 = 19%
G 180 of 255 = 71%
B 114 of 255 = 45%

48
180
114

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

Portions of RGB colors in percentages

R + G + B = 48 + 180 + 114 = 342 (100%)
R 48 of 342 ~ 14.04%
G 180 of 342 ~ 52.63%
B 114 of 342 ~ 33.33'%

%14.04
%52.63
%33.33

CMYK color model

#30B472 color CMYK value is (73,0,37,29).

  • cyan value is 73.33%
  • magenta value is 0.00%
  • yellow value is 36.67%
  • key color value is 29.41%
CMYK: (73,0,37,29) C73M0Y37K29 (73%,0%,37%,29%) (0.73/0.00/0.37/0.29) 

CMYK percentages

%73.33
%0
%36.67
%29.41

Codes

Color #30B472 in popluar color models

30 B4 72
RGB 48 180 114
HSL 150° 57.89% 44.71%
HSB/HSV 150° 73.33% 70.59%
CMYK 73.33% 0.00% 36.67%
29.41%

Color #30B472 in popluar number systems.

HEX 30 B4 72
Decimal 48 180 114
Binary 110000 10110100 1110010
Octal 60 264 162

Shades and tints

Shades of #30B472

#30B472
(48,180,114)
#2CA468
(44,164,104)
#28945E
(40,148,94)
#248454
(36,132,84)
#20744A
(32,116,74)
#1C6440
(28,100,64)
#185436
(24,84,54)
#14442C
(20,68,44)
#103422
(16,52,34)
#0C2418
(12,36,24)
#08140E
(8,20,14)
#000000
(0,0,0)

Tints of #30B472

#30B472
(48,180,114)
#42BA7E
(66,186,126)
#54C08A
(84,192,138)
#66C696
(102,198,150)
#78CCA2
(120,204,162)
#8AD2AE
(138,210,174)
#9CD8BA
(156,216,186)
#AEDEC6
(174,222,198)
#C0E4D2
(192,228,210)
#D2EADE
(210,234,222)
#E4F0EA
(228,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30B472 color. Also use rgb(48,180,114) instead hex code.

Text Font Color

.myTextColor { color: #30B472; }

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

This text font color is #30B472.

Background Color

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

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

This div background color is #30B472.

Border color

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

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

This div border color is #30B472.

Opacity

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

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

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

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

This text has shadow with #30B472 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30B472.

Preview

Color preview on black background

This text has color #30B472 on black background.


Color preview on white background

This text has color #30B472 on white background.


Black color preview on #30B472 background

This text has black color on #30B472 background.


White color preview on #30B472 background

This text has white color on #30B472 background.


Related colors

Complementary color

Complementary color for #hex is #CF4B8D.


I love getcolorcode.com

Triadic colors

1 #7230B4 and #B47230 with #30B472 are triadic colors.

2 #72B430 and #B43072 with #30B472 are triadic colors.