Shades of Pine Green #028173
Tints of Pine Green #028173
RGB
CMYK
RGB Variations
Color information
#028173 (or 0x028173) is known color: Pine Green. HEX triplet: 02, 81 and 73. RGB value is (2,129,115). Sum of RGB (Red+Green+Blue) = 2+129+115=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #028173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028173 is #FD7E8C. Grayscale: #595959. Windows color (decimal): -16613005 or 7569666. OLE color: 7569666.
HSL color Cylindrical-coordinate representation of color #028173: hue angle of 173.39º 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 #028173 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 129 | 115 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.49 |
| HSL | 173.39º | 0.97% | 0.26% | - |
| HSV(B) | 173.39º | 0.98% | 0.51% | - |
| XYZ | 10.97 | 16.95 | 18.91 | - |
| YUV | 89.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 115 | 0.98 | 0 | 0.11 | 0.49 | 173.39 | 0.97 | 0.26 |
| Hex | 2 | 81 | 73 | 62 | 0 | B | 31 | AD | 61 | 1A |
| Octal | 2 | 201 | 163 | 142 | 0 | 13 | 61 | 255 | 141 | 32 |
| Binary | 10 | 10000001 | 1110011 | 1100010 | 0 | 1011 | 110001 | 10101101 | 1100001 | 11010 |
Color Harmonies of #028173
Complementary color
Monochromatic Colors of #028173
Black with #028173
Text Example
Text Example
White with #028173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028173; }
p { color: rgb(2,129,115); }
H1.HeaderClassName
{
color: #028173;
}
.AnyTagClassName
{
color: #028173;
}
</style>
background-color css
<style>
a { background-color: #028173; }
a { background-color: rgb(2,129,115); }
div.DivClassName
{
background-color: #028173;
}
.BgClassName
{
background-color: #028173;
}
</style>
border-color css
<style>
span { border-color: #028173; }
span { border-color: rgb(2,129,115); }
td.TdClassName
{
border-color: #028173;
}
.TagClassName
{
border-color: #028173;
}
</style>