Html Css Color HEX #017171 Pine Green

📋 copy color: '#017171'

red 1 ◦ green 113 ◦ blue 113

#017171
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #017171

Tints of Pine Green #017171

RGB

 RED value IS 1 (0.78% from 255) = 0.44%

 GREEN value IS 113 (44.53% from 255) = 49.78%

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 0.44%
G = 49.78%
B = 49.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#017171 (or 0x017171) is known color: Pine Green. HEX triplet: 01, 71 and 71. RGB value is (1,113,113). Sum of RGB (Red+Green+Blue) = 1+113+113=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #017171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017171 is #FE8E8E. Grayscale: #4F4F4F. Windows color (decimal): -16682639 or 7434497. OLE color: 7434497.

HSL color Cylindrical-coordinate representation of color #017171: hue angle of 180º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017171 is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 113 113 -
CMYK 0.99 0 0 0.56
HSL 180º 0.98% 0.22% -
HSV(B) 180º 0.99% 0.44% -
XYZ 8.9 13.01 17.66 -
YUV 79.51 146.89 72 -
System Red Green Blue C M Y K H S L
Decimal 1 113 113 0.99 0 0 0.56 180 0.98 0.22
Hex 1 71 71 63 0 0 38 B4 62 16
Octal 1 161 161 143 0 0 70 264 142 26
Binary 1 1110001 1110001 1100011 0 0 111000 10110100 1100010 10110

Color Harmonies of #017171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017171

Black with #017171

Text Example


Text Example

White with #017171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017171; }

 p { color: rgb(1,113,113); }

 H1.HeaderClassName
 {
   color: #017171;
 }
 .AnyTagClassName
 {
   color: #017171;
 }
</style>

background-color css

<style>
 a { background-color: #017171; }

 a { background-color: rgb(1,113,113); }

 div.DivClassName
 {
   background-color: #017171;
 }
 .BgClassName
 {
   background-color: #017171;
 }
</style>

border-color css

<style>
 span { border-color: #017171; }

 span { border-color: rgb(1,113,113); }

 td.TdClassName
 {
   border-color: #017171;
 }
 .TagClassName
 {
   border-color: #017171;
 }
</style>