#026F70

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

Shades of Pine Green #026F70

Tints of Pine Green #026F70

Color information

#026F70 (or 0x026F70) is unknown color: approx Pine Green. HEX triplet: 02, 6F and 70. RGB value is (2,111,112). Sum of RGB (Red+Green+Blue) = 2+111+112=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #026F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F70 is #FD908F. Grayscale: #4E4E4E. Windows color (decimal): -16617616 or 7368450. OLE color: 7368450.

HSL color Cylindrical-coordinate representation of color #026F70: hue angle of 180.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026F70 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2111112-
CMYK0.980.0100.56
HSL180.55º96.49%22.35%-
HSV(B)180.55º98.21%43.92%-
XYZ8.6312.5517.3-
YUV78.52146.8973.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 111 (43.75% from 255) = 49.33%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=0.89%
G=49.33%
B=49.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21111120.980.0100.56180.5596.4922.35
Hex26F70621038b56016
Octal2157160142107026514026
Binary101101111111000011000101011100010110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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