Shades of Pine Green #028068
Tints of Pine Green #028068
RGB
CMYK
RGB Variations
Color information
#028068 (or 0x028068) is known color: Pine Green. HEX triplet: 02, 80 and 68. RGB value is (2,128,104). Sum of RGB (Red+Green+Blue) = 2+128+104=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #028068 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028068 is #FD7F97. Grayscale: #575757. Windows color (decimal): -16613272 or 6848514. OLE color: 6848514.
HSL color Cylindrical-coordinate representation of color #028068: hue angle of 168.57º 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 #028068 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 128 | 104 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.50 |
| HSL | 168.57º | 0.97% | 0.25% | - |
| HSV(B) | 168.57º | 0.98% | 0.5% | - |
| XYZ | 10.24 | 16.45 | 15.73 | - |
| YUV | 87.59 | 137.26 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 104 | 0.98 | 0 | 0.19 | 0.50 | 168.57 | 0.97 | 0.25 |
| Hex | 2 | 80 | 68 | 62 | 0 | 13 | 32 | A9 | 61 | 19 |
| Octal | 2 | 200 | 150 | 142 | 0 | 23 | 62 | 251 | 141 | 31 |
| Binary | 10 | 10000000 | 1101000 | 1100010 | 0 | 10011 | 110010 | 10101001 | 1100001 | 11001 |
Color Harmonies of #028068
Complementary color
Monochromatic Colors of #028068
Black with #028068
Text Example
Text Example
White with #028068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028068; }
p { color: rgb(2,128,104); }
H1.HeaderClassName
{
color: #028068;
}
.AnyTagClassName
{
color: #028068;
}
</style>
background-color css
<style>
a { background-color: #028068; }
a { background-color: rgb(2,128,104); }
div.DivClassName
{
background-color: #028068;
}
.BgClassName
{
background-color: #028068;
}
</style>
border-color css
<style>
span { border-color: #028068; }
span { border-color: rgb(2,128,104); }
td.TdClassName
{
border-color: #028068;
}
.TagClassName
{
border-color: #028068;
}
</style>