#017472

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

Shades of Pine Green #017472

Tints of Pine Green #017472

Color information

#017472 (or 0x017472) is unknown color: approx Pine Green. HEX triplet: 01, 74 and 72. RGB value is (1,116,114). Sum of RGB (Red+Green+Blue) = 1+116+114=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #017472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017472 is #FE8B8D. Grayscale: #515151. Windows color (decimal): -16681870 or 7500801. OLE color: 7500801.

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

Color convert

RGB1116114-
CMYK0.9900.020.55
HSL178.96º98.29%22.94%-
HSV(B)178.96º99.14%45.49%-
XYZ9.313.7118.08-
YUV81.39146.470.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 116 (45.70% from 255) = 50.22%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=0.43%
G=50.22%
B=49.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11161140.9900.020.55178.9698.2922.94
Hex17472630237b36217
Octal1164162143026726314227
Binary111101001110010110001101011011110110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017472; }

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

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

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

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

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

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

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

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