#02776A

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

Shades of Pine Green #02776A

Tints of Pine Green #02776A

Color information

#02776A (or 0x02776A) is unknown color: approx Pine Green. HEX triplet: 02, 77 and 6A. RGB value is (2,119,106). Sum of RGB (Red+Green+Blue) = 2+119+106=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #02776A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02776A is #FD8895. Grayscale: #525252. Windows color (decimal): -16615574 or 6977282. OLE color: 6977282.

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

Color convert

RGB2119106-
CMYK0.9800.110.53
HSL173.33º96.69%23.73%-
HSV(B)173.33º98.32%46.67%-
XYZ9.2214.2515.9-
YUV82.54141.2470.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 106 (41.80% from 255) = 46.70%
R=0.88%
G=52.42%
B=46.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21191060.9800.110.53173.3396.6923.73
Hex2776A620B35ad6118
Octal21671521420136525514130
Binary101110111110101011000100101111010110101101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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