Html Css Color HEX #00826A Pine Green

📋 copy color: '#00826A'

red 0 ◦ green 130 ◦ blue 106

#00826A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #00826A

Tints of Pine Green #00826A

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.8% from 255) = 44.92%

R = 0%
G = 55.08%
B = 44.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#00826A (or 0x00826A) is known color: 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

RGB 0 130 106 -
CMYK 1 0 0.18 0.49
HSL 168.92º 1% 0.25% -
HSV(B) 168.92º 1% 0.51% -
XYZ 10.58 17.01 16.36 -
YUV 88.39 137.93 64.95 -
System Red Green Blue C M Y K H S L
Decimal 0 130 106 1 0 0.18 0.49 168.92 1 0.25
Hex 0 82 6A 64 0 12 31 A9 64 19
Octal 0 202 152 144 0 22 61 251 144 31
Binary 0 10000010 1101010 1100100 0 10010 110001 10101001 1100100 11001

Color Harmonies of #00826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00826A

Black with #00826A

Text Example


Text Example

White with #00826A

Text Example


Text Example

HTML Codes & Css Web 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>