COLOR #30AA43

HEX: #30AA43 RGB: (48,170,67)

Color info

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

RGB color model

#30AA43 color RGB value is (48,170,67).

RGB: (48,170,67) (19%, 67%, 26%)

RGB channels and saturation

R 48 of 255 = 19%
G 170 of 255 = 67%
B 67 of 255 = 26%

48
170
67

R + G + B ~ 37%. #30AA43 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 170 + 67 = 285 (100%)
R 48 of 285 ~ 16.84%
G 170 of 285 ~ 59.65%
B 67 of 285 ~ 23.51'%

%16.84
%59.65
%23.51

CMYK color model

#30AA43 color CMYK value is (72,0,61,33).

  • cyan value is 71.76%
  • magenta value is 0.00%
  • yellow value is 60.59%
  • key color value is 33.33%

CMYK: (72,0,61,33)
C72M0Y61K33 (72%, 0%, 61%, 33%)
(0.72 / 0.00 / 0.61 / 0.33)

CMYK percentages

%71.76
%0
%60.59
%33.33

Codes

Color #30AA43 in popluar color models

30 AA 43
RGB 48 170 67
HSL 129° 55.96% 42.75%
HSB/HSV 129° 71.76% 66.67%
CMYK 71.76% 0.00% 60.59%
33.33%

Color #30AA43 in popluar number systems.

HEX 30 AA 43
Decimal 48 170 67
Binary 110000 10101010 1000011
Octal 60 252 103

Shades and tints

Shades of #30AA43

#30AA43
(48,170,67)
#2C9B3D
(44,155,61)
#288C37
(40,140,55)
#247D31
(36,125,49)
#206E2B
(32,110,43)
#1C5F25
(28,95,37)
#18501F
(24,80,31)
#144119
(20,65,25)
#103213
(16,50,19)
#0C230D
(12,35,13)
#081407
(8,20,7)
#000000
(0,0,0)

Tints of #30AA43

#30AA43
(48,170,67)
#42B154
(66,177,84)
#54B865
(84,184,101)
#66BF76
(102,191,118)
#78C687
(120,198,135)
#8ACD98
(138,205,152)
#9CD4A9
(156,212,169)
#AEDBBA
(174,219,186)
#C0E2CB
(192,226,203)
#D2E9DC
(210,233,220)
#E4F0ED
(228,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30AA43; }

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

This text font color is #30AA43.

Background Color

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

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

This div background color is #30AA43.

Border color

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

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

This div border color is #30AA43.

Opacity

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

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

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

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

This text has shadow with #30AA43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30AA43.

Preview

Color preview on black background

This text has color #30AA43 on black background.


Color preview on white background

This text has color #30AA43 on white background.


Black color preview on #30AA43 background

This text has black color on #30AA43 background.


White color preview on #30AA43 background

This text has white color on #30AA43 background.


Related colors

Complementary color

Complementary color for #hex is #CF55BC.


I love getcolorcode.com

Triadic colors

1 #4330AA and #AA4330 with #30AA43 are triadic colors.

2 #43AA30 and #AA3043 with #30AA43 are triadic colors.