COLOR #30A02B

HEX: #30A02B RGB: (48,160,43)

Color info

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

RGB color model

#30A02B color RGB value is (48,160,43).

RGB: (48,160,43) (19%, 63%, 17%)

RGB channels and saturation

R 48 of 255 = 19%
G 160 of 255 = 63%
B 43 of 255 = 17%

48
160
43

R + G + B ~ 33%. #30A02B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 160 + 43 = 251 (100%)
R 48 of 251 ~ 19.12%
G 160 of 251 ~ 63.75%
B 43 of 251 ~ 17.13'%

%19.12
%63.75
%17.13

CMYK color model

#30A02B color CMYK value is (70,0,73,37).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 73.13%
  • key color value is 37.25%

CMYK: (70,0,73,37)
C70M0Y73K37 (70%, 0%, 73%, 37%)
(0.70 / 0.00 / 0.73 / 0.37)

CMYK percentages

%70
%0
%73.13
%37.25

Codes

Color #30A02B in popluar color models

30 A0 2B
RGB 48 160 43
HSL 117° 57.64% 39.80%
HSB/HSV 117° 73.13% 62.75%
CMYK 70.00% 0.00% 73.13%
37.25%

Color #30A02B in popluar number systems.

HEX 30 A0 2B
Decimal 48 160 43
Binary 110000 10100000 101011
Octal 60 240 53

Shades and tints

Shades of #30A02B

#30A02B
(48,160,43)
#2C9228
(44,146,40)
#288425
(40,132,37)
#247622
(36,118,34)
#20681F
(32,104,31)
#1C5A1C
(28,90,28)
#184C19
(24,76,25)
#143E16
(20,62,22)
#103013
(16,48,19)
#0C2210
(12,34,16)
#08140D
(8,20,13)
#000000
(0,0,0)

Tints of #30A02B

#30A02B
(48,160,43)
#42A83E
(66,168,62)
#54B051
(84,176,81)
#66B864
(102,184,100)
#78C077
(120,192,119)
#8AC88A
(138,200,138)
#9CD09D
(156,208,157)
#AED8B0
(174,216,176)
#C0E0C3
(192,224,195)
#D2E8D6
(210,232,214)
#E4F0E9
(228,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30A02B color. Also use rgb(48,160,43) instead hex code.

Text Font Color

.myTextColor { color: #30A02B; }

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

This text font color is #30A02B.

Background Color

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

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

This div background color is #30A02B.

Border color

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

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

This div border color is #30A02B.

Opacity

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

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

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

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

This text has shadow with #30A02B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30A02B.

Preview

Color preview on black background

This text has color #30A02B on black background.


Color preview on white background

This text has color #30A02B on white background.


Black color preview on #30A02B background

This text has black color on #30A02B background.


White color preview on #30A02B background

This text has white color on #30A02B background.


Related colors

Complementary color

Complementary color for #hex is #CF5FD4.


I love getcolorcode.com

Triadic colors

1 #2B30A0 and #A02B30 with #30A02B are triadic colors.

2 #2BA030 and #A0302B with #30A02B are triadic colors.