#026E6A

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

Shades of Pine Green #026E6A

Tints of Pine Green #026E6A

Color information

#026E6A (or 0x026E6A) is unknown color: approx Pine Green. HEX triplet: 02, 6E and 6A. RGB value is (2,110,106). Sum of RGB (Red+Green+Blue) = 2+110+106=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #026E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026E6A is #FD9195. Grayscale: #4D4D4D. Windows color (decimal): -16617878 or 6974978. OLE color: 6974978.

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

Color convert

RGB2110106-
CMYK0.9800.040.57
HSL177.78º96.43%21.96%-
HSV(B)177.78º98.18%43.14%-
XYZ8.212.2115.56-
YUV77.25144.2274.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 110 (43.36% from 255) = 50.46%
BLUE value IS 106 (41.80% from 255) = 48.62%
R=0.92%
G=50.46%
B=48.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21101060.9800.040.57177.7896.4321.96
Hex26E6A620439b26016
Octal2156152142047126214026
Binary10110111011010101100010010011100110110010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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