#026C6B

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

Shades of Pine Green #026C6B

Tints of Pine Green #026C6B

Color information

#026C6B (or 0x026C6B) is unknown color: approx Pine Green. HEX triplet: 02, 6C and 6B. RGB value is (2,108,107). Sum of RGB (Red+Green+Blue) = 2+108+107=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 108 (42.58% from 255 or 49.77% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 108 - color contains mainly: green. Hex color #026C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026C6B is #FD9394. Grayscale: #4C4C4C. Windows color (decimal): -16618389 or 7040002. OLE color: 7040002.

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

Color convert

RGB2108107-
CMYK0.9800.010.58
HSL179.43º96.36%21.57%-
HSV(B)179.43º98.15%42.35%-
XYZ8.0411.815.76-
YUV76.19145.3875.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 108 (42.58% from 255) = 49.77%
BLUE value IS 107 (42.19% from 255) = 49.31%
R=0.92%
G=49.77%
B=49.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21081070.9800.010.58179.4396.3621.57
Hex26C6B62013Ab36016
Octal2154153142017226314026
Binary101101100110101111000100111101010110011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,108,107); }

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

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

 a { background-color: rgb(2,108,107); }

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

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

 span { border-color: rgb(2,108,107); }

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