COLOR #30D29C

HEX: #30D29C
RGB: (48,210,156)

Color info

#30D29C contains mainly green and blue colors. Web safe color of #30D29C is #33CC99 (or #3C9).

RGB color model

#30D29C color RGB value is (48,210,156).

  • red value is 48;
  • green value is 210;
  • blue value is 156.
RGB:
(48,210,156)
(19%,82%,61%)

RGB channels and saturation

R 48 of 255 = 19%
G 210 of 255 = 82%
B 156 of 255 = 61%

48
210
156

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

Portions of RGB colors in percentages

R + G + B =
48 + 210 + 156 = 414 (100%)
R 48 of 414 ~ 11.59%
G 210 of 414 ~ 50.72%
B 156 of 414 ~ 37.68%

%11.59
%50.72
%37.68

CMYK color model

#30D29C color CMYK value is (77,0,26,18).

  • cyan value is 77.14%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 17.65%
CMYK:
(77,0,26,18)
C77M0Y26K18 
(77%,0%,26%,18%)
(0.77/0.00/0.26/0.18)	

CMYK percentages

%77.14
%0
%25.71
%17.65

Codes

Color #30D29C in popluar color models

30D29C
RGB48210156
HSL160°64.29%50.59%
HSB/HSV160°77.14%82.35%
CMYK77.14%0.00%25.71%
17.65%

Color #30D29C in popluar number systems.

HEX30D29C
Decimal48210156
Binary1100001101001010011100
Octal60322234

Shades and tints

Shades of #30D29C

#30D29C
(48,210,156)
#2CBF8E
(44,191,142)
#28AC80
(40,172,128)
#249972
(36,153,114)
#208664
(32,134,100)
#1C7356
(28,115,86)
#186048
(24,96,72)
#144D3A
(20,77,58)
#103A2C
(16,58,44)
#0C271E
(12,39,30)
#081410
(8,20,16)
#000000
(0,0,0)

Tints of #30D29C

#30D29C
(48,210,156)
#42D6A5
(66,214,165)
#54DAAE
(84,218,174)
#66DEB7
(102,222,183)
#78E2C0
(120,226,192)
#8AE6C9
(138,230,201)
#9CEAD2
(156,234,210)
#AEEEDB
(174,238,219)
#C0F2E4
(192,242,228)
#D2F6ED
(210,246,237)
#E4FAF6
(228,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30D29C color. Also use rgb(48,210,156) instead hex code.

Text Font Color

.myTextColor { color: #30D29C; }

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

This text font color is #30D29C.


Background Color

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

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

This div background color is #30D29C.


Border color

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

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

This div border color is #30D29C.


Opacity

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

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

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

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

This text has shadow with #30D29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30D29C on black background.


Color preview on white background

This text has color #30D29C on white background.



Black color preview on #30D29C background

This text has black color on #30D29C background.


White color preview on #30D29C background

This text has white color on #30D29C background.