#026F67

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

Shades of Pine Green #026F67

Tints of Pine Green #026F67

Color information

#026F67 (or 0x026F67) is unknown color: approx Pine Green. HEX triplet: 02, 6F and 67. RGB value is (2,111,103). Sum of RGB (Red+Green+Blue) = 2+111+103=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #026F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F67 is #FD9098. Grayscale: #4D4D4D. Windows color (decimal): -16617625 or 6778626. OLE color: 6778626.

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

Color convert

RGB2111103-
CMYK0.9800.070.56
HSL175.6º96.46%22.16%-
HSV(B)175.6º98.2%43.53%-
XYZ8.1612.3614.79-
YUV77.5142.3974.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 111 (43.75% from 255) = 51.39%
BLUE value IS 103 (40.62% from 255) = 47.69%
R=0.93%
G=51.39%
B=47.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21111030.9800.070.56175.696.4622.16
Hex26F67620738b06016
Octal2157147142077026014026
Binary10110111111001111100010011111100010110000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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