#02766D

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

Shades of Pine Green #02766D

Tints of Pine Green #02766D

Color information

#02766D (or 0x02766D) is unknown color: approx Pine Green. HEX triplet: 02, 76 and 6D. RGB value is (2,118,109). Sum of RGB (Red+Green+Blue) = 2+118+109=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #02766D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02766D is #FD8992. Grayscale: #525252. Windows color (decimal): -16615827 or 7173634. OLE color: 7173634.

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

Color convert

RGB2118109-
CMYK0.9800.080.54
HSL175.34º96.67%23.53%-
HSV(B)175.34º98.31%46.27%-
XYZ9.2614.0716.7-
YUV82.29143.0770.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 118 (46.48% from 255) = 51.53%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=0.87%
G=51.53%
B=47.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21181090.9800.080.54175.3496.6723.53
Hex2766D620836af6118
Octal21661551420106625714130
Binary101110110110110111000100100011011010101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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