COLOR #72BA2F

HEX: #72BA2F RGB: (114,186,47)

Color info

#72BA2F contains mainly green color. Web safe color of #72BA2F is #66CC33 (or #6C3).

RGB color model

#72BA2F color RGB value is (114,186,47).

RGB: (114,186,47) (45%, 73%, 18%)

RGB channels and saturation

R 114 of 255 = 45%
G 186 of 255 = 73%
B 47 of 255 = 18%

114
186
47

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

Portions of RGB colors in percentages

R + G + B = 114 + 186 + 47 = 347 (100%)
R 114 of 347 ~ 32.85%
G 186 of 347 ~ 53.6%
B 47 of 347 ~ 13.54'%

%32.85
%53.6
%13.54

CMYK color model

#72BA2F color CMYK value is (39,0,75,27).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 74.73%
  • key color value is 27.06%

CMYK: (39,0,75,27)
C39M0Y75K27 (39%, 0%, 75%, 27%)
(0.39 / 0.00 / 0.75 / 0.27)

CMYK percentages

%38.71
%0
%74.73
%27.06

Codes

Color #72BA2F in popluar color models

72 BA 2F
RGB 114 186 47
HSL 91° 59.66% 45.69%
HSB/HSV 91° 74.73% 72.94%
CMYK 38.71% 0.00% 74.73%
27.06%

Color #72BA2F in popluar number systems.

HEX 72 BA 2F
Decimal 114 186 47
Binary 1110010 10111010 101111
Octal 162 272 57

Shades and tints

Shades of #72BA2F

#72BA2F
(114,186,47)
#68AA2B
(104,170,43)
#5E9A27
(94,154,39)
#548A23
(84,138,35)
#4A7A1F
(74,122,31)
#406A1B
(64,106,27)
#365A17
(54,90,23)
#2C4A13
(44,74,19)
#223A0F
(34,58,15)
#182A0B
(24,42,11)
#0E1A07
(14,26,7)
#000000
(0,0,0)

Tints of #72BA2F

#72BA2F
(114,186,47)
#7EC041
(126,192,65)
#8AC653
(138,198,83)
#96CC65
(150,204,101)
#A2D277
(162,210,119)
#AED889
(174,216,137)
#BADE9B
(186,222,155)
#C6E4AD
(198,228,173)
#D2EABF
(210,234,191)
#DEF0D1
(222,240,209)
#EAF6E3
(234,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72BA2F color. Also use rgb(114,186,47) instead hex code.

Text Font Color

.myTextColor { color: #72BA2F; }

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

This text font color is #72BA2F.

Background Color

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

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

This div background color is #72BA2F.

Border color

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

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

This div border color is #72BA2F.

Opacity

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

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

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

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

This text has shadow with #72BA2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72BA2F.

Preview

Color preview on black background

This text has color #72BA2F on black background.


Color preview on white background

This text has color #72BA2F on white background.


Black color preview on #72BA2F background

This text has black color on #72BA2F background.


White color preview on #72BA2F background

This text has white color on #72BA2F background.


Related colors

Complementary color

Complementary color for #hex is #8D45D0.


I love getcolorcode.com

Triadic colors

1 #2F72BA and #BA2F72 with #72BA2F are triadic colors.

2 #2FBA72 and #BA722F with #72BA2F are triadic colors.