COLOR #198019

HEX: #198019
RGB: (25,128,25)

Color info

#198019 contains mainly green color. Web safe color of #198019 is #006600 (or #060).

RGB color model

#198019 color RGB value is (25,128,25).

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

RGB channels and saturation

R 25 of 255 = 10%
G 128 of 255 = 50%
B 25 of 255 = 10%

25
128
25

R + G + B ~ 23%. #198019 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 128 + 25 = 178 (100%)
R 25 of 178 ~ 14.04%
G 128 of 178 ~ 71.91%
B 25 of 178 ~ 14.04%

%14.04
%71.91
%14.04

CMYK color model

#198019 color CMYK value is (80,0,80,50).

  • cyan value is 80.47%
  • magenta value is 0.00%
  • yellow value is 80.47%
  • key color value is 49.80%
CMYK:
(80,0,80,50)
C80M0Y80K50 
(80%,0%,80%,50%)
(0.80/0.00/0.80/0.50)	

CMYK percentages

%80.47
%0
%80.47
%49.8

Codes

Color #198019 in popluar color models

198019
RGB2512825
HSL120°67.32%30.00%
HSB/HSV120°80.47%50.20%
CMYK80.47%0.00%80.47%
49.80%

Color #198019 in popluar number systems.

HEX198019
Decimal2512825
Binary110011000000011001
Octal3120031

Shades and tints

Shades of #198019

#198019
(25,128,25)
#177517
(23,117,23)
#156A15
(21,106,21)
#135F13
(19,95,19)
#115411
(17,84,17)
#0F490F
(15,73,15)
#0D3E0D
(13,62,13)
#0B330B
(11,51,11)
#092809
(9,40,9)
#071D07
(7,29,7)
#051205
(5,18,5)
#000000
(0,0,0)

Tints of #198019

#198019
(25,128,25)
#2D8B2D
(45,139,45)
#419641
(65,150,65)
#55A155
(85,161,85)
#69AC69
(105,172,105)
#7DB77D
(125,183,125)
#91C291
(145,194,145)
#A5CDA5
(165,205,165)
#B9D8B9
(185,216,185)
#CDE3CD
(205,227,205)
#E1EEE1
(225,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #198019; }

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

This text font color is #198019.


Background Color

.myBgColor { background-color: #198019; }

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

This div background color is #198019.


Border color

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

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

This div border color is #198019.


Opacity

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

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

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

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

This text has shadow with #198019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #198019 on black background.


Color preview on white background

This text has color #198019 on white background.



Black color preview on #198019 background

This text has black color on #198019 background.


White color preview on #198019 background

This text has white color on #198019 background.