COLOR #30AA64

HEX: #30AA64
RGB: (48,170,100)

Color info

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

RGB color model

#30AA64 color RGB value is (48,170,100).

  • red value is 48;
  • green value is 170;
  • blue value is 100.
RGB:
(48,170,100)
(19%,67%,39%)

RGB channels and saturation

R 48 of 255 = 19%
G 170 of 255 = 67%
B 100 of 255 = 39%

48
170
100

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

Portions of RGB colors in percentages

R + G + B =
48 + 170 + 100 = 318 (100%)
R 48 of 318 ~ 15.09%
G 170 of 318 ~ 53.46%
B 100 of 318 ~ 31.45%

%15.09
%53.46
%31.45

CMYK color model

#30AA64 color CMYK value is (72,0,41,33).

  • cyan value is 71.76%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 33.33%
CMYK:
(72,0,41,33)
C72M0Y41K33 
(72%,0%,41%,33%)
(0.72/0.00/0.41/0.33)	

CMYK percentages

%71.76
%0
%41.18
%33.33

Codes

Color #30AA64 in popluar color models

30AA64
RGB48170100
HSL146°55.96%42.75%
HSB/HSV146°71.76%66.67%
CMYK71.76%0.00%41.18%
33.33%

Color #30AA64 in popluar number systems.

HEX30AA64
Decimal48170100
Binary110000101010101100100
Octal60252144

Shades and tints

Shades of #30AA64

#30AA64
(48,170,100)
#2C9B5B
(44,155,91)
#288C52
(40,140,82)
#247D49
(36,125,73)
#206E40
(32,110,64)
#1C5F37
(28,95,55)
#18502E
(24,80,46)
#144125
(20,65,37)
#10321C
(16,50,28)
#0C2313
(12,35,19)
#08140A
(8,20,10)
#000000
(0,0,0)

Tints of #30AA64

#30AA64
(48,170,100)
#42B172
(66,177,114)
#54B880
(84,184,128)
#66BF8E
(102,191,142)
#78C69C
(120,198,156)
#8ACDAA
(138,205,170)
#9CD4B8
(156,212,184)
#AEDBC6
(174,219,198)
#C0E2D4
(192,226,212)
#D2E9E2
(210,233,226)
#E4F0F0
(228,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30AA64 color. Also use rgb(48,170,100) instead hex code.

Text Font Color

.myTextColor { color: #30AA64; }

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

This text font color is #30AA64.


Background Color

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

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

This div background color is #30AA64.


Border color

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

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

This div border color is #30AA64.


Opacity

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

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

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

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

This text has shadow with #30AA64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30AA64 on black background.


Color preview on white background

This text has color #30AA64 on white background.



Black color preview on #30AA64 background

This text has black color on #30AA64 background.


White color preview on #30AA64 background

This text has white color on #30AA64 background.