#02726B

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

Shades of Pine Green #02726B

Tints of Pine Green #02726B

Color information

#02726B (or 0x02726B) is unknown color: approx Pine Green. HEX triplet: 02, 72 and 6B. RGB value is (2,114,107). Sum of RGB (Red+Green+Blue) = 2+114+107=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #02726B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02726B is #FD8D94. Grayscale: #4F4F4F. Windows color (decimal): -16616853 or 7041538. OLE color: 7041538.

HSL color Cylindrical-coordinate representation of color #02726B: hue angle of 176.25º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02726B is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB2114107-
CMYK0.9800.060.55
HSL176.25º96.55%22.75%-
HSV(B)176.25º98.25%44.71%-
XYZ8.713.1115.98-
YUV79.71143.3972.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 114 (44.92% from 255) = 51.12%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=0.90%
G=51.12%
B=47.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21141070.9800.060.55176.2596.5522.75
Hex2726B620637b06117
Octal2162153142066726014127
Binary10111001011010111100010011011011110110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02726B; }

 p { color: rgb(2,114,107); }

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

<style>
 a { background-color: #02726B; }

 a { background-color: rgb(2,114,107); }

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

<style>
 span { border-color: #02726B; }

 span { border-color: rgb(2,114,107); }

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