#01726F

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

Shades of Pine Green #01726F

Tints of Pine Green #01726F

Color information

#01726F (or 0x01726F) is unknown color: approx Pine Green. HEX triplet: 01, 72 and 6F. RGB value is (1,114,111). Sum of RGB (Red+Green+Blue) = 1+114+111=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #01726F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01726F is #FE8D90. Grayscale: #4F4F4F. Windows color (decimal): -16682385 or 7303681. OLE color: 7303681.

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

Color convert

RGB1114111-
CMYK0.9900.030.55
HSL178.41º98.26%22.55%-
HSV(B)178.41º99.12%44.71%-
XYZ8.913.1917.12-
YUV79.87145.5671.74-

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.44%
BLUE value IS 111 (43.75% from 255) = 49.12%
R=0.44%
G=50.44%
B=49.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11141110.9900.030.55178.4198.2622.55
Hex1726F630337b26217
Octal1162157143036726214227
Binary111100101101111110001101111011110110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01726F; }

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

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

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

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

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

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

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

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