COLOR #30B046

HEX: #30B046
RGB: (48,176,70)

Color info

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

RGB color model

#30B046 color RGB value is (48,176,70).

  • red value is 48;
  • green value is 176;
  • blue value is 70.
RGB:
(48,176,70)
(19%,69%,27%)

RGB channels and saturation

R 48 of 255 = 19%
G 176 of 255 = 69%
B 70 of 255 = 27%

48
176
70

R + G + B ~ 38%. #30B046 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 176 + 70 = 294 (100%)
R 48 of 294 ~ 16.33%
G 176 of 294 ~ 59.86%
B 70 of 294 ~ 23.81%

%16.33
%59.86
%23.81

CMYK color model

#30B046 color CMYK value is (73,0,60,31).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 60.23%
  • key color value is 30.98%
CMYK:
(73,0,60,31)
C73M0Y60K31 
(73%,0%,60%,31%)
(0.73/0.00/0.60/0.31)	

CMYK percentages

%72.73
%0
%60.23
%30.98

Codes

Color #30B046 in popluar color models

30B046
RGB4817670
HSL130°57.14%43.92%
HSB/HSV130°72.73%69.02%
CMYK72.73%0.00%60.23%
30.98%

Color #30B046 in popluar number systems.

HEX30B046
Decimal4817670
Binary110000101100001000110
Octal60260106

Shades and tints

Shades of #30B046

#30B046
(48,176,70)
#2CA040
(44,160,64)
#28903A
(40,144,58)
#248034
(36,128,52)
#20702E
(32,112,46)
#1C6028
(28,96,40)
#185022
(24,80,34)
#14401C
(20,64,28)
#103016
(16,48,22)
#0C2010
(12,32,16)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #30B046

#30B046
(48,176,70)
#42B756
(66,183,86)
#54BE66
(84,190,102)
#66C576
(102,197,118)
#78CC86
(120,204,134)
#8AD396
(138,211,150)
#9CDAA6
(156,218,166)
#AEE1B6
(174,225,182)
#C0E8C6
(192,232,198)
#D2EFD6
(210,239,214)
#E4F6E6
(228,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30B046 color. Also use rgb(48,176,70) instead hex code.

Text Font Color

.myTextColor { color: #30B046; }

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

This text font color is #30B046.


Background Color

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

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

This div background color is #30B046.


Border color

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

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

This div border color is #30B046.


Opacity

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

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

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

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

This text has shadow with #30B046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30B046 on black background.


Color preview on white background

This text has color #30B046 on white background.



Black color preview on #30B046 background

This text has black color on #30B046 background.


White color preview on #30B046 background

This text has white color on #30B046 background.