#017270

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

Shades of Pine Green #017270

Tints of Pine Green #017270

Color information

#017270 (or 0x017270) is unknown color: approx Pine Green. HEX triplet: 01, 72 and 70. RGB value is (1,114,112). Sum of RGB (Red+Green+Blue) = 1+114+112=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #017270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017270 is #FE8D8F. Grayscale: #4F4F4F. Windows color (decimal): -16682384 or 7369217. OLE color: 7369217.

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

Color convert

RGB1114112-
CMYK0.9900.020.55
HSL178.94º98.26%22.55%-
HSV(B)178.94º99.12%44.71%-
XYZ8.9513.2117.41-
YUV79.98146.0671.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=0.44%
G=50.22%
B=49.34%

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
Decimal11141120.9900.020.55178.9498.2622.55
Hex17270630237b36217
Octal1162160143026726314227
Binary111100101110000110001101011011110110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017270; }

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

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

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

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

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

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

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

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