#02786A

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

Shades of Pine Green #02786A

Tints of Pine Green #02786A

Color information

#02786A (or 0x02786A) is unknown color: approx Pine Green. HEX triplet: 02, 78 and 6A. RGB value is (2,120,106). Sum of RGB (Red+Green+Blue) = 2+120+106=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #02786A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02786A is #FD8795. Grayscale: #535353. Windows color (decimal): -16615318 or 6977538. OLE color: 6977538.

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

Color convert

RGB2120106-
CMYK0.9800.120.53
HSL172.88º96.72%23.92%-
HSV(B)172.88º98.33%47.06%-
XYZ9.3414.4915.94-
YUV83.12140.9170.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 120 (47.27% from 255) = 52.63%
BLUE value IS 106 (41.80% from 255) = 46.49%
R=0.88%
G=52.63%
B=46.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21201060.9800.120.53172.8896.7223.92
Hex2786A620C35ad6118
Octal21701521420146525514130
Binary101111000110101011000100110011010110101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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