#02716E

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

Shades of Pine Green #02716E

Tints of Pine Green #02716E

Color information

#02716E (or 0x02716E) is unknown color: approx Pine Green. HEX triplet: 02, 71 and 6E. RGB value is (2,113,110). Sum of RGB (Red+Green+Blue) = 2+113+110=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #02716E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02716E is #FD8E91. Grayscale: #4F4F4F. Windows color (decimal): -16617106 or 7237890. OLE color: 7237890.

HSL color Cylindrical-coordinate representation of color #02716E: hue angle of 178.38º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02716E is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB2113110-
CMYK0.9800.030.56
HSL178.38º96.52%22.55%-
HSV(B)178.38º98.23%44.31%-
XYZ8.7412.9516.79-
YUV79.47145.2372.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 113 (44.53% from 255) = 50.22%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=0.89%
G=50.22%
B=48.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21131100.9800.030.56178.3896.5222.55
Hex2716E620338b26117
Octal2161156142037026214127
Binary1011100011101110110001001111100010110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02716E; }

 p { color: rgb(2,113,110); }

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

<style>
 a { background-color: #02716E; }

 a { background-color: rgb(2,113,110); }

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

<style>
 span { border-color: #02716E; }

 span { border-color: rgb(2,113,110); }

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