Shades of Pine Green #02766E
Tints of Pine Green #02766E
RGB
CMYK
RGB Variations
Color information
#02766E (or 0x02766E) is known color: Pine Green. HEX triplet: 02, 76 and 6E. RGB value is (2,118,110). Sum of RGB (Red+Green+Blue) = 2+118+110=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #02766E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02766E is #FD8991. Grayscale: #525252. Windows color (decimal): -16615826 or 7239170. OLE color: 7239170.
HSL color Cylindrical-coordinate representation of color #02766E: hue angle of 175.86º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02766E is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 118 | 110 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.54 |
| HSL | 175.86º | 0.97% | 0.24% | - |
| HSV(B) | 175.86º | 0.98% | 0.46% | - |
| XYZ | 9.32 | 14.1 | 16.98 | - |
| YUV | 82.4 | 143.57 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 110 | 0.98 | 0 | 0.07 | 0.54 | 175.86 | 0.97 | 0.24 |
| Hex | 2 | 76 | 6E | 62 | 0 | 7 | 36 | B0 | 61 | 18 |
| Octal | 2 | 166 | 156 | 142 | 0 | 7 | 66 | 260 | 141 | 30 |
| Binary | 10 | 1110110 | 1101110 | 1100010 | 0 | 111 | 110110 | 10110000 | 1100001 | 11000 |
Color Harmonies of #02766E
Complementary color
Monochromatic Colors of #02766E
Black with #02766E
Text Example
Text Example
White with #02766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02766E; }
p { color: rgb(2,118,110); }
H1.HeaderClassName
{
color: #02766E;
}
.AnyTagClassName
{
color: #02766E;
}
</style>
background-color css
<style>
a { background-color: #02766E; }
a { background-color: rgb(2,118,110); }
div.DivClassName
{
background-color: #02766E;
}
.BgClassName
{
background-color: #02766E;
}
</style>
border-color css
<style>
span { border-color: #02766E; }
span { border-color: rgb(2,118,110); }
td.TdClassName
{
border-color: #02766E;
}
.TagClassName
{
border-color: #02766E;
}
</style>