COLOR #1BB872

HEX: #1BB872
RGB: (27,184,114)

Color info

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

RGB color model

#1BB872 color RGB value is (27,184,114).

  • red value is 27;
  • green value is 184;
  • blue value is 114.
RGB:
(27,184,114)
(11%,72%,45%)

RGB channels and saturation

R 27 of 255 = 11%
G 184 of 255 = 72%
B 114 of 255 = 45%

27
184
114

R + G + B ~ 43%. #1BB872 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
27 + 184 + 114 = 325 (100%)
R 27 of 325 ~ 8.31%
G 184 of 325 ~ 56.62%
B 114 of 325 ~ 35.08%

%56.62
%35.08

CMYK color model

#1BB872 color CMYK value is (85,0,38,28).

  • cyan value is 85.33%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 27.84%
CMYK:
(85,0,38,28)
C85M0Y38K28 
(85%,0%,38%,28%)
(0.85/0.00/0.38/0.28)	

CMYK percentages

%85.33
%0
%38.04
%27.84

Codes

Color #1BB872 in popluar color models

1BB872
RGB27184114
HSL153°74.41%41.37%
HSB/HSV153°85.33%72.16%
CMYK85.33%0.00%38.04%
27.84%

Color #1BB872 in popluar number systems.

HEX1BB872
Decimal27184114
Binary11011101110001110010
Octal33270162

Shades and tints

Shades of #1BB872

#1BB872
(27,184,114)
#19A868
(25,168,104)
#17985E
(23,152,94)
#158854
(21,136,84)
#13784A
(19,120,74)
#116840
(17,104,64)
#0F5836
(15,88,54)
#0D482C
(13,72,44)
#0B3822
(11,56,34)
#092818
(9,40,24)
#07180E
(7,24,14)
#000000
(0,0,0)

Tints of #1BB872

#1BB872
(27,184,114)
#2FBE7E
(47,190,126)
#43C48A
(67,196,138)
#57CA96
(87,202,150)
#6BD0A2
(107,208,162)
#7FD6AE
(127,214,174)
#93DCBA
(147,220,186)
#A7E2C6
(167,226,198)
#BBE8D2
(187,232,210)
#CFEEDE
(207,238,222)
#E3F4EA
(227,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1BB872 color. Also use rgb(27,184,114) instead hex code.

Text Font Color

.myTextColor { color: #1BB872; }

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

This text font color is #1BB872.


Background Color

.myBgColor { background-color: #1BB872; }

<div style="background-color:#1BB872">Inner text</div>

This div background color is #1BB872.


Border color

.myBorderColor { border: 1px solid #1BB872; }

<div style="border:3px solid #1BB872">Div</div>

This div border color is #1BB872.


Opacity

.myOpacity80 { color: #1BB872; opacity: 0.8; }

<p style="color:#1BB872;opacity:0.8;">80%</p>

Text with #1BB872 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 #1BB872;}

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

This text has shadow with #1BB872 color.

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

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

This text has shadow with #1BB872 primary color and red secondary color.


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

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

This text has shadow with #1BB872 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1BB872 on black background.


Color preview on white background

This text has color #1BB872 on white background.



Black color preview on #1BB872 background

This text has black color on #1BB872 background.


White color preview on #1BB872 background

This text has white color on #1BB872 background.