Shades of Pine Green #02766C
Tints of Pine Green #02766C
RGB
CMYK
RGB Variations
Color information
#02766C (or 0x02766C) is known color: Pine Green. HEX triplet: 02, 76 and 6C. RGB value is (2,118,108). Sum of RGB (Red+Green+Blue) = 2+118+108=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #02766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02766C is #FD8993. Grayscale: #525252. Windows color (decimal): -16615828 or 7108098. OLE color: 7108098.
HSL color Cylindrical-coordinate representation of color #02766C: hue angle of 174.83º 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 #02766C is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 118 | 108 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.54 |
| HSL | 174.83º | 0.97% | 0.24% | - |
| HSV(B) | 174.83º | 0.98% | 0.46% | - |
| XYZ | 9.21 | 14.05 | 16.41 | - |
| YUV | 82.18 | 142.57 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 118 | 108 | 0.98 | 0 | 0.08 | 0.54 | 174.83 | 0.97 | 0.24 |
| Hex | 2 | 76 | 6C | 62 | 0 | 8 | 36 | AF | 61 | 18 |
| Octal | 2 | 166 | 154 | 142 | 0 | 10 | 66 | 257 | 141 | 30 |
| Binary | 10 | 1110110 | 1101100 | 1100010 | 0 | 1000 | 110110 | 10101111 | 1100001 | 11000 |
Color Harmonies of #02766C
Complementary color
Monochromatic Colors of #02766C
Black with #02766C
Text Example
Text Example
White with #02766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02766C; }
p { color: rgb(2,118,108); }
H1.HeaderClassName
{
color: #02766C;
}
.AnyTagClassName
{
color: #02766C;
}
</style>
background-color css
<style>
a { background-color: #02766C; }
a { background-color: rgb(2,118,108); }
div.DivClassName
{
background-color: #02766C;
}
.BgClassName
{
background-color: #02766C;
}
</style>
border-color css
<style>
span { border-color: #02766C; }
span { border-color: rgb(2,118,108); }
td.TdClassName
{
border-color: #02766C;
}
.TagClassName
{
border-color: #02766C;
}
</style>