#026D67

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

Shades of Pine Green #026D67

Tints of Pine Green #026D67

Color information

#026D67 (or 0x026D67) is unknown color: approx Pine Green. HEX triplet: 02, 6D and 67. RGB value is (2,109,103). Sum of RGB (Red+Green+Blue) = 2+109+103=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #026D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026D67 is #FD9298. Grayscale: #4C4C4C. Windows color (decimal): -16618137 or 6778114. OLE color: 6778114.

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

Color convert

RGB2109103-
CMYK0.9800.060.57
HSL176.64º96.4%21.76%-
HSV(B)176.64º98.17%42.75%-
XYZ7.9411.9314.72-
YUV76.32143.0574.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 109 (42.97% from 255) = 50.93%
BLUE value IS 103 (40.62% from 255) = 48.13%
R=0.93%
G=50.93%
B=48.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21091030.9800.060.57176.6496.421.76
Hex26D67620639b16016
Octal2155147142067126114026
Binary10110110111001111100010011011100110110001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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