#02706F

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

Shades of Pine Green #02706F

Tints of Pine Green #02706F

Color information

#02706F (or 0x02706F) is unknown color: approx Pine Green. HEX triplet: 02, 70 and 6F. RGB value is (2,112,111). Sum of RGB (Red+Green+Blue) = 2+112+111=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #02706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02706F is #FD8F90. Grayscale: #4E4E4E. Windows color (decimal): -16617361 or 7303170. OLE color: 7303170.

HSL color Cylindrical-coordinate representation of color #02706F: hue angle of 179.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02706F is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB2112111-
CMYK0.9800.010.56
HSL179.45º96.49%22.35%-
HSV(B)179.45º98.21%43.92%-
XYZ8.6912.7517.04-
YUV79146.0673.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=0.89%
G=49.78%
B=49.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21121110.9800.010.56179.4596.4922.35
Hex2706F620138b36016
Octal2160157142017026314026
Binary101110000110111111000100111100010110011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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