#026F6D

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

Shades of Pine Green #026F6D

Tints of Pine Green #026F6D

Color information

#026F6D (or 0x026F6D) is unknown color: approx Pine Green. HEX triplet: 02, 6F and 6D. RGB value is (2,111,109). Sum of RGB (Red+Green+Blue) = 2+111+109=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #026F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F6D is #FD9092. Grayscale: #4E4E4E. Windows color (decimal): -16617619 or 7171842. OLE color: 7171842.

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

Color convert

RGB2111109-
CMYK0.9800.020.56
HSL178.9º96.46%22.16%-
HSV(B)178.9º98.2%43.53%-
XYZ8.4712.4916.43-
YUV78.18145.3973.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 111 (43.75% from 255) = 50%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=0.90%
G=50%
B=49.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21111090.9800.020.56178.996.4622.16
Hex26F6D620238b36016
Octal2157155142027026314026
Binary1011011111101101110001001011100010110011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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