COLOR #01712B

HEX: #01712B RGB: (1,113,43)

Color info

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

RGB color model

#01712B color RGB value is (1,113,43).

RGB: (1,113,43) (0%, 44%, 17%)

RGB channels and saturation

R 1 of 255 = 0%
G 113 of 255 = 44%
B 43 of 255 = 17%

1
113
43

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

Portions of RGB colors in percentages

R + G + B = 1 + 113 + 43 = 157 (100%)
R 1 of 157 ~ 0.64%
G 113 of 157 ~ 71.97%
B 43 of 157 ~ 27.39'%

%71.97
%27.39

CMYK color model

#01712B color CMYK value is (99,0,62,56).

  • cyan value is 99.12%
  • magenta value is 0.00%
  • yellow value is 61.95%
  • key color value is 55.69%

CMYK: (99,0,62,56)
C99M0Y62K56 (99%, 0%, 62%, 56%)
(0.99 / 0.00 / 0.62 / 0.56)

CMYK percentages

%99.12
%0
%61.95
%55.69

Codes

Color #01712B in popluar color models

01 71 2B
RGB 1 113 43
HSL 143° 98.25% 22.35%
HSB/HSV 143° 99.12% 44.31%
CMYK 99.12% 0.00% 61.95%
55.69%

Color #01712B in popluar number systems.

HEX 01 71 2B
Decimal 1 113 43
Binary 1 1110001 101011
Octal 1 161 53

Shades and tints

Shades of #01712B

#01712B
(1,113,43)
#016728
(1,103,40)
#015D25
(1,93,37)
#015322
(1,83,34)
#01491F
(1,73,31)
#013F1C
(1,63,28)
#013519
(1,53,25)
#012B16
(1,43,22)
#012113
(1,33,19)
#011710
(1,23,16)
#010D0D
(1,13,13)
#000000
(0,0,0)

Tints of #01712B

#01712B
(1,113,43)
#187D3E
(24,125,62)
#2F8951
(47,137,81)
#469564
(70,149,100)
#5DA177
(93,161,119)
#74AD8A
(116,173,138)
#8BB99D
(139,185,157)
#A2C5B0
(162,197,176)
#B9D1C3
(185,209,195)
#D0DDD6
(208,221,214)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01712B; }

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

This text font color is #01712B.

Background Color

.myBgColor { background-color: #01712B; }

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

This div background color is #01712B.

Border color

.myBorderColor { border: 1px solid #01712B; }

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

This div border color is #01712B.

Opacity

.myOpacity80 { color: #01712B; opacity: 0.8; }

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

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

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

This text has shadow with #01712B color.


.textShadow {text-shadow: 3px 3px 1px #01712B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01712B; -webkit-box-shadow: 1px 1px 3px 2px #01712B; box-shadow:1px 1px 3px 2px #01712B;">
Div content here
</div>

This div box has shadow with color #01712B.

Preview

Color preview on black background

This text has color #01712B on black background.


Color preview on white background

This text has color #01712B on white background.


Black color preview on #01712B background

This text has black color on #01712B background.


White color preview on #01712B background

This text has white color on #01712B background.


Related colors

Complementary color

Complementary color for #hex is #FE8ED4.


I love getcolorcode.com

Triadic colors

1 #2B0171 and #712B01 with #01712B are triadic colors.

2 #2B7101 and #71012B with #01712B are triadic colors.