Shades of Pine Green #028271
Tints of Pine Green #028271
RGB
CMYK
RGB Variations
Color information
#028271 (or 0x028271) is known color: Pine Green. HEX triplet: 02, 82 and 71. RGB value is (2,130,113). Sum of RGB (Red+Green+Blue) = 2+130+113=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #028271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028271 is #FD7D8E. Grayscale: #595959. Windows color (decimal): -16612751 or 7438850. OLE color: 7438850.
HSL color Cylindrical-coordinate representation of color #028271: hue angle of 172.03º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028271 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 130 | 113 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.49 |
| HSL | 172.03º | 0.97% | 0.26% | - |
| HSV(B) | 172.03º | 0.98% | 0.51% | - |
| XYZ | 10.99 | 17.17 | 18.36 | - |
| YUV | 89.79 | 141.09 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 113 | 0.98 | 0 | 0.13 | 0.49 | 172.03 | 0.97 | 0.26 |
| Hex | 2 | 82 | 71 | 62 | 0 | D | 31 | AC | 61 | 1A |
| Octal | 2 | 202 | 161 | 142 | 0 | 15 | 61 | 254 | 141 | 32 |
| Binary | 10 | 10000010 | 1110001 | 1100010 | 0 | 1101 | 110001 | 10101100 | 1100001 | 11010 |
Color Harmonies of #028271
Complementary color
Monochromatic Colors of #028271
Black with #028271
Text Example
Text Example
White with #028271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028271; }
p { color: rgb(2,130,113); }
H1.HeaderClassName
{
color: #028271;
}
.AnyTagClassName
{
color: #028271;
}
</style>
background-color css
<style>
a { background-color: #028271; }
a { background-color: rgb(2,130,113); }
div.DivClassName
{
background-color: #028271;
}
.BgClassName
{
background-color: #028271;
}
</style>
border-color css
<style>
span { border-color: #028271; }
span { border-color: rgb(2,130,113); }
td.TdClassName
{
border-color: #028271;
}
.TagClassName
{
border-color: #028271;
}
</style>