COLOR #01591E

HEX: #01591E
RGB: (1,89,30)

Color info

#01591E contains mainly green and blue colors. Web safe color of #01591E is #006633 (or #063).

RGB color model

#01591E color RGB value is (1,89,30).

  • red value is 1;
  • green value is 89;
  • blue value is 30.
RGB:
(1,89,30)
(0%,35%,12%)

RGB channels and saturation

R 1 of 255 = 0%
G 89 of 255 = 35%
B 30 of 255 = 12%

1
89
30

R + G + B ~ 16%. #01591E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 89 + 30 = 120 (100%)
R 1 of 120 ~ 0.83%
G 89 of 120 ~ 74.17%
B 30 of 120 ~ 25%

%74.17
%25

CMYK color model

#01591E color CMYK value is (99,0,66,65).

  • cyan value is 98.88%
  • magenta value is 0.00%
  • yellow value is 66.29%
  • key color value is 65.10%
CMYK:
(99,0,66,65)
C99M0Y66K65 
(99%,0%,66%,65%)
(0.99/0.00/0.66/0.65)	

CMYK percentages

%98.88
%0
%66.29
%65.1

Codes

Color #01591E in popluar color models

01591E
RGB18930
HSL140°97.78%17.65%
HSB/HSV140°98.88%34.90%
CMYK98.88%0.00%66.29%
65.10%

Color #01591E in popluar number systems.

HEX01591E
Decimal18930
Binary1101100111110
Octal113136

Shades and tints

Shades of #01591E

#01591E
(1,89,30)
#01511C
(1,81,28)
#01491A
(1,73,26)
#014118
(1,65,24)
#013916
(1,57,22)
#013114
(1,49,20)
#012912
(1,41,18)
#012110
(1,33,16)
#01190E
(1,25,14)
#01110C
(1,17,12)
#01090A
(1,9,10)
#000000
(0,0,0)

Tints of #01591E

#01591E
(1,89,30)
#186832
(24,104,50)
#2F7746
(47,119,70)
#46865A
(70,134,90)
#5D956E
(93,149,110)
#74A482
(116,164,130)
#8BB396
(139,179,150)
#A2C2AA
(162,194,170)
#B9D1BE
(185,209,190)
#D0E0D2
(208,224,210)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01591E color. Also use rgb(1,89,30) instead hex code.

Text Font Color

.myTextColor { color: #01591E; }

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

This text font color is #01591E.


Background Color

.myBgColor { background-color: #01591E; }

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

This div background color is #01591E.


Border color

.myBorderColor { border: 1px solid #01591E; }

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

This div border color is #01591E.


Opacity

.myOpacity80 { color: #01591E; opacity: 0.8; }

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

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

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

This text has shadow with #01591E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01591E on black background.


Color preview on white background

This text has color #01591E on white background.



Black color preview on #01591E background

This text has black color on #01591E background.


White color preview on #01591E background

This text has white color on #01591E background.