COLOR #199015

HEX: #199015
RGB: (25,144,21)

Color info

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

RGB color model

#199015 color RGB value is (25,144,21).

  • red value is 25;
  • green value is 144;
  • blue value is 21.
RGB:
(25,144,21)
(10%,56%,8%)

RGB channels and saturation

R 25 of 255 = 10%
G 144 of 255 = 56%
B 21 of 255 = 8%

25
144
21

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

Portions of RGB colors in percentages

R + G + B =
25 + 144 + 21 = 190 (100%)
R 25 of 190 ~ 13.16%
G 144 of 190 ~ 75.79%
B 21 of 190 ~ 11.05%

%13.16
%75.79
%11.05

CMYK color model

#199015 color CMYK value is (83,0,85,44).

  • cyan value is 82.64%
  • magenta value is 0.00%
  • yellow value is 85.42%
  • key color value is 43.53%
CMYK:
(83,0,85,44)
C83M0Y85K44 
(83%,0%,85%,44%)
(0.83/0.00/0.85/0.44)	

CMYK percentages

%82.64
%0
%85.42
%43.53

Codes

Color #199015 in popluar color models

199015
RGB2514421
HSL118°74.55%32.35%
HSB/HSV118°85.42%56.47%
CMYK82.64%0.00%85.42%
43.53%

Color #199015 in popluar number systems.

HEX199015
Decimal2514421
Binary110011001000010101
Octal3122025

Shades and tints

Shades of #199015

#199015
(25,144,21)
#178314
(23,131,20)
#157613
(21,118,19)
#136912
(19,105,18)
#115C11
(17,92,17)
#0F4F10
(15,79,16)
#0D420F
(13,66,15)
#0B350E
(11,53,14)
#09280D
(9,40,13)
#071B0C
(7,27,12)
#050E0B
(5,14,11)
#000000
(0,0,0)

Tints of #199015

#199015
(25,144,21)
#2D9A2A
(45,154,42)
#41A43F
(65,164,63)
#55AE54
(85,174,84)
#69B869
(105,184,105)
#7DC27E
(125,194,126)
#91CC93
(145,204,147)
#A5D6A8
(165,214,168)
#B9E0BD
(185,224,189)
#CDEAD2
(205,234,210)
#E1F4E7
(225,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #199015; }

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

This text font color is #199015.


Background Color

.myBgColor { background-color: #199015; }

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

This div background color is #199015.


Border color

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

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

This div border color is #199015.


Opacity

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

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

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

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

This text has shadow with #199015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #199015 on black background.


Color preview on white background

This text has color #199015 on white background.



Black color preview on #199015 background

This text has black color on #199015 background.


White color preview on #199015 background

This text has white color on #199015 background.