#017572

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

Shades of Pine Green #017572

Tints of Pine Green #017572

Color information

#017572 (or 0x017572) is unknown color: approx Pine Green. HEX triplet: 01, 75 and 72. RGB value is (1,117,114). Sum of RGB (Red+Green+Blue) = 1+117+114=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #017572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017572 is #FE8A8D. Grayscale: #515151. Windows color (decimal): -16681614 or 7501057. OLE color: 7501057.

HSL color Cylindrical-coordinate representation of color #017572: hue angle of 178.45º 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 #017572 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB1117114-
CMYK0.9900.030.54
HSL178.45º98.31%23.14%-
HSV(B)178.45º99.15%45.88%-
XYZ9.4113.9418.12-
YUV81.97146.0770.24-

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.43%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=0.43%
G=50.43%
B=49.14%

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
Decimal11171140.9900.030.54178.4598.3123.14
Hex17572630336b26217
Octal1165162143036626214227
Binary111101011110010110001101111011010110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017572; }

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

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

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

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

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

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

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

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