COLOR #30A65D

HEX: #30A65D RGB: (48,166,93)

Color info

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

RGB color model

#30A65D color RGB value is (48,166,93).

RGB: (48,166,93) (19%, 65%, 36%)

RGB channels and saturation

R 48 of 255 = 19%
G 166 of 255 = 65%
B 93 of 255 = 36%

48
166
93

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

Portions of RGB colors in percentages

R + G + B = 48 + 166 + 93 = 307 (100%)
R 48 of 307 ~ 15.64%
G 166 of 307 ~ 54.07%
B 93 of 307 ~ 30.29'%

%15.64
%54.07
%30.29

CMYK color model

#30A65D color CMYK value is (71,0,44,35).

  • cyan value is 71.08%
  • magenta value is 0.00%
  • yellow value is 43.98%
  • key color value is 34.90%
CMYK: (71,0,44,35) C71M0Y44K35 (71%,0%,44%,35%) (0.71/0.00/0.44/0.35) 

CMYK percentages

%71.08
%0
%43.98
%34.9

Codes

Color #30A65D in popluar color models

30 A6 5D
RGB 48 166 93
HSL 143° 55.14% 41.96%
HSB/HSV 143° 71.08% 65.10%
CMYK 71.08% 0.00% 43.98%
34.90%

Color #30A65D in popluar number systems.

HEX 30 A6 5D
Decimal 48 166 93
Binary 110000 10100110 1011101
Octal 60 246 135

Shades and tints

Shades of #30A65D

#30A65D
(48,166,93)
#2C9755
(44,151,85)
#28884D
(40,136,77)
#247945
(36,121,69)
#206A3D
(32,106,61)
#1C5B35
(28,91,53)
#184C2D
(24,76,45)
#143D25
(20,61,37)
#102E1D
(16,46,29)
#0C1F15
(12,31,21)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #30A65D

#30A65D
(48,166,93)
#42AE6B
(66,174,107)
#54B679
(84,182,121)
#66BE87
(102,190,135)
#78C695
(120,198,149)
#8ACEA3
(138,206,163)
#9CD6B1
(156,214,177)
#AEDEBF
(174,222,191)
#C0E6CD
(192,230,205)
#D2EEDB
(210,238,219)
#E4F6E9
(228,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30A65D color. Also use rgb(48,166,93) instead hex code.

Text Font Color

.myTextColor { color: #30A65D; }

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

This text font color is #30A65D.

Background Color

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

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

This div background color is #30A65D.

Border color

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

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

This div border color is #30A65D.

Opacity

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

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

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

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

This text has shadow with #30A65D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30A65D.

Preview

Color preview on black background

This text has color #30A65D on black background.


Color preview on white background

This text has color #30A65D on white background.


Black color preview on #30A65D background

This text has black color on #30A65D background.


White color preview on #30A65D background

This text has white color on #30A65D background.


Related colors

Complementary color

Complementary color for #hex is #CF59A2.


I love getcolorcode.com

Triadic colors

1 #5D30A6 and #A65D30 with #30A65D are triadic colors.

2 #5DA630 and #A6305D with #30A65D are triadic colors.