COLOR #017125

HEX: #017125
RGB: (1,113,37)

Color info

#017125 contains mainly green color. Web safe color of #017125 is #006633 (or #063).

RGB color model

#017125 color RGB value is (1,113,37).

  • red value is 1;
  • green value is 113;
  • blue value is 37.
RGB:
(1,113,37)
(0%,44%,15%)

RGB channels and saturation

R 1 of 255 = 0%
G 113 of 255 = 44%
B 37 of 255 = 15%

1
113
37

R + G + B ~ 20%. #017125 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 113 + 37 = 151 (100%)
R 1 of 151 ~ 0.66%
G 113 of 151 ~ 74.83%
B 37 of 151 ~ 24.5%

%74.83
%24.5

CMYK color model

#017125 color CMYK value is (99,0,67,56).

  • cyan value is 99.12%
  • magenta value is 0.00%
  • yellow value is 67.26%
  • key color value is 55.69%
CMYK:
(99,0,67,56)
C99M0Y67K56 
(99%,0%,67%,56%)
(0.99/0.00/0.67/0.56)	

CMYK percentages

%99.12
%0
%67.26
%55.69

Codes

Color #017125 in popluar color models

017125
RGB111337
HSL139°98.25%22.35%
HSB/HSV139°99.12%44.31%
CMYK99.12%0.00%67.26%
55.69%

Color #017125 in popluar number systems.

HEX017125
Decimal111337
Binary11110001100101
Octal116145

Shades and tints

Shades of #017125

#017125
(1,113,37)
#016722
(1,103,34)
#015D1F
(1,93,31)
#01531C
(1,83,28)
#014919
(1,73,25)
#013F16
(1,63,22)
#013513
(1,53,19)
#012B10
(1,43,16)
#01210D
(1,33,13)
#01170A
(1,23,10)
#010D07
(1,13,7)
#000000
(0,0,0)

Tints of #017125

#017125
(1,113,37)
#187D38
(24,125,56)
#2F894B
(47,137,75)
#46955E
(70,149,94)
#5DA171
(93,161,113)
#74AD84
(116,173,132)
#8BB997
(139,185,151)
#A2C5AA
(162,197,170)
#B9D1BD
(185,209,189)
#D0DDD0
(208,221,208)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #017125 color. Also use rgb(1,113,37) instead hex code.

Text Font Color

.myTextColor { color: #017125; }

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

This text font color is #017125.


Background Color

.myBgColor { background-color: #017125; }

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

This div background color is #017125.


Border color

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

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

This div border color is #017125.


Opacity

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

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

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

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

This text has shadow with #017125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #017125 on black background.


Color preview on white background

This text has color #017125 on white background.



Black color preview on #017125 background

This text has black color on #017125 background.


White color preview on #017125 background

This text has white color on #017125 background.