COLOR #017015

HEX: #017015
RGB: (1,112,21)

Color info

#017015 contains mainly green color. Web safe color of #017015 is #006600 (or #060).

RGB color model

#017015 color RGB value is (1,112,21).

  • red value is 1;
  • green value is 112;
  • blue value is 21.
RGB:
(1,112,21)
(0%,44%,8%)

RGB channels and saturation

R 1 of 255 = 0%
G 112 of 255 = 44%
B 21 of 255 = 8%

1
112
21

R + G + B ~ 17%. #017015 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 112 + 21 = 134 (100%)
R 1 of 134 ~ 0.75%
G 112 of 134 ~ 83.58%
B 21 of 134 ~ 15.67%

%83.58
%15.67

CMYK color model

#017015 color CMYK value is (99,0,81,56).

  • cyan value is 99.11%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 56.08%
CMYK:
(99,0,81,56)
C99M0Y81K56 
(99%,0%,81%,56%)
(0.99/0.00/0.81/0.56)	

CMYK percentages

%99.11
%0
%81.25
%56.08

Codes

Color #017015 in popluar color models

017015
RGB111221
HSL131°98.23%22.16%
HSB/HSV131°99.11%43.92%
CMYK99.11%0.00%81.25%
56.08%

Color #017015 in popluar number systems.

HEX017015
Decimal111221
Binary1111000010101
Octal116025

Shades and tints

Shades of #017015

#017015
(1,112,21)
#016614
(1,102,20)
#015C13
(1,92,19)
#015212
(1,82,18)
#014811
(1,72,17)
#013E10
(1,62,16)
#01340F
(1,52,15)
#012A0E
(1,42,14)
#01200D
(1,32,13)
#01160C
(1,22,12)
#010C0B
(1,12,11)
#000000
(0,0,0)

Tints of #017015

#017015
(1,112,21)
#187D2A
(24,125,42)
#2F8A3F
(47,138,63)
#469754
(70,151,84)
#5DA469
(93,164,105)
#74B17E
(116,177,126)
#8BBE93
(139,190,147)
#A2CBA8
(162,203,168)
#B9D8BD
(185,216,189)
#D0E5D2
(208,229,210)
#E7F2E7
(231,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #017015 color. Also use rgb(1,112,21) instead hex code.

Text Font Color

.myTextColor { color: #017015; }

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

This text font color is #017015.


Background Color

.myBgColor { background-color: #017015; }

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

This div background color is #017015.


Border color

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

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

This div border color is #017015.


Opacity

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

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

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

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

This text has shadow with #017015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #017015 on black background.


Color preview on white background

This text has color #017015 on white background.



Black color preview on #017015 background

This text has black color on #017015 background.


White color preview on #017015 background

This text has white color on #017015 background.