COLOR #198119

HEX: #198119
RGB: (25,129,25)

Color info

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

RGB color model

#198119 color RGB value is (25,129,25).

  • red value is 25;
  • green value is 129;
  • blue value is 25.
RGB:
(25,129,25)
(10%,51%,10%)

RGB channels and saturation

R 25 of 255 = 10%
G 129 of 255 = 51%
B 25 of 255 = 10%

25
129
25

R + G + B ~ 24%. #198119 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 129 + 25 = 179 (100%)
R 25 of 179 ~ 13.97%
G 129 of 179 ~ 72.07%
B 25 of 179 ~ 13.97%

%13.97
%72.07
%13.97

CMYK color model

#198119 color CMYK value is (81,0,81,49).

  • cyan value is 80.62%
  • magenta value is 0.00%
  • yellow value is 80.62%
  • key color value is 49.41%
CMYK:
(81,0,81,49)
C81M0Y81K49 
(81%,0%,81%,49%)
(0.81/0.00/0.81/0.49)	

CMYK percentages

%80.62
%0
%80.62
%49.41

Codes

Color #198119 in popluar color models

198119
RGB2512925
HSL120°67.53%30.20%
HSB/HSV120°80.62%50.59%
CMYK80.62%0.00%80.62%
49.41%

Color #198119 in popluar number systems.

HEX198119
Decimal2512925
Binary110011000000111001
Octal3120131

Shades and tints

Shades of #198119

#198119
(25,129,25)
#177617
(23,118,23)
#156B15
(21,107,21)
#136013
(19,96,19)
#115511
(17,85,17)
#0F4A0F
(15,74,15)
#0D3F0D
(13,63,13)
#0B340B
(11,52,11)
#092909
(9,41,9)
#071E07
(7,30,7)
#051305
(5,19,5)
#000000
(0,0,0)

Tints of #198119

#198119
(25,129,25)
#2D8C2D
(45,140,45)
#419741
(65,151,65)
#55A255
(85,162,85)
#69AD69
(105,173,105)
#7DB87D
(125,184,125)
#91C391
(145,195,145)
#A5CEA5
(165,206,165)
#B9D9B9
(185,217,185)
#CDE4CD
(205,228,205)
#E1EFE1
(225,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #198119; }

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

This text font color is #198119.


Background Color

.myBgColor { background-color: #198119; }

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

This div background color is #198119.


Border color

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

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

This div border color is #198119.


Opacity

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

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

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

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

This text has shadow with #198119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #198119 on black background.


Color preview on white background

This text has color #198119 on white background.



Black color preview on #198119 background

This text has black color on #198119 background.


White color preview on #198119 background

This text has white color on #198119 background.