COLOR #30A15F

HEX: #30A15F
RGB: (48,161,95)

Color info

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

RGB color model

#30A15F color RGB value is (48,161,95).

  • red value is 48;
  • green value is 161;
  • blue value is 95.
RGB:
(48,161,95)
(19%,63%,37%)

RGB channels and saturation

R 48 of 255 = 19%
G 161 of 255 = 63%
B 95 of 255 = 37%

48
161
95

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

Portions of RGB colors in percentages

R + G + B =
48 + 161 + 95 = 304 (100%)
R 48 of 304 ~ 15.79%
G 161 of 304 ~ 52.96%
B 95 of 304 ~ 31.25%

%15.79
%52.96
%31.25

CMYK color model

#30A15F color CMYK value is (70,0,41,37).

  • cyan value is 70.19%
  • magenta value is 0.00%
  • yellow value is 40.99%
  • key color value is 36.86%
CMYK:
(70,0,41,37)
C70M0Y41K37 
(70%,0%,41%,37%)
(0.70/0.00/0.41/0.37)	

CMYK percentages

%70.19
%0
%40.99
%36.86

Codes

Color #30A15F in popluar color models

30A15F
RGB4816195
HSL145°54.07%40.98%
HSB/HSV145°70.19%63.14%
CMYK70.19%0.00%40.99%
36.86%

Color #30A15F in popluar number systems.

HEX30A15F
Decimal4816195
Binary110000101000011011111
Octal60241137

Shades and tints

Shades of #30A15F

#30A15F
(48,161,95)
#2C9357
(44,147,87)
#28854F
(40,133,79)
#247747
(36,119,71)
#20693F
(32,105,63)
#1C5B37
(28,91,55)
#184D2F
(24,77,47)
#143F27
(20,63,39)
#10311F
(16,49,31)
#0C2317
(12,35,23)
#08150F
(8,21,15)
#000000
(0,0,0)

Tints of #30A15F

#30A15F
(48,161,95)
#42A96D
(66,169,109)
#54B17B
(84,177,123)
#66B989
(102,185,137)
#78C197
(120,193,151)
#8AC9A5
(138,201,165)
#9CD1B3
(156,209,179)
#AED9C1
(174,217,193)
#C0E1CF
(192,225,207)
#D2E9DD
(210,233,221)
#E4F1EB
(228,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30A15F color. Also use rgb(48,161,95) instead hex code.

Text Font Color

.myTextColor { color: #30A15F; }

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

This text font color is #30A15F.


Background Color

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

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

This div background color is #30A15F.


Border color

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

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

This div border color is #30A15F.


Opacity

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

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

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

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

This text has shadow with #30A15F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30A15F on black background.


Color preview on white background

This text has color #30A15F on white background.



Black color preview on #30A15F background

This text has black color on #30A15F background.


White color preview on #30A15F background

This text has white color on #30A15F background.