COLOR #139811

HEX: #139811
RGB: (19,152,17)

Color info

#139811 contains mainly green color. Web safe color of #139811 is #009900 (or #090).

RGB color model

#139811 color RGB value is (19,152,17).

  • red value is 19;
  • green value is 152;
  • blue value is 17.
RGB:
(19,152,17)
(7%,60%,7%)

RGB channels and saturation

R 19 of 255 = 7%
G 152 of 255 = 60%
B 17 of 255 = 7%

19
152
17

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

Portions of RGB colors in percentages

R + G + B =
19 + 152 + 17 = 188 (100%)
R 19 of 188 ~ 10.11%
G 152 of 188 ~ 80.85%
B 17 of 188 ~ 9.04%

%10.11
%80.85

CMYK color model

#139811 color CMYK value is (88,0,89,40).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 88.82%
  • key color value is 40.39%
CMYK:
(88,0,89,40)
C88M0Y89K40 
(88%,0%,89%,40%)
(0.88/0.00/0.89/0.40)	

CMYK percentages

%87.5
%0
%88.82
%40.39

Codes

Color #139811 in popluar color models

139811
RGB1915217
HSL119°79.88%33.14%
HSB/HSV119°88.82%59.61%
CMYK87.50%0.00%88.82%
40.39%

Color #139811 in popluar number systems.

HEX139811
Decimal1915217
Binary100111001100010001
Octal2323021

Shades and tints

Shades of #139811

#139811
(19,152,17)
#128B10
(18,139,16)
#117E0F
(17,126,15)
#10710E
(16,113,14)
#0F640D
(15,100,13)
#0E570C
(14,87,12)
#0D4A0B
(13,74,11)
#0C3D0A
(12,61,10)
#0B3009
(11,48,9)
#0A2308
(10,35,8)
#091607
(9,22,7)
#000000
(0,0,0)

Tints of #139811

#139811
(19,152,17)
#28A126
(40,161,38)
#3DAA3B
(61,170,59)
#52B350
(82,179,80)
#67BC65
(103,188,101)
#7CC57A
(124,197,122)
#91CE8F
(145,206,143)
#A6D7A4
(166,215,164)
#BBE0B9
(187,224,185)
#D0E9CE
(208,233,206)
#E5F2E3
(229,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #139811 color. Also use rgb(19,152,17) instead hex code.

Text Font Color

.myTextColor { color: #139811; }

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

This text font color is #139811.


Background Color

.myBgColor { background-color: #139811; }

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

This div background color is #139811.


Border color

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

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

This div border color is #139811.


Opacity

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

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

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

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

This text has shadow with #139811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #139811 on black background.


Color preview on white background

This text has color #139811 on white background.



Black color preview on #139811 background

This text has black color on #139811 background.


White color preview on #139811 background

This text has white color on #139811 background.