COLOR #017200

HEX: #017200
RGB: (1,114,0)

Color info

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

RGB color model

#017200 color RGB value is (1,114,0).

  • red value is 1;
  • green value is 114;
  • blue value is 0.
RGB:
(1,114,0)
(0%,45%,0%)

RGB channels and saturation

R 1 of 255 = 0%
G 114 of 255 = 45%
B 0 of 255 = 0%

1
114
0

R + G + B ~ 15%. #017200 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 114 + 0 = 115 (100%)
R 1 of 115 ~ 0.87%
G 114 of 115 ~ 99.13%
B 0 of 115 ~ 0%

%99.13

CMYK color model

#017200 color CMYK value is (99,0,100,55).

  • cyan value is 99.12%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 55.29%
CMYK:
(99,0,100,55)
C99M0Y100K55 
(99%,0%,100%,55%)
(0.99/0.00/1.00/0.55)	

CMYK percentages

%99.12
%0
%100
%55.29

Codes

Color #017200 in popluar color models

017200
RGB11140
HSL119°100.00%22.35%
HSB/HSV119°100.00%44.71%
CMYK99.12%0.00%100.00%
55.29%

Color #017200 in popluar number systems.

HEX017200
Decimal11140
Binary111100100
Octal11620

Shades and tints

Shades of #017200

#017200
(1,114,0)
#016800
(1,104,0)
#015E00
(1,94,0)
#015400
(1,84,0)
#014A00
(1,74,0)
#014000
(1,64,0)
#013600
(1,54,0)
#012C00
(1,44,0)
#012200
(1,34,0)
#011800
(1,24,0)
#010E00
(1,14,0)
#000000
(0,0,0)

Tints of #017200

#017200
(1,114,0)
#187E17
(24,126,23)
#2F8A2E
(47,138,46)
#469645
(70,150,69)
#5DA25C
(93,162,92)
#74AE73
(116,174,115)
#8BBA8A
(139,186,138)
#A2C6A1
(162,198,161)
#B9D2B8
(185,210,184)
#D0DECF
(208,222,207)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #017200 color. Also use rgb(1,114,0) instead hex code.

Text Font Color

.myTextColor { color: #017200; }

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

This text font color is #017200.


Background Color

.myBgColor { background-color: #017200; }

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

This div background color is #017200.


Border color

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

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

This div border color is #017200.


Opacity

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

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

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

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

This text has shadow with #017200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #017200 on black background.


Color preview on white background

This text has color #017200 on white background.



Black color preview on #017200 background

This text has black color on #017200 background.


White color preview on #017200 background

This text has white color on #017200 background.