#02796E

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

Shades of Pine Green #02796E

Tints of Pine Green #02796E

Color information

#02796E (or 0x02796E) is unknown color: approx Pine Green. HEX triplet: 02, 79 and 6E. RGB value is (2,121,110). Sum of RGB (Red+Green+Blue) = 2+121+110=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #02796E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02796E is #FD8691. Grayscale: #545454. Windows color (decimal): -16615058 or 7239938. OLE color: 7239938.

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

Color convert

RGB2121110-
CMYK0.9800.090.53
HSL174.45º96.75%24.12%-
HSV(B)174.45º98.35%47.45%-
XYZ9.6814.8117.1-
YUV84.16142.5869.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 121 (47.66% from 255) = 51.93%
BLUE value IS 110 (43.36% from 255) = 47.21%
R=0.86%
G=51.93%
B=47.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21211100.9800.090.53174.4596.7524.12
Hex2796E620935ae6118
Octal21711561420116525614130
Binary101111001110111011000100100111010110101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02796E; }

 p { color: rgb(2,121,110); }

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

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

 a { background-color: rgb(2,121,110); }

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

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

 span { border-color: rgb(2,121,110); }

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