#02766A

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

Shades of Pine Green #02766A

Tints of Pine Green #02766A

Color information

#02766A (or 0x02766A) is unknown color: approx Pine Green. HEX triplet: 02, 76 and 6A. RGB value is (2,118,106). Sum of RGB (Red+Green+Blue) = 2+118+106=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #02766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02766A is #FD8995. Grayscale: #515151. Windows color (decimal): -16615830 or 6977026. OLE color: 6977026.

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

Color convert

RGB2118106-
CMYK0.9800.100.54
HSL173.79º96.67%23.53%-
HSV(B)173.79º98.31%46.27%-
XYZ9.114.0115.86-
YUV81.95141.5770.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=0.88%
G=52.21%
B=46.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21181060.9800.100.54173.7996.6723.53
Hex2766A620A36ae6118
Octal21661521420126625614130
Binary101110110110101011000100101011011010101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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