Shades of Pine Green #00826E
Tints of Pine Green #00826E
RGB
CMYK
RGB Variations
Color information
#00826E (or 0x00826E) is known color: 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
| RGB | 0 | 130 | 110 | - |
| CMYK | 1 | 0 | 0.15 | 0.49 |
| HSL | 170.77º | 1% | 0.25% | - |
| HSV(B) | 170.77º | 1% | 0.51% | - |
| XYZ | 10.8 | 17.09 | 17.48 | - |
| YUV | 88.85 | 139.93 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 110 | 1 | 0 | 0.15 | 0.49 | 170.77 | 1 | 0.25 |
| Hex | 0 | 82 | 6E | 64 | 0 | F | 31 | AB | 64 | 19 |
| Octal | 0 | 202 | 156 | 144 | 0 | 17 | 61 | 253 | 144 | 31 |
| Binary | 0 | 10000010 | 1101110 | 1100100 | 0 | 1111 | 110001 | 10101011 | 1100100 | 11001 |
Color Harmonies of #00826E
Complementary color
Monochromatic Colors of #00826E
Black with #00826E
Text Example
Text Example
White with #00826E
Text Example
Text Example
HTML Codes & Css Web 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>