Shades of Pine Green #008371
Tints of Pine Green #008371
RGB
CMYK
RGB Variations
Color information
#008371 (or 0x008371) is known color: Pine Green. HEX triplet: 00, 83 and 71. RGB value is (0,131,113). Sum of RGB (Red+Green+Blue) = 0+131+113=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #008371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008371 is #FF7C8E. Grayscale: #595959. Windows color (decimal): -16743567 or 7439104. OLE color: 7439104.
HSL color Cylindrical-coordinate representation of color #008371: hue angle of 171.76º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008371 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 113 | - |
| CMYK | 1 | 0 | 0.14 | 0.49 |
| HSL | 171.76º | 1% | 0.26% | - |
| HSV(B) | 171.76º | 1% | 0.51% | - |
| XYZ | 11.1 | 17.42 | 18.4 | - |
| YUV | 89.78 | 141.1 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 113 | 1 | 0 | 0.14 | 0.49 | 171.76 | 1 | 0.26 |
| Hex | 0 | 83 | 71 | 64 | 0 | E | 31 | AC | 64 | 1A |
| Octal | 0 | 203 | 161 | 144 | 0 | 16 | 61 | 254 | 144 | 32 |
| Binary | 0 | 10000011 | 1110001 | 1100100 | 0 | 1110 | 110001 | 10101100 | 1100100 | 11010 |
Color Harmonies of #008371
Complementary color
Monochromatic Colors of #008371
Black with #008371
Text Example
Text Example
White with #008371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008371; }
p { color: rgb(0,131,113); }
H1.HeaderClassName
{
color: #008371;
}
.AnyTagClassName
{
color: #008371;
}
</style>
background-color css
<style>
a { background-color: #008371; }
a { background-color: rgb(0,131,113); }
div.DivClassName
{
background-color: #008371;
}
.BgClassName
{
background-color: #008371;
}
</style>
border-color css
<style>
span { border-color: #008371; }
span { border-color: rgb(0,131,113); }
td.TdClassName
{
border-color: #008371;
}
.TagClassName
{
border-color: #008371;
}
</style>