#026F72

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

Shades of Pine Green #026F72

Tints of Pine Green #026F72

Color information

#026F72 (or 0x026F72) is unknown color: approx Pine Green. HEX triplet: 02, 6F and 72. RGB value is (2,111,114). Sum of RGB (Red+Green+Blue) = 2+111+114=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #026F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F72 is #FD908D. Grayscale: #4E4E4E. Windows color (decimal): -16617614 or 7499522. OLE color: 7499522.

HSL color Cylindrical-coordinate representation of color #026F72: hue angle of 181.61º 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 #026F72 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2111114-
CMYK0.980.0300.55
HSL181.61º96.55%22.75%-
HSV(B)181.61º98.25%44.71%-
XYZ8.7512.617.89-
YUV78.75147.8973.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 111 (43.75% from 255) = 48.90%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=0.88%
G=48.90%
B=50.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21111140.980.0300.55181.6196.5522.75
Hex26F72623037b66117
Octal2157162142306726614127
Binary1011011111110010110001011011011110110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026F72; }

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

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

<style>
 a { background-color: #026F72; }

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

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

<style>
 span { border-color: #026F72; }

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

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