#017571

Color #017571 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #017571

Tints of Pine Green #017571

Color information

#017571 (or 0x017571) is unknown color: approx Pine Green. HEX triplet: 01, 75 and 71. RGB value is (1,117,113). Sum of RGB (Red+Green+Blue) = 1+117+113=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #017571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017571 is #FE8A8E. Grayscale: #515151. Windows color (decimal): -16681615 or 7435521. OLE color: 7435521.

HSL color Cylindrical-coordinate representation of color #017571: hue angle of 177.93º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017571 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB1117113-
CMYK0.9900.030.54
HSL177.93º98.31%23.14%-
HSV(B)177.93º99.15%45.88%-
XYZ9.3513.9217.82-
YUV81.86145.5770.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 117 (46.09% from 255) = 50.65%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=0.43%
G=50.65%
B=48.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11171130.9900.030.54177.9398.3123.14
Hex17571630336b26217
Octal1165161143036626214227
Binary111101011110001110001101111011010110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017571; }

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

 H1.HeaderClassName
 {
   color: #017571;
 }
 .AnyTagClassName
 {
   color: #017571;
 }
</style>
background-color css

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

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

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

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

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

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