#000D09 (or 0x000D09) is unknown color: approx Dark Green. HEX triplet: 00, 0D and 09. RGB value is (0,13,9). Sum of RGB (Red+Green+Blue) = 0+13+9=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 13 (5.47% from 255 or 59.09% from 22); Blue value is 9 (3.91% from 255 or 40.91% from 22); Max value from RGB is 13 - color contains mainly: green. Hex color #000D09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D09 is #FFF2F6. Grayscale: #080808. Windows color (decimal): -16773879 or 593152. OLE color: 593152.
HSL color Cylindrical-coordinate representation of color #000D09: hue angle of 161.54º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D09 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.95.
<style> p { color: #000D09; } p { color: rgb(0,13,9); } H1.HeaderClassName { color: #000D09; } .AnyTagClassName { color: #000D09; } </style>
<style> a { background-color: #000D09; } a { background-color: rgb(0,13,9); } div.DivClassName { background-color: #000D09; } .BgClassName { background-color: #000D09; } </style>
<style> span { border-color: #000D09; } span { border-color: rgb(0,13,9); } td.TdClassName { border-color: #000D09; } .TagClassName { border-color: #000D09; } </style>