COLOR #128832

HEX: #128832
RGB: (18,136,50)

Color info

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

RGB color model

#128832 color RGB value is (18,136,50).

  • red value is 18;
  • green value is 136;
  • blue value is 50.
RGB:
(18,136,50)
(7%,53%,20%)

RGB channels and saturation

R 18 of 255 = 7%
G 136 of 255 = 53%
B 50 of 255 = 20%

18
136
50

R + G + B ~ 27%. #128832 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 136 + 50 = 204 (100%)
R 18 of 204 ~ 8.82%
G 136 of 204 ~ 66.67%
B 50 of 204 ~ 24.51%

%66.67
%24.51

CMYK color model

#128832 color CMYK value is (87,0,63,47).

  • cyan value is 86.76%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 46.67%
CMYK:
(87,0,63,47)
C87M0Y63K47 
(87%,0%,63%,47%)
(0.87/0.00/0.63/0.47)	

CMYK percentages

%86.76
%0
%63.24
%46.67

Codes

Color #128832 in popluar color models

128832
RGB1813650
HSL136°76.62%30.20%
HSB/HSV136°86.76%53.33%
CMYK86.76%0.00%63.24%
46.67%

Color #128832 in popluar number systems.

HEX128832
Decimal1813650
Binary1001010001000110010
Octal2221062

Shades and tints

Shades of #128832

#128832
(18,136,50)
#117C2E
(17,124,46)
#10702A
(16,112,42)
#0F6426
(15,100,38)
#0E5822
(14,88,34)
#0D4C1E
(13,76,30)
#0C401A
(12,64,26)
#0B3416
(11,52,22)
#0A2812
(10,40,18)
#091C0E
(9,28,14)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #128832

#128832
(18,136,50)
#279244
(39,146,68)
#3C9C56
(60,156,86)
#51A668
(81,166,104)
#66B07A
(102,176,122)
#7BBA8C
(123,186,140)
#90C49E
(144,196,158)
#A5CEB0
(165,206,176)
#BAD8C2
(186,216,194)
#CFE2D4
(207,226,212)
#E4ECE6
(228,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #128832 color. Also use rgb(18,136,50) instead hex code.

Text Font Color

.myTextColor { color: #128832; }

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

This text font color is #128832.


Background Color

.myBgColor { background-color: #128832; }

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

This div background color is #128832.


Border color

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

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

This div border color is #128832.


Opacity

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

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

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

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

This text has shadow with #128832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #128832 on black background.


Color preview on white background

This text has color #128832 on white background.



Black color preview on #128832 background

This text has black color on #128832 background.


White color preview on #128832 background

This text has white color on #128832 background.