#02786F

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

Shades of Pine Green #02786F

Tints of Pine Green #02786F

Color information

#02786F (or 0x02786F) is unknown color: approx Pine Green. HEX triplet: 02, 78 and 6F. RGB value is (2,120,111). Sum of RGB (Red+Green+Blue) = 2+120+111=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #02786F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02786F is #FD8790. Grayscale: #535353. Windows color (decimal): -16615313 or 7305218. OLE color: 7305218.

HSL color Cylindrical-coordinate representation of color #02786F: hue angle of 175.42º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02786F is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB2120111-
CMYK0.9800.080.53
HSL175.42º96.72%23.92%-
HSV(B)175.42º98.33%47.06%-
XYZ9.6114.5917.35-
YUV83.69143.4169.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 111 (43.75% from 255) = 47.64%
R=0.86%
G=51.50%
B=47.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21201110.9800.080.53175.4296.7223.92
Hex2786F620835af6118
Octal21701571420106525714130
Binary101111000110111111000100100011010110101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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