COLOR #72B030

HEX: #72B030
RGB: (114,176,48)

Color info

#72B030 contains mainly green color. Web safe color of #72B030 is #669933 (or #693).

RGB color model

#72B030 color RGB value is (114,176,48).

  • red value is 114;
  • green value is 176;
  • blue value is 48.
RGB:
(114,176,48)
(45%,69%,19%)

RGB channels and saturation

R 114 of 255 = 45%
G 176 of 255 = 69%
B 48 of 255 = 19%

114
176
48

R + G + B ~ 44%. #72B030 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 176 + 48 = 338 (100%)
R 114 of 338 ~ 33.73%
G 176 of 338 ~ 52.07%
B 48 of 338 ~ 14.2%

%33.73
%52.07
%14.2

CMYK color model

#72B030 color CMYK value is (35,0,73,31).

  • cyan value is 35.23%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 30.98%
CMYK:
(35,0,73,31)
C35M0Y73K31 
(35%,0%,73%,31%)
(0.35/0.00/0.73/0.31)	

CMYK percentages

%35.23
%0
%72.73
%30.98

Codes

Color #72B030 in popluar color models

72B030
RGB11417648
HSL89°57.14%43.92%
HSB/HSV89°72.73%69.02%
CMYK35.23%0.00%72.73%
30.98%

Color #72B030 in popluar number systems.

HEX72B030
Decimal11417648
Binary111001010110000110000
Octal16226060

Shades and tints

Shades of #72B030

#72B030
(114,176,48)
#68A02C
(104,160,44)
#5E9028
(94,144,40)
#548024
(84,128,36)
#4A7020
(74,112,32)
#40601C
(64,96,28)
#365018
(54,80,24)
#2C4014
(44,64,20)
#223010
(34,48,16)
#18200C
(24,32,12)
#0E1008
(14,16,8)
#000000
(0,0,0)

Tints of #72B030

#72B030
(114,176,48)
#7EB742
(126,183,66)
#8ABE54
(138,190,84)
#96C566
(150,197,102)
#A2CC78
(162,204,120)
#AED38A
(174,211,138)
#BADA9C
(186,218,156)
#C6E1AE
(198,225,174)
#D2E8C0
(210,232,192)
#DEEFD2
(222,239,210)
#EAF6E4
(234,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72B030 color. Also use rgb(114,176,48) instead hex code.

Text Font Color

.myTextColor { color: #72B030; }

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

This text font color is #72B030.


Background Color

.myBgColor { background-color: #72B030; }

<div style="background-color:#72B030">Inner text</div>

This div background color is #72B030.


Border color

.myBorderColor { border: 1px solid #72B030; }

<div style="border:3px solid #72B030">Div</div>

This div border color is #72B030.


Opacity

.myOpacity80 { color: #72B030; opacity: 0.8; }

<p style="color:#72B030;opacity:0.8;">80%</p>

Text with #72B030 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 #72B030;}

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

This text has shadow with #72B030 color.

.textShadow {text-shadow: 3px 3px 1px #72B030, 3px 3px 1px red;}

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

This text has shadow with #72B030 primary color and red secondary color.


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

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

This text has shadow with #72B030 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72B030 on black background.


Color preview on white background

This text has color #72B030 on white background.



Black color preview on #72B030 background

This text has black color on #72B030 background.


White color preview on #72B030 background

This text has white color on #72B030 background.