COLOR #018359

HEX: #018359
RGB: (1,131,89)

Color info

#018359 contains mainly green and blue colors. Web safe color of #018359 is #009966 (or #096).

RGB color model

#018359 color RGB value is (1,131,89).

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

RGB channels and saturation

R 1 of 255 = 0%
G 131 of 255 = 51%
B 89 of 255 = 35%

1
131
89

R + G + B ~ 29%. #018359 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 131 + 89 = 221 (100%)
R 1 of 221 ~ 0.45%
G 131 of 221 ~ 59.28%
B 89 of 221 ~ 40.27%

%59.28
%40.27

CMYK color model

#018359 color CMYK value is (99,0,32,49).

  • cyan value is 99.24%
  • magenta value is 0.00%
  • yellow value is 32.06%
  • key color value is 48.63%
CMYK:
(99,0,32,49)
C99M0Y32K49 
(99%,0%,32%,49%)
(0.99/0.00/0.32/0.49)	

CMYK percentages

%99.24
%0
%32.06
%48.63

Codes

Color #018359 in popluar color models

018359
RGB113189
HSL161°98.48%25.88%
HSB/HSV161°99.24%51.37%
CMYK99.24%0.00%32.06%
48.63%

Color #018359 in popluar number systems.

HEX018359
Decimal113189
Binary1100000111011001
Octal1203131

Shades and tints

Shades of #018359

#018359
(1,131,89)
#017851
(1,120,81)
#016D49
(1,109,73)
#016241
(1,98,65)
#015739
(1,87,57)
#014C31
(1,76,49)
#014129
(1,65,41)
#013621
(1,54,33)
#012B19
(1,43,25)
#012011
(1,32,17)
#011509
(1,21,9)
#000000
(0,0,0)

Tints of #018359

#018359
(1,131,89)
#188E68
(24,142,104)
#2F9977
(47,153,119)
#46A486
(70,164,134)
#5DAF95
(93,175,149)
#74BAA4
(116,186,164)
#8BC5B3
(139,197,179)
#A2D0C2
(162,208,194)
#B9DBD1
(185,219,209)
#D0E6E0
(208,230,224)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #018359; }

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

This text font color is #018359.


Background Color

.myBgColor { background-color: #018359; }

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

This div background color is #018359.


Border color

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

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

This div border color is #018359.


Opacity

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

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

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

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

This text has shadow with #018359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #018359 on black background.


Color preview on white background

This text has color #018359 on white background.



Black color preview on #018359 background

This text has black color on #018359 background.


White color preview on #018359 background

This text has white color on #018359 background.