#00221B (or 0x00221B) is unknown color: approx Dark Green. HEX triplet: 00, 22 and 1B. RGB value is (0,34,27). Sum of RGB (Red+Green+Blue) = 0+34+27=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 34 (13.67% from 255 or 55.74% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 34 - color contains mainly: green. Hex color #00221B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00221B is #FFDDE4. Grayscale: #171717. Windows color (decimal): -16768485 or 1778176. OLE color: 1778176.
HSL color Cylindrical-coordinate representation of color #00221B: hue angle of 167.65º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00221B is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.
<style> p { color: #00221B; } p { color: rgb(0,34,27); } H1.HeaderClassName { color: #00221B; } .AnyTagClassName { color: #00221B; } </style>
<style> a { background-color: #00221B; } a { background-color: rgb(0,34,27); } div.DivClassName { background-color: #00221B; } .BgClassName { background-color: #00221B; } </style>
<style> span { border-color: #00221B; } span { border-color: rgb(0,34,27); } td.TdClassName { border-color: #00221B; } .TagClassName { border-color: #00221B; } </style>