COLOR #128429

HEX: #128429
RGB: (18,132,41)

Color info

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

RGB color model

#128429 color RGB value is (18,132,41).

  • red value is 18;
  • green value is 132;
  • blue value is 41.
RGB:
(18,132,41)
(7%,52%,16%)

RGB channels and saturation

R 18 of 255 = 7%
G 132 of 255 = 52%
B 41 of 255 = 16%

18
132
41

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

Portions of RGB colors in percentages

R + G + B =
18 + 132 + 41 = 191 (100%)
R 18 of 191 ~ 9.42%
G 132 of 191 ~ 69.11%
B 41 of 191 ~ 21.47%

%69.11
%21.47

CMYK color model

#128429 color CMYK value is (86,0,69,48).

  • cyan value is 86.36%
  • magenta value is 0.00%
  • yellow value is 68.94%
  • key color value is 48.24%
CMYK:
(86,0,69,48)
C86M0Y69K48 
(86%,0%,69%,48%)
(0.86/0.00/0.69/0.48)	

CMYK percentages

%86.36
%0
%68.94
%48.24

Codes

Color #128429 in popluar color models

128429
RGB1813241
HSL132°76.00%29.41%
HSB/HSV132°86.36%51.76%
CMYK86.36%0.00%68.94%
48.24%

Color #128429 in popluar number systems.

HEX128429
Decimal1813241
Binary1001010000100101001
Octal2220451

Shades and tints

Shades of #128429

#128429
(18,132,41)
#117826
(17,120,38)
#106C23
(16,108,35)
#0F6020
(15,96,32)
#0E541D
(14,84,29)
#0D481A
(13,72,26)
#0C3C17
(12,60,23)
#0B3014
(11,48,20)
#0A2411
(10,36,17)
#09180E
(9,24,14)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #128429

#128429
(18,132,41)
#278F3C
(39,143,60)
#3C9A4F
(60,154,79)
#51A562
(81,165,98)
#66B075
(102,176,117)
#7BBB88
(123,187,136)
#90C69B
(144,198,155)
#A5D1AE
(165,209,174)
#BADCC1
(186,220,193)
#CFE7D4
(207,231,212)
#E4F2E7
(228,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #128429 color. Also use rgb(18,132,41) instead hex code.

Text Font Color

.myTextColor { color: #128429; }

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

This text font color is #128429.


Background Color

.myBgColor { background-color: #128429; }

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

This div background color is #128429.


Border color

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

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

This div border color is #128429.


Opacity

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

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

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

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

This text has shadow with #128429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #128429 on black background.


Color preview on white background

This text has color #128429 on white background.



Black color preview on #128429 background

This text has black color on #128429 background.


White color preview on #128429 background

This text has white color on #128429 background.