#00826E

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

Shades of Pine Green #00826E

Tints of Pine Green #00826E

Color information

#00826E (or 0x00826E) is unknown color: approx Pine Green. HEX triplet: 00, 82 and 6E. RGB value is (0,130,110). Sum of RGB (Red+Green+Blue) = 0+130+110=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #00826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00826E is #FF7D91. Grayscale: #585858. Windows color (decimal): -16743826 or 7242240. OLE color: 7242240.

HSL color Cylindrical-coordinate representation of color #00826E: hue angle of 170.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00826E is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB0130110-
CMYK100.150.49
HSL170.77º100%25.49%-
HSV(B)170.77º100%50.98%-
XYZ10.817.0917.48-
YUV88.85139.9364.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 54.17%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=0%
G=54.17%
B=45.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0130110100.150.49170.7710025.49
Hex0826E640F31ab6419
Octal02021561440176125314431
Binary010000010110111011001000111111000110101011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00826E; }

 p { color: rgb(0,130,110); }

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

<style>
 a { background-color: #00826E; }

 a { background-color: rgb(0,130,110); }

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

<style>
 span { border-color: #00826E; }

 span { border-color: rgb(0,130,110); }

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