#026E6F

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

Shades of Pine Green #026E6F

Tints of Pine Green #026E6F

Color information

#026E6F (or 0x026E6F) is unknown color: approx Pine Green. HEX triplet: 02, 6E and 6F. RGB value is (2,110,111). Sum of RGB (Red+Green+Blue) = 2+110+111=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #026E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026E6F is #FD9190. Grayscale: #4D4D4D. Windows color (decimal): -16617873 or 7302658. OLE color: 7302658.

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

Color convert

RGB2110111-
CMYK0.980.0100.56
HSL180.55º96.46%22.16%-
HSV(B)180.55º98.2%43.53%-
XYZ8.4712.3116.97-
YUV77.82146.7273.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 110 (43.36% from 255) = 49.33%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=0.90%
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
Decimal21101110.980.0100.56180.5596.4622.16
Hex26E6F621038b56016
Octal2156157142107026514026
Binary101101110110111111000101011100010110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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