COLOR #30A74C

HEX: #30A74C
RGB: (48,167,76)

Color info

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

RGB color model

#30A74C color RGB value is (48,167,76).

  • red value is 48;
  • green value is 167;
  • blue value is 76.
RGB:
(48,167,76)
(19%,65%,30%)

RGB channels and saturation

R 48 of 255 = 19%
G 167 of 255 = 65%
B 76 of 255 = 30%

48
167
76

R + G + B ~ 38%. #30A74C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 167 + 76 = 291 (100%)
R 48 of 291 ~ 16.49%
G 167 of 291 ~ 57.39%
B 76 of 291 ~ 26.12%

%16.49
%57.39
%26.12

CMYK color model

#30A74C color CMYK value is (71,0,54,35).

  • cyan value is 71.26%
  • magenta value is 0.00%
  • yellow value is 54.49%
  • key color value is 34.51%
CMYK:
(71,0,54,35)
C71M0Y54K35 
(71%,0%,54%,35%)
(0.71/0.00/0.54/0.35)	

CMYK percentages

%71.26
%0
%54.49
%34.51

Codes

Color #30A74C in popluar color models

30A74C
RGB4816776
HSL134°55.35%42.16%
HSB/HSV134°71.26%65.49%
CMYK71.26%0.00%54.49%
34.51%

Color #30A74C in popluar number systems.

HEX30A74C
Decimal4816776
Binary110000101001111001100
Octal60247114

Shades and tints

Shades of #30A74C

#30A74C
(48,167,76)
#2C9846
(44,152,70)
#288940
(40,137,64)
#247A3A
(36,122,58)
#206B34
(32,107,52)
#1C5C2E
(28,92,46)
#184D28
(24,77,40)
#143E22
(20,62,34)
#102F1C
(16,47,28)
#0C2016
(12,32,22)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #30A74C

#30A74C
(48,167,76)
#42AF5C
(66,175,92)
#54B76C
(84,183,108)
#66BF7C
(102,191,124)
#78C78C
(120,199,140)
#8ACF9C
(138,207,156)
#9CD7AC
(156,215,172)
#AEDFBC
(174,223,188)
#C0E7CC
(192,231,204)
#D2EFDC
(210,239,220)
#E4F7EC
(228,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30A74C color. Also use rgb(48,167,76) instead hex code.

Text Font Color

.myTextColor { color: #30A74C; }

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

This text font color is #30A74C.


Background Color

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

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

This div background color is #30A74C.


Border color

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

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

This div border color is #30A74C.


Opacity

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

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

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

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

This text has shadow with #30A74C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30A74C on black background.


Color preview on white background

This text has color #30A74C on white background.



Black color preview on #30A74C background

This text has black color on #30A74C background.


White color preview on #30A74C background

This text has white color on #30A74C background.