Shades of Pine Green #028471
Tints of Pine Green #028471
RGB
CMYK
RGB Variations
Color information
#028471 (or 0x028471) is known color: Pine Green. HEX triplet: 02, 84 and 71. RGB value is (2,132,113). Sum of RGB (Red+Green+Blue) = 2+132+113=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #028471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028471 is #FD7B8E. Grayscale: #5A5A5A. Windows color (decimal): -16612239 or 7439362. OLE color: 7439362.
HSL color Cylindrical-coordinate representation of color #028471: hue angle of 171.23º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028471 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 132 | 113 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.48 |
| HSL | 171.23º | 0.97% | 0.26% | - |
| HSV(B) | 171.23º | 0.98% | 0.52% | - |
| XYZ | 11.26 | 17.71 | 18.45 | - |
| YUV | 90.96 | 140.43 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 132 | 113 | 0.98 | 0 | 0.14 | 0.48 | 171.23 | 0.97 | 0.26 |
| Hex | 2 | 84 | 71 | 62 | 0 | E | 30 | AB | 61 | 1A |
| Octal | 2 | 204 | 161 | 142 | 0 | 16 | 60 | 253 | 141 | 32 |
| Binary | 10 | 10000100 | 1110001 | 1100010 | 0 | 1110 | 110000 | 10101011 | 1100001 | 11010 |
Color Harmonies of #028471
Complementary color
Monochromatic Colors of #028471
Black with #028471
Text Example
Text Example
White with #028471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028471; }
p { color: rgb(2,132,113); }
H1.HeaderClassName
{
color: #028471;
}
.AnyTagClassName
{
color: #028471;
}
</style>
background-color css
<style>
a { background-color: #028471; }
a { background-color: rgb(2,132,113); }
div.DivClassName
{
background-color: #028471;
}
.BgClassName
{
background-color: #028471;
}
</style>
border-color css
<style>
span { border-color: #028471; }
span { border-color: rgb(2,132,113); }
td.TdClassName
{
border-color: #028471;
}
.TagClassName
{
border-color: #028471;
}
</style>