#026E70

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

Shades of Pine Green #026E70

Tints of Pine Green #026E70

Color information

#026E70 (or 0x026E70) is unknown color: approx Pine Green. HEX triplet: 02, 6E and 70. RGB value is (2,110,112). Sum of RGB (Red+Green+Blue) = 2+110+112=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #026E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026E70 is #FD918F. Grayscale: #4D4D4D. Windows color (decimal): -16617872 or 7368194. OLE color: 7368194.

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

Color convert

RGB2110112-
CMYK0.980.0200.56
HSL181.09º96.49%22.35%-
HSV(B)181.09º98.21%43.92%-
XYZ8.5312.3317.26-
YUV77.94147.2273.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 110 (43.36% from 255) = 49.11%
BLUE value IS 112 (44.14% from 255) = 50%
R=0.89%
G=49.11%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21101120.980.0200.56181.0996.4922.35
Hex26E70622038b56016
Octal2156160142207026514026
Binary1011011101110000110001010011100010110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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