#02786C

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

Shades of Pine Green #02786C

Tints of Pine Green #02786C

Color information

#02786C (or 0x02786C) is unknown color: approx Pine Green. HEX triplet: 02, 78 and 6C. RGB value is (2,120,108). Sum of RGB (Red+Green+Blue) = 2+120+108=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #02786C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02786C is #FD8793. Grayscale: #535353. Windows color (decimal): -16615316 or 7108610. OLE color: 7108610.

HSL color Cylindrical-coordinate representation of color #02786C: hue angle of 173.9º 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 #02786C is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB2120108-
CMYK0.9800.100.53
HSL173.9º96.72%23.92%-
HSV(B)173.9º98.33%47.06%-
XYZ9.4514.5316.49-
YUV83.35141.9169.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 120 (47.27% from 255) = 52.17%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=0.87%
G=52.17%
B=46.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21201080.9800.100.53173.996.7223.92
Hex2786C620A35ae6118
Octal21701541420126525614130
Binary101111000110110011000100101011010110101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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