#01726A

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

Shades of Pine Green #01726A

Tints of Pine Green #01726A

Color information

#01726A (or 0x01726A) is unknown color: approx Pine Green. HEX triplet: 01, 72 and 6A. RGB value is (1,114,106). Sum of RGB (Red+Green+Blue) = 1+114+106=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #01726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01726A is #FE8D95. Grayscale: #4F4F4F. Windows color (decimal): -16682390 or 6976001. OLE color: 6976001.

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

Color convert

RGB1114106-
CMYK0.9900.070.55
HSL175.75º98.26%22.55%-
HSV(B)175.75º99.12%44.71%-
XYZ8.6313.0815.71-
YUV79.3143.0672.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 114 (44.92% from 255) = 51.58%
BLUE value IS 106 (41.80% from 255) = 47.96%
R=0.45%
G=51.58%
B=47.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11141060.9900.070.55175.7598.2622.55
Hex1726A630737b06217
Octal1162152143076726014227
Binary1111001011010101100011011111011110110000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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