#027166

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

Shades of Pine Green #027166

Tints of Pine Green #027166

Color information

#027166 (or 0x027166) is unknown color: approx Pine Green. HEX triplet: 02, 71 and 66. RGB value is (2,113,102). Sum of RGB (Red+Green+Blue) = 2+113+102=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #027166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027166 is #FD8E99. Grayscale: #4E4E4E. Windows color (decimal): -16617114 or 6713602. OLE color: 6713602.

HSL color Cylindrical-coordinate representation of color #027166: hue angle of 174.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027166 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB2113102-
CMYK0.9800.100.56
HSL174.05º96.52%22.55%-
HSV(B)174.05º98.23%44.31%-
XYZ8.3312.7814.6-
YUV78.56141.2373.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 113 (44.53% from 255) = 52.07%
BLUE value IS 102 (40.23% from 255) = 47.00%
R=0.92%
G=52.07%
B=47.00%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21131020.9800.100.56174.0596.5222.55
Hex27166620A38ae6117
Octal21611461420127025614127
Binary101110001110011011000100101011100010101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027166; }

 p { color: rgb(2,113,102); }

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

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

 a { background-color: rgb(2,113,102); }

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

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

 span { border-color: rgb(2,113,102); }

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