#00826A

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

Shades of Pine Green #00826A

Tints of Pine Green #00826A

Color information

#00826A (or 0x00826A) is unknown color: approx Pine Green. HEX triplet: 00, 82 and 6A. RGB value is (0,130,106). Sum of RGB (Red+Green+Blue) = 0+130+106=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #00826A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00826A is #FF7D95. Grayscale: #585858. Windows color (decimal): -16743830 or 6980096. OLE color: 6980096.

HSL color Cylindrical-coordinate representation of color #00826A: hue angle of 168.92º 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 #00826A is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB0130106-
CMYK100.180.49
HSL168.92º100%25.49%-
HSV(B)168.92º100%50.98%-
XYZ10.5817.0116.36-
YUV88.39137.9364.95-

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) = 55.08%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=0%
G=55.08%
B=44.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0130106100.180.49168.9210025.49
Hex0826A6401231a96419
Octal02021521440226125114431
Binary0100000101101010110010001001011000110101001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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