Html Css Color HEX #00826F Pine Green

📋 copy color: '#00826F'

red 0 ◦ green 130 ◦ blue 111

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

Shades of Pine Green #00826F

Tints of Pine Green #00826F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 130 (51.17% from 255) = 53.94%

 BLUE value IS 111 (43.75% from 255) = 46.06%

R = 0%
G = 53.94%
B = 46.06%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#00826F (or 0x00826F) is known color: Pine Green. HEX triplet: 00, 82 and 6F. RGB value is (0,130,111). Sum of RGB (Red+Green+Blue) = 0+130+111=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #00826F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00826F is #FF7D90. Grayscale: #585858. Windows color (decimal): -16743825 or 7307776. OLE color: 7307776.

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

Color convert

RGB 0 130 111 -
CMYK 1 0 0.15 0.49
HSL 171.23º 1% 0.25% -
HSV(B) 171.23º 1% 0.51% -
XYZ 10.85 17.11 17.77 -
YUV 88.96 140.43 64.54 -
System Red Green Blue C M Y K H S L
Decimal 0 130 111 1 0 0.15 0.49 171.23 1 0.25
Hex 0 82 6F 64 0 F 31 AB 64 19
Octal 0 202 157 144 0 17 61 253 144 31
Binary 0 10000010 1101111 1100100 0 1111 110001 10101011 1100100 11001

Color Harmonies of #00826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00826F

Black with #00826F

Text Example


Text Example

White with #00826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00826F;
 }
 .AnyTagClassName
 {
   color: #00826F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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