#02776C

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

Shades of Pine Green #02776C

Tints of Pine Green #02776C

Color information

#02776C (or 0x02776C) is unknown color: approx Pine Green. HEX triplet: 02, 77 and 6C. RGB value is (2,119,108). Sum of RGB (Red+Green+Blue) = 2+119+108=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #02776C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02776C is #FD8893. Grayscale: #525252. Windows color (decimal): -16615572 or 7108354. OLE color: 7108354.

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

Color convert

RGB2119108-
CMYK0.9800.090.53
HSL174.36º96.69%23.73%-
HSV(B)174.36º98.32%46.67%-
XYZ9.3314.2916.45-
YUV82.76142.2470.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.87%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=0.87%
G=51.97%
B=47.16%

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
Decimal21191080.9800.090.53174.3696.6923.73
Hex2776C620935ae6118
Octal21671541420116525614130
Binary101110111110110011000100100111010110101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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