#027071

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

Shades of Pine Green #027071

Tints of Pine Green #027071

Color information

#027071 (or 0x027071) is unknown color: approx Pine Green. HEX triplet: 02, 70 and 71. RGB value is (2,112,113). Sum of RGB (Red+Green+Blue) = 2+112+113=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #027071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027071 is #FD8F8E. Grayscale: #4F4F4F. Windows color (decimal): -16617359 or 7434242. OLE color: 7434242.

HSL color Cylindrical-coordinate representation of color #027071: hue angle of 180.54º 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 #027071 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2112113-
CMYK0.980.0100.56
HSL180.54º96.52%22.55%-
HSV(B)180.54º98.23%44.31%-
XYZ8.812.7917.63-
YUV79.22147.0672.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 112 (44.14% from 255) = 49.34%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=0.88%
G=49.34%
B=49.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21121130.980.0100.56180.5496.5222.55
Hex27071621038b56117
Octal2160161142107026514127
Binary101110000111000111000101011100010110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027071; }

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

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

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

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

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

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

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

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