COLOR #27BA72

HEX: #27BA72
RGB: (39,186,114)

Color info

#27BA72 contains mainly green color. Web safe color of #27BA72 is #33CC66 (or #3C6).

RGB color model

#27BA72 color RGB value is (39,186,114).

  • red value is 39;
  • green value is 186;
  • blue value is 114.
RGB:
(39,186,114)
(15%,73%,45%)

RGB channels and saturation

R 39 of 255 = 15%
G 186 of 255 = 73%
B 114 of 255 = 45%

39
186
114

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

Portions of RGB colors in percentages

R + G + B =
39 + 186 + 114 = 339 (100%)
R 39 of 339 ~ 11.5%
G 186 of 339 ~ 54.87%
B 114 of 339 ~ 33.63%

%11.5
%54.87
%33.63

CMYK color model

#27BA72 color CMYK value is (79,0,39,27).

  • cyan value is 79.03%
  • magenta value is 0.00%
  • yellow value is 38.71%
  • key color value is 27.06%
CMYK:
(79,0,39,27)
C79M0Y39K27 
(79%,0%,39%,27%)
(0.79/0.00/0.39/0.27)	

CMYK percentages

%79.03
%0
%38.71
%27.06

Codes

Color #27BA72 in popluar color models

27BA72
RGB39186114
HSL151°65.33%44.12%
HSB/HSV151°79.03%72.94%
CMYK79.03%0.00%38.71%
27.06%

Color #27BA72 in popluar number systems.

HEX27BA72
Decimal39186114
Binary100111101110101110010
Octal47272162

Shades and tints

Shades of #27BA72

#27BA72
(39,186,114)
#24AA68
(36,170,104)
#219A5E
(33,154,94)
#1E8A54
(30,138,84)
#1B7A4A
(27,122,74)
#186A40
(24,106,64)
#155A36
(21,90,54)
#124A2C
(18,74,44)
#0F3A22
(15,58,34)
#0C2A18
(12,42,24)
#091A0E
(9,26,14)
#000000
(0,0,0)

Tints of #27BA72

#27BA72
(39,186,114)
#3AC07E
(58,192,126)
#4DC68A
(77,198,138)
#60CC96
(96,204,150)
#73D2A2
(115,210,162)
#86D8AE
(134,216,174)
#99DEBA
(153,222,186)
#ACE4C6
(172,228,198)
#BFEAD2
(191,234,210)
#D2F0DE
(210,240,222)
#E5F6EA
(229,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27BA72 color. Also use rgb(39,186,114) instead hex code.

Text Font Color

.myTextColor { color: #27BA72; }

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

This text font color is #27BA72.


Background Color

.myBgColor { background-color: #27BA72; }

<div style="background-color:#27BA72">Inner text</div>

This div background color is #27BA72.


Border color

.myBorderColor { border: 1px solid #27BA72; }

<div style="border:3px solid #27BA72">Div</div>

This div border color is #27BA72.


Opacity

.myOpacity80 { color: #27BA72; opacity: 0.8; }

<p style="color:#27BA72;opacity:0.8;">80%</p>

Text with #27BA72 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 #27BA72;}

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

This text has shadow with #27BA72 color.

.textShadow {text-shadow: 3px 3px 1px #27BA72, 3px 3px 1px red;}

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

This text has shadow with #27BA72 primary color and red secondary color.


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

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

This text has shadow with #27BA72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27BA72 on black background.


Color preview on white background

This text has color #27BA72 on white background.



Black color preview on #27BA72 background

This text has black color on #27BA72 background.


White color preview on #27BA72 background

This text has white color on #27BA72 background.