COLOR #139342

HEX: #139342
RGB: (19,147,66)

Color info

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

RGB color model

#139342 color RGB value is (19,147,66).

  • red value is 19;
  • green value is 147;
  • blue value is 66.
RGB:
(19,147,66)
(7%,58%,26%)

RGB channels and saturation

R 19 of 255 = 7%
G 147 of 255 = 58%
B 66 of 255 = 26%

19
147
66

R + G + B ~ 30%. #139342 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 147 + 66 = 232 (100%)
R 19 of 232 ~ 8.19%
G 147 of 232 ~ 63.36%
B 66 of 232 ~ 28.45%

%63.36
%28.45

CMYK color model

#139342 color CMYK value is (87,0,55,42).

  • cyan value is 87.07%
  • magenta value is 0.00%
  • yellow value is 55.10%
  • key color value is 42.35%
CMYK:
(87,0,55,42)
C87M0Y55K42 
(87%,0%,55%,42%)
(0.87/0.00/0.55/0.42)	

CMYK percentages

%87.07
%0
%55.1
%42.35

Codes

Color #139342 in popluar color models

139342
RGB1914766
HSL142°77.11%32.55%
HSB/HSV142°87.07%57.65%
CMYK87.07%0.00%55.10%
42.35%

Color #139342 in popluar number systems.

HEX139342
Decimal1914766
Binary10011100100111000010
Octal23223102

Shades and tints

Shades of #139342

#139342
(19,147,66)
#12863C
(18,134,60)
#117936
(17,121,54)
#106C30
(16,108,48)
#0F5F2A
(15,95,42)
#0E5224
(14,82,36)
#0D451E
(13,69,30)
#0C3818
(12,56,24)
#0B2B12
(11,43,18)
#0A1E0C
(10,30,12)
#091106
(9,17,6)
#000000
(0,0,0)

Tints of #139342

#139342
(19,147,66)
#289C53
(40,156,83)
#3DA564
(61,165,100)
#52AE75
(82,174,117)
#67B786
(103,183,134)
#7CC097
(124,192,151)
#91C9A8
(145,201,168)
#A6D2B9
(166,210,185)
#BBDBCA
(187,219,202)
#D0E4DB
(208,228,219)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #139342 color. Also use rgb(19,147,66) instead hex code.

Text Font Color

.myTextColor { color: #139342; }

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

This text font color is #139342.


Background Color

.myBgColor { background-color: #139342; }

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

This div background color is #139342.


Border color

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

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

This div border color is #139342.


Opacity

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

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

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

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

This text has shadow with #139342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #139342 on black background.


Color preview on white background

This text has color #139342 on white background.



Black color preview on #139342 background

This text has black color on #139342 background.


White color preview on #139342 background

This text has white color on #139342 background.