Shades of Pine Green #026E70
Tints of Pine Green #026E70
RGB
CMYK
RGB Variations
Color information
#026E70 (or 0x026E70) is known color: Pine Green. HEX triplet: 02, 6E and 70. RGB value is (2,110,112). Sum of RGB (Red+Green+Blue) = 2+110+112=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #026E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026E70 is #FD918F. Grayscale: #4D4D4D. Windows color (decimal): -16617872 or 7368194. OLE color: 7368194.
HSL color Cylindrical-coordinate representation of color #026E70: hue angle of 181.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026E70 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 110 | 112 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.56 |
| HSL | 181.09º | 0.96% | 0.22% | - |
| HSV(B) | 181.09º | 0.98% | 0.44% | - |
| XYZ | 8.53 | 12.33 | 17.26 | - |
| YUV | 77.94 | 147.22 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 110 | 112 | 0.98 | 0.02 | 0 | 0.56 | 181.09 | 0.96 | 0.22 |
| Hex | 2 | 6E | 70 | 62 | 2 | 0 | 38 | B5 | 60 | 16 |
| Octal | 2 | 156 | 160 | 142 | 2 | 0 | 70 | 265 | 140 | 26 |
| Binary | 10 | 1101110 | 1110000 | 1100010 | 10 | 0 | 111000 | 10110101 | 1100000 | 10110 |
Color Harmonies of #026E70
Complementary color
Monochromatic Colors of #026E70
Black with #026E70
Text Example
Text Example
White with #026E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026E70; }
p { color: rgb(2,110,112); }
H1.HeaderClassName
{
color: #026E70;
}
.AnyTagClassName
{
color: #026E70;
}
</style>
background-color css
<style>
a { background-color: #026E70; }
a { background-color: rgb(2,110,112); }
div.DivClassName
{
background-color: #026E70;
}
.BgClassName
{
background-color: #026E70;
}
</style>
border-color css
<style>
span { border-color: #026E70; }
span { border-color: rgb(2,110,112); }
td.TdClassName
{
border-color: #026E70;
}
.TagClassName
{
border-color: #026E70;
}
</style>