COLOR #30A831

HEX: #30A831
RGB: (48,168,49)

Color info

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

RGB color model

#30A831 color RGB value is (48,168,49).

  • red value is 48;
  • green value is 168;
  • blue value is 49.
RGB:
(48,168,49)
(19%,66%,19%)

RGB channels and saturation

R 48 of 255 = 19%
G 168 of 255 = 66%
B 49 of 255 = 19%

48
168
49

R + G + B ~ 35%. #30A831 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 168 + 49 = 265 (100%)
R 48 of 265 ~ 18.11%
G 168 of 265 ~ 63.4%
B 49 of 265 ~ 18.49%

%18.11
%63.4
%18.49

CMYK color model

#30A831 color CMYK value is (71,0,71,34).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 70.83%
  • key color value is 34.12%
CMYK:
(71,0,71,34)
C71M0Y71K34 
(71%,0%,71%,34%)
(0.71/0.00/0.71/0.34)	

CMYK percentages

%71.43
%0
%70.83
%34.12

Codes

Color #30A831 in popluar color models

30A831
RGB4816849
HSL121°55.56%42.35%
HSB/HSV121°71.43%65.88%
CMYK71.43%0.00%70.83%
34.12%

Color #30A831 in popluar number systems.

HEX30A831
Decimal4816849
Binary11000010101000110001
Octal6025061

Shades and tints

Shades of #30A831

#30A831
(48,168,49)
#2C992D
(44,153,45)
#288A29
(40,138,41)
#247B25
(36,123,37)
#206C21
(32,108,33)
#1C5D1D
(28,93,29)
#184E19
(24,78,25)
#143F15
(20,63,21)
#103011
(16,48,17)
#0C210D
(12,33,13)
#081209
(8,18,9)
#000000
(0,0,0)

Tints of #30A831

#30A831
(48,168,49)
#42AF43
(66,175,67)
#54B655
(84,182,85)
#66BD67
(102,189,103)
#78C479
(120,196,121)
#8ACB8B
(138,203,139)
#9CD29D
(156,210,157)
#AED9AF
(174,217,175)
#C0E0C1
(192,224,193)
#D2E7D3
(210,231,211)
#E4EEE5
(228,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30A831 color. Also use rgb(48,168,49) instead hex code.

Text Font Color

.myTextColor { color: #30A831; }

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

This text font color is #30A831.


Background Color

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

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

This div background color is #30A831.


Border color

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

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

This div border color is #30A831.


Opacity

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

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

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

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

This text has shadow with #30A831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30A831 on black background.


Color preview on white background

This text has color #30A831 on white background.



Black color preview on #30A831 background

This text has black color on #30A831 background.


White color preview on #30A831 background

This text has white color on #30A831 background.