Shades of Dark Green #091211
Tints of Dark Green #091211
RGB
CMYK
RGB Variations
Color information
#091211 (or 0x091211) is known color: Dark Green. HEX triplet: 09, 12 and 11. RGB value is (9,18,17). Sum of RGB (Red+Green+Blue) = 9+18+17=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 18 - color contains mainly: green. Hex color #091211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091211 is #F6EDEE. Grayscale: #0F0F0F. Windows color (decimal): -16182767 or 1118729. OLE color: 1118729.
HSL color Cylindrical-coordinate representation of color #091211: hue angle of 173.33º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #091211 is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 18 | 17 | - |
| CMYK | 0.5 | 0 | 0.06 | 0.93 |
| HSL | 173.33º | 0.33% | 0.05% | - |
| HSV(B) | 173.33º | 0.5% | 0.07% | - |
| XYZ | 0.43 | 0.53 | 0.61 | - |
| YUV | 15.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 17 | 0.5 | 0 | 0.06 | 0.93 | 173.33 | 0.33 | 0.05 |
| Hex | 9 | 12 | 11 | 32 | 0 | 6 | 5D | AD | 21 | 5 |
| Octal | 11 | 22 | 21 | 62 | 0 | 6 | 135 | 255 | 41 | 5 |
| Binary | 1001 | 10010 | 10001 | 110010 | 0 | 110 | 1011101 | 10101101 | 100001 | 101 |
Color Harmonies of #091211
Complementary color
Monochromatic Colors of #091211
Black with #091211
Text Example
Text Example
White with #091211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091211; }
p { color: rgb(9,18,17); }
H1.HeaderClassName
{
color: #091211;
}
.AnyTagClassName
{
color: #091211;
}
</style>
background-color css
<style>
a { background-color: #091211; }
a { background-color: rgb(9,18,17); }
div.DivClassName
{
background-color: #091211;
}
.BgClassName
{
background-color: #091211;
}
</style>
border-color css
<style>
span { border-color: #091211; }
span { border-color: rgb(9,18,17); }
td.TdClassName
{
border-color: #091211;
}
.TagClassName
{
border-color: #091211;
}
</style>