COLOR #139919

HEX: #139919
RGB: (19,153,25)

Color info

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

RGB color model

#139919 color RGB value is (19,153,25).

  • red value is 19;
  • green value is 153;
  • blue value is 25.
RGB:
(19,153,25)
(7%,60%,10%)

RGB channels and saturation

R 19 of 255 = 7%
G 153 of 255 = 60%
B 25 of 255 = 10%

19
153
25

R + G + B ~ 26%. #139919 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 153 + 25 = 197 (100%)
R 19 of 197 ~ 9.64%
G 153 of 197 ~ 77.66%
B 25 of 197 ~ 12.69%

%9.64
%77.66
%12.69

CMYK color model

#139919 color CMYK value is (88,0,84,40).

  • cyan value is 87.58%
  • magenta value is 0.00%
  • yellow value is 83.66%
  • key color value is 40.00%
CMYK:
(88,0,84,40)
C88M0Y84K40 
(88%,0%,84%,40%)
(0.88/0.00/0.84/0.40)	

CMYK percentages

%87.58
%0
%83.66
%40

Codes

Color #139919 in popluar color models

139919
RGB1915325
HSL123°77.91%33.73%
HSB/HSV123°87.58%60.00%
CMYK87.58%0.00%83.66%
40.00%

Color #139919 in popluar number systems.

HEX139919
Decimal1915325
Binary100111001100111001
Octal2323131

Shades and tints

Shades of #139919

#139919
(19,153,25)
#128C17
(18,140,23)
#117F15
(17,127,21)
#107213
(16,114,19)
#0F6511
(15,101,17)
#0E580F
(14,88,15)
#0D4B0D
(13,75,13)
#0C3E0B
(12,62,11)
#0B3109
(11,49,9)
#0A2407
(10,36,7)
#091705
(9,23,5)
#000000
(0,0,0)

Tints of #139919

#139919
(19,153,25)
#28A22D
(40,162,45)
#3DAB41
(61,171,65)
#52B455
(82,180,85)
#67BD69
(103,189,105)
#7CC67D
(124,198,125)
#91CF91
(145,207,145)
#A6D8A5
(166,216,165)
#BBE1B9
(187,225,185)
#D0EACD
(208,234,205)
#E5F3E1
(229,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #139919 color. Also use rgb(19,153,25) instead hex code.

Text Font Color

.myTextColor { color: #139919; }

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

This text font color is #139919.


Background Color

.myBgColor { background-color: #139919; }

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

This div background color is #139919.


Border color

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

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

This div border color is #139919.


Opacity

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

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

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

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

This text has shadow with #139919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #139919 on black background.


Color preview on white background

This text has color #139919 on white background.



Black color preview on #139919 background

This text has black color on #139919 background.


White color preview on #139919 background

This text has white color on #139919 background.