COLOR #188228

HEX: #188228
RGB: (24,130,40)

Color info

#188228 contains mainly green color. Web safe color of #188228 is #009933 (or #093).

RGB color model

#188228 color RGB value is (24,130,40).

  • red value is 24;
  • green value is 130;
  • blue value is 40.
RGB:
(24,130,40)
(9%,51%,16%)

RGB channels and saturation

R 24 of 255 = 9%
G 130 of 255 = 51%
B 40 of 255 = 16%

24
130
40

R + G + B ~ 25%. #188228 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 130 + 40 = 194 (100%)
R 24 of 194 ~ 12.37%
G 130 of 194 ~ 67.01%
B 40 of 194 ~ 20.62%

%12.37
%67.01
%20.62

CMYK color model

#188228 color CMYK value is (82,0,69,49).

  • cyan value is 81.54%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 49.02%
CMYK:
(82,0,69,49)
C82M0Y69K49 
(82%,0%,69%,49%)
(0.82/0.00/0.69/0.49)	

CMYK percentages

%81.54
%0
%69.23
%49.02

Codes

Color #188228 in popluar color models

188228
RGB2413040
HSL129°68.83%30.20%
HSB/HSV129°81.54%50.98%
CMYK81.54%0.00%69.23%
49.02%

Color #188228 in popluar number systems.

HEX188228
Decimal2413040
Binary1100010000010101000
Octal3020250

Shades and tints

Shades of #188228

#188228
(24,130,40)
#167725
(22,119,37)
#146C22
(20,108,34)
#12611F
(18,97,31)
#10561C
(16,86,28)
#0E4B19
(14,75,25)
#0C4016
(12,64,22)
#0A3513
(10,53,19)
#082A10
(8,42,16)
#061F0D
(6,31,13)
#04140A
(4,20,10)
#000000
(0,0,0)

Tints of #188228

#188228
(24,130,40)
#2D8D3B
(45,141,59)
#42984E
(66,152,78)
#57A361
(87,163,97)
#6CAE74
(108,174,116)
#81B987
(129,185,135)
#96C49A
(150,196,154)
#ABCFAD
(171,207,173)
#C0DAC0
(192,218,192)
#D5E5D3
(213,229,211)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #188228 color. Also use rgb(24,130,40) instead hex code.

Text Font Color

.myTextColor { color: #188228; }

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

This text font color is #188228.


Background Color

.myBgColor { background-color: #188228; }

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

This div background color is #188228.


Border color

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

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

This div border color is #188228.


Opacity

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

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

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

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

This text has shadow with #188228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #188228 on black background.


Color preview on white background

This text has color #188228 on white background.



Black color preview on #188228 background

This text has black color on #188228 background.


White color preview on #188228 background

This text has white color on #188228 background.