COLOR #199C42

HEX: #199C42
RGB: (25,156,66)

Color info

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

RGB color model

#199C42 color RGB value is (25,156,66).

  • red value is 25;
  • green value is 156;
  • blue value is 66.
RGB:
(25,156,66)
(10%,61%,26%)

RGB channels and saturation

R 25 of 255 = 10%
G 156 of 255 = 61%
B 66 of 255 = 26%

25
156
66

R + G + B ~ 32%. #199C42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 156 + 66 = 247 (100%)
R 25 of 247 ~ 10.12%
G 156 of 247 ~ 63.16%
B 66 of 247 ~ 26.72%

%10.12
%63.16
%26.72

CMYK color model

#199C42 color CMYK value is (84,0,58,39).

  • cyan value is 83.97%
  • magenta value is 0.00%
  • yellow value is 57.69%
  • key color value is 38.82%
CMYK:
(84,0,58,39)
C84M0Y58K39 
(84%,0%,58%,39%)
(0.84/0.00/0.58/0.39)	

CMYK percentages

%83.97
%0
%57.69
%38.82

Codes

Color #199C42 in popluar color models

199C42
RGB2515666
HSL139°72.38%35.49%
HSB/HSV139°83.97%61.18%
CMYK83.97%0.00%57.69%
38.82%

Color #199C42 in popluar number systems.

HEX199C42
Decimal2515666
Binary11001100111001000010
Octal31234102

Shades and tints

Shades of #199C42

#199C42
(25,156,66)
#178E3C
(23,142,60)
#158036
(21,128,54)
#137230
(19,114,48)
#11642A
(17,100,42)
#0F5624
(15,86,36)
#0D481E
(13,72,30)
#0B3A18
(11,58,24)
#092C12
(9,44,18)
#071E0C
(7,30,12)
#051006
(5,16,6)
#000000
(0,0,0)

Tints of #199C42

#199C42
(25,156,66)
#2DA553
(45,165,83)
#41AE64
(65,174,100)
#55B775
(85,183,117)
#69C086
(105,192,134)
#7DC997
(125,201,151)
#91D2A8
(145,210,168)
#A5DBB9
(165,219,185)
#B9E4CA
(185,228,202)
#CDEDDB
(205,237,219)
#E1F6EC
(225,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #199C42 color. Also use rgb(25,156,66) instead hex code.

Text Font Color

.myTextColor { color: #199C42; }

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

This text font color is #199C42.


Background Color

.myBgColor { background-color: #199C42; }

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

This div background color is #199C42.


Border color

.myBorderColor { border: 1px solid #199C42; }

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

This div border color is #199C42.


Opacity

.myOpacity80 { color: #199C42; opacity: 0.8; }

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

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

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

This text has shadow with #199C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #199C42 on black background.


Color preview on white background

This text has color #199C42 on white background.



Black color preview on #199C42 background

This text has black color on #199C42 background.


White color preview on #199C42 background

This text has white color on #199C42 background.