Could be something peculiar to Nvidia GPUs, or maybe it’s just Firefox, but I never see this colour anywhere else, only when something causes a glitch in the rendering of video content. Sometimes it’s not just the video player that goes green, but the entire viewport of the browser window. I’m mainly curious why it’s that colour, rather than just black or white or something like that.
- HEX: 004d00
- RGB: rgb(0, 77, 0)
Cheers!


My calculations say that
YCbCr(0, 0, 0), which is presumably the default state of the video framebuffer, will becomeRGB(0, 73, 0)after ITU-R BT.609 colorspace conversion and gamma correction. Not exact but very close, the video might just be using a slightly different color profile from the standard. Or maybe I made a miscalculation.