Shades of Pine Green #028073
Tints of Pine Green #028073
RGB
CMYK
RGB Variations
Color information
#028073 (or 0x028073) is known color: Pine Green. HEX triplet: 02, 80 and 73. RGB value is (2,128,115). Sum of RGB (Red+Green+Blue) = 2+128+115=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #028073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028073 is #FD7F8C. Grayscale: #585858. Windows color (decimal): -16613261 or 7569410. OLE color: 7569410.
HSL color Cylindrical-coordinate representation of color #028073: hue angle of 173.81º 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 #028073 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 128 | 115 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.50 |
| HSL | 173.81º | 0.97% | 0.25% | - |
| HSV(B) | 173.81º | 0.98% | 0.5% | - |
| XYZ | 10.84 | 16.69 | 18.87 | - |
| YUV | 88.84 | 142.76 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 115 | 0.98 | 0 | 0.10 | 0.50 | 173.81 | 0.97 | 0.25 |
| Hex | 2 | 80 | 73 | 62 | 0 | A | 32 | AE | 61 | 19 |
| Octal | 2 | 200 | 163 | 142 | 0 | 12 | 62 | 256 | 141 | 31 |
| Binary | 10 | 10000000 | 1110011 | 1100010 | 0 | 1010 | 110010 | 10101110 | 1100001 | 11001 |
Color Harmonies of #028073
Complementary color
Monochromatic Colors of #028073
Black with #028073
Text Example
Text Example
White with #028073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028073; }
p { color: rgb(2,128,115); }
H1.HeaderClassName
{
color: #028073;
}
.AnyTagClassName
{
color: #028073;
}
</style>
background-color css
<style>
a { background-color: #028073; }
a { background-color: rgb(2,128,115); }
div.DivClassName
{
background-color: #028073;
}
.BgClassName
{
background-color: #028073;
}
</style>
border-color css
<style>
span { border-color: #028073; }
span { border-color: rgb(2,128,115); }
td.TdClassName
{
border-color: #028073;
}
.TagClassName
{
border-color: #028073;
}
</style>