Shades of Pine Green #028071
Tints of Pine Green #028071
RGB
CMYK
RGB Variations
Color information
#028071 (or 0x028071) is known color: Pine Green. HEX triplet: 02, 80 and 71. RGB value is (2,128,113). Sum of RGB (Red+Green+Blue) = 2+128+113=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #028071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028071 is #FD7F8E. Grayscale: #585858. Windows color (decimal): -16613263 or 7438338. OLE color: 7438338.
HSL color Cylindrical-coordinate representation of color #028071: hue angle of 172.86º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028071 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 128 | 113 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.50 |
| HSL | 172.86º | 0.97% | 0.25% | - |
| HSV(B) | 172.86º | 0.98% | 0.5% | - |
| XYZ | 10.72 | 16.64 | 18.27 | - |
| YUV | 88.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 113 | 0.98 | 0 | 0.12 | 0.50 | 172.86 | 0.97 | 0.25 |
| Hex | 2 | 80 | 71 | 62 | 0 | C | 32 | AD | 61 | 19 |
| Octal | 2 | 200 | 161 | 142 | 0 | 14 | 62 | 255 | 141 | 31 |
| Binary | 10 | 10000000 | 1110001 | 1100010 | 0 | 1100 | 110010 | 10101101 | 1100001 | 11001 |
Color Harmonies of #028071
Complementary color
Monochromatic Colors of #028071
Black with #028071
Text Example
Text Example
White with #028071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028071; }
p { color: rgb(2,128,113); }
H1.HeaderClassName
{
color: #028071;
}
.AnyTagClassName
{
color: #028071;
}
</style>
background-color css
<style>
a { background-color: #028071; }
a { background-color: rgb(2,128,113); }
div.DivClassName
{
background-color: #028071;
}
.BgClassName
{
background-color: #028071;
}
</style>
border-color css
<style>
span { border-color: #028071; }
span { border-color: rgb(2,128,113); }
td.TdClassName
{
border-color: #028071;
}
.TagClassName
{
border-color: #028071;
}
</style>