COLOR #249B72

HEX: #249B72
RGB: (36,155,114)

Color info

#249B72 contains mainly green and blue colors. Web safe color of #249B72 is #339966 (or #396).

RGB color model

#249B72 color RGB value is (36,155,114).

  • red value is 36;
  • green value is 155;
  • blue value is 114.
RGB:
(36,155,114)
(14%,61%,45%)

RGB channels and saturation

R 36 of 255 = 14%
G 155 of 255 = 61%
B 114 of 255 = 45%

36
155
114

R + G + B ~ 40%. #249B72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 155 + 114 = 305 (100%)
R 36 of 305 ~ 11.8%
G 155 of 305 ~ 50.82%
B 114 of 305 ~ 37.38%

%11.8
%50.82
%37.38

CMYK color model

#249B72 color CMYK value is (77,0,26,39).

  • cyan value is 76.77%
  • magenta value is 0.00%
  • yellow value is 26.45%
  • key color value is 39.22%
CMYK:
(77,0,26,39)
C77M0Y26K39 
(77%,0%,26%,39%)
(0.77/0.00/0.26/0.39)	

CMYK percentages

%76.77
%0
%26.45
%39.22

Codes

Color #249B72 in popluar color models

249B72
RGB36155114
HSL159°62.30%37.45%
HSB/HSV159°76.77%60.78%
CMYK76.77%0.00%26.45%
39.22%

Color #249B72 in popluar number systems.

HEX249B72
Decimal36155114
Binary100100100110111110010
Octal44233162

Shades and tints

Shades of #249B72

#249B72
(36,155,114)
#218D68
(33,141,104)
#1E7F5E
(30,127,94)
#1B7154
(27,113,84)
#18634A
(24,99,74)
#155540
(21,85,64)
#124736
(18,71,54)
#0F392C
(15,57,44)
#0C2B22
(12,43,34)
#091D18
(9,29,24)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #249B72

#249B72
(36,155,114)
#37A47E
(55,164,126)
#4AAD8A
(74,173,138)
#5DB696
(93,182,150)
#70BFA2
(112,191,162)
#83C8AE
(131,200,174)
#96D1BA
(150,209,186)
#A9DAC6
(169,218,198)
#BCE3D2
(188,227,210)
#CFECDE
(207,236,222)
#E2F5EA
(226,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #249B72 color. Also use rgb(36,155,114) instead hex code.

Text Font Color

.myTextColor { color: #249B72; }

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

This text font color is #249B72.


Background Color

.myBgColor { background-color: #249B72; }

<div style="background-color:#249B72">Inner text</div>

This div background color is #249B72.


Border color

.myBorderColor { border: 1px solid #249B72; }

<div style="border:3px solid #249B72">Div</div>

This div border color is #249B72.


Opacity

.myOpacity80 { color: #249B72; opacity: 0.8; }

<p style="color:#249B72;opacity:0.8;">80%</p>

Text with #249B72 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 #249B72;}

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

This text has shadow with #249B72 color.

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

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

This text has shadow with #249B72 primary color and red secondary color.


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

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

This text has shadow with #249B72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #249B72 on black background.


Color preview on white background

This text has color #249B72 on white background.



Black color preview on #249B72 background

This text has black color on #249B72 background.


White color preview on #249B72 background

This text has white color on #249B72 background.