COLOR #188147

HEX: #188147
RGB: (24,129,71)

Color info

#188147 contains mainly green and blue colors. Web safe color of #188147 is #009933 (or #093).

RGB color model

#188147 color RGB value is (24,129,71).

  • red value is 24;
  • green value is 129;
  • blue value is 71.
RGB:
(24,129,71)
(9%,51%,28%)

RGB channels and saturation

R 24 of 255 = 9%
G 129 of 255 = 51%
B 71 of 255 = 28%

24
129
71

R + G + B ~ 29%. #188147 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 129 + 71 = 224 (100%)
R 24 of 224 ~ 10.71%
G 129 of 224 ~ 57.59%
B 71 of 224 ~ 31.7%

%10.71
%57.59
%31.7

CMYK color model

#188147 color CMYK value is (81,0,45,49).

  • cyan value is 81.40%
  • magenta value is 0.00%
  • yellow value is 44.96%
  • key color value is 49.41%
CMYK:
(81,0,45,49)
C81M0Y45K49 
(81%,0%,45%,49%)
(0.81/0.00/0.45/0.49)	

CMYK percentages

%81.4
%0
%44.96
%49.41

Codes

Color #188147 in popluar color models

188147
RGB2412971
HSL147°68.63%30.00%
HSB/HSV147°81.40%50.59%
CMYK81.40%0.00%44.96%
49.41%

Color #188147 in popluar number systems.

HEX188147
Decimal2412971
Binary11000100000011000111
Octal30201107

Shades and tints

Shades of #188147

#188147
(24,129,71)
#167641
(22,118,65)
#146B3B
(20,107,59)
#126035
(18,96,53)
#10552F
(16,85,47)
#0E4A29
(14,74,41)
#0C3F23
(12,63,35)
#0A341D
(10,52,29)
#082917
(8,41,23)
#061E11
(6,30,17)
#04130B
(4,19,11)
#000000
(0,0,0)

Tints of #188147

#188147
(24,129,71)
#2D8C57
(45,140,87)
#429767
(66,151,103)
#57A277
(87,162,119)
#6CAD87
(108,173,135)
#81B897
(129,184,151)
#96C3A7
(150,195,167)
#ABCEB7
(171,206,183)
#C0D9C7
(192,217,199)
#D5E4D7
(213,228,215)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #188147 color. Also use rgb(24,129,71) instead hex code.

Text Font Color

.myTextColor { color: #188147; }

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

This text font color is #188147.


Background Color

.myBgColor { background-color: #188147; }

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

This div background color is #188147.


Border color

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

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

This div border color is #188147.


Opacity

.myOpacity80 { color: #188147; opacity: 0.8; }

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

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

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

This text has shadow with #188147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #188147 on black background.


Color preview on white background

This text has color #188147 on white background.



Black color preview on #188147 background

This text has black color on #188147 background.


White color preview on #188147 background

This text has white color on #188147 background.