COLOR #019119

HEX: #019119
RGB: (1,145,25)

Color info

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

RGB color model

#019119 color RGB value is (1,145,25).

  • red value is 1;
  • green value is 145;
  • blue value is 25.
RGB:
(1,145,25)
(0%,57%,10%)

RGB channels and saturation

R 1 of 255 = 0%
G 145 of 255 = 57%
B 25 of 255 = 10%

1
145
25

R + G + B ~ 22%. #019119 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 145 + 25 = 171 (100%)
R 1 of 171 ~ 0.58%
G 145 of 171 ~ 84.8%
B 25 of 171 ~ 14.62%

%84.8
%14.62

CMYK color model

#019119 color CMYK value is (99,0,83,43).

  • cyan value is 99.31%
  • magenta value is 0.00%
  • yellow value is 82.76%
  • key color value is 43.14%
CMYK:
(99,0,83,43)
C99M0Y83K43 
(99%,0%,83%,43%)
(0.99/0.00/0.83/0.43)	

CMYK percentages

%99.31
%0
%82.76
%43.14

Codes

Color #019119 in popluar color models

019119
RGB114525
HSL130°98.63%28.63%
HSB/HSV130°99.31%56.86%
CMYK99.31%0.00%82.76%
43.14%

Color #019119 in popluar number systems.

HEX019119
Decimal114525
Binary11001000111001
Octal122131

Shades and tints

Shades of #019119

#019119
(1,145,25)
#018417
(1,132,23)
#017715
(1,119,21)
#016A13
(1,106,19)
#015D11
(1,93,17)
#01500F
(1,80,15)
#01430D
(1,67,13)
#01360B
(1,54,11)
#012909
(1,41,9)
#011C07
(1,28,7)
#010F05
(1,15,5)
#000000
(0,0,0)

Tints of #019119

#019119
(1,145,25)
#189B2D
(24,155,45)
#2FA541
(47,165,65)
#46AF55
(70,175,85)
#5DB969
(93,185,105)
#74C37D
(116,195,125)
#8BCD91
(139,205,145)
#A2D7A5
(162,215,165)
#B9E1B9
(185,225,185)
#D0EBCD
(208,235,205)
#E7F5E1
(231,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #019119; }

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

This text font color is #019119.


Background Color

.myBgColor { background-color: #019119; }

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

This div background color is #019119.


Border color

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

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

This div border color is #019119.


Opacity

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

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

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

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

This text has shadow with #019119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #019119 on black background.


Color preview on white background

This text has color #019119 on white background.



Black color preview on #019119 background

This text has black color on #019119 background.


White color preview on #019119 background

This text has white color on #019119 background.