#007E03 (or 0x007E03) is unknown color: approx Green. HEX triplet: 00, 7E and 03. RGB value is (0,126,3). Sum of RGB (Red+Green+Blue) = 0+126+3=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 126 (49.61% from 255 or 97.67% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 126 - color contains mainly: green. Hex color #007E03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007E03 is #FF81FC. Grayscale: #4A4A4A. Windows color (decimal): -16744957 or 228864. OLE color: 228864.
HSL color Cylindrical-coordinate representation of color #007E03: hue angle of 121.43º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007E03 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
<style> p { color: #007E03; } p { color: rgb(0,126,3); } H1.HeaderClassName { color: #007E03; } .AnyTagClassName { color: #007E03; } </style>
<style> a { background-color: #007E03; } a { background-color: rgb(0,126,3); } div.DivClassName { background-color: #007E03; } .BgClassName { background-color: #007E03; } </style>
<style> span { border-color: #007E03; } span { border-color: rgb(0,126,3); } td.TdClassName { border-color: #007E03; } .TagClassName { border-color: #007E03; } </style>