#02796D

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

Shades of Pine Green #02796D

Tints of Pine Green #02796D

Color information

#02796D (or 0x02796D) is unknown color: approx Pine Green. HEX triplet: 02, 79 and 6D. RGB value is (2,121,109). Sum of RGB (Red+Green+Blue) = 2+121+109=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #02796D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02796D is #FD8692. Grayscale: #535353. Windows color (decimal): -16615059 or 7174402. OLE color: 7174402.

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

Color convert

RGB2121109-
CMYK0.9800.100.53
HSL173.95º96.75%24.12%-
HSV(B)173.95º98.35%47.45%-
XYZ9.6214.7916.82-
YUV84.05142.0869.48-

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) = 52.16%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=0.86%
G=52.16%
B=46.98%

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
Decimal21211090.9800.100.53173.9596.7524.12
Hex2796D620A35ae6118
Octal21711551420126525614130
Binary101111001110110111000100101011010110101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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