COLOR #198B1D

HEX: #198B1D
RGB: (25,139,29)

Color info

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

RGB color model

#198B1D color RGB value is (25,139,29).

  • red value is 25;
  • green value is 139;
  • blue value is 29.
RGB:
(25,139,29)
(10%,55%,11%)

RGB channels and saturation

R 25 of 255 = 10%
G 139 of 255 = 55%
B 29 of 255 = 11%

25
139
29

R + G + B ~ 25%. #198B1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 139 + 29 = 193 (100%)
R 25 of 193 ~ 12.95%
G 139 of 193 ~ 72.02%
B 29 of 193 ~ 15.03%

%12.95
%72.02
%15.03

CMYK color model

#198B1D color CMYK value is (82,0,79,45).

  • cyan value is 82.01%
  • magenta value is 0.00%
  • yellow value is 79.14%
  • key color value is 45.49%
CMYK:
(82,0,79,45)
C82M0Y79K45 
(82%,0%,79%,45%)
(0.82/0.00/0.79/0.45)	

CMYK percentages

%82.01
%0
%79.14
%45.49

Codes

Color #198B1D in popluar color models

198B1D
RGB2513929
HSL122°69.51%32.16%
HSB/HSV122°82.01%54.51%
CMYK82.01%0.00%79.14%
45.49%

Color #198B1D in popluar number systems.

HEX198B1D
Decimal2513929
Binary110011000101111101
Octal3121335

Shades and tints

Shades of #198B1D

#198B1D
(25,139,29)
#177F1B
(23,127,27)
#157319
(21,115,25)
#136717
(19,103,23)
#115B15
(17,91,21)
#0F4F13
(15,79,19)
#0D4311
(13,67,17)
#0B370F
(11,55,15)
#092B0D
(9,43,13)
#071F0B
(7,31,11)
#051309
(5,19,9)
#000000
(0,0,0)

Tints of #198B1D

#198B1D
(25,139,29)
#2D9531
(45,149,49)
#419F45
(65,159,69)
#55A959
(85,169,89)
#69B36D
(105,179,109)
#7DBD81
(125,189,129)
#91C795
(145,199,149)
#A5D1A9
(165,209,169)
#B9DBBD
(185,219,189)
#CDE5D1
(205,229,209)
#E1EFE5
(225,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #198B1D color. Also use rgb(25,139,29) instead hex code.

Text Font Color

.myTextColor { color: #198B1D; }

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

This text font color is #198B1D.


Background Color

.myBgColor { background-color: #198B1D; }

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

This div background color is #198B1D.


Border color

.myBorderColor { border: 1px solid #198B1D; }

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

This div border color is #198B1D.


Opacity

.myOpacity80 { color: #198B1D; opacity: 0.8; }

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

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

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

This text has shadow with #198B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #198B1D on black background.


Color preview on white background

This text has color #198B1D on white background.



Black color preview on #198B1D background

This text has black color on #198B1D background.


White color preview on #198B1D background

This text has white color on #198B1D background.