Shades of Dark Green #091212
Tints of Dark Green #091212
RGB
CMYK
RGB Variations
Color information
#091212 (or 0x091212) is known color: Dark Green. HEX triplet: 09, 12 and 12. RGB value is (9,18,18). Sum of RGB (Red+Green+Blue) = 9+18+18=45 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #091212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091212 is #F6EDED. Grayscale: #0F0F0F. Windows color (decimal): -16182766 or 1184265. OLE color: 1184265.
HSL color Cylindrical-coordinate representation of color #091212: hue angle of 180º 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 #091212 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 18 | 18 | - |
| CMYK | 0.5 | 0 | 0 | 0.93 |
| HSL | 180º | 0.33% | 0.05% | - |
| HSV(B) | 180º | 0.5% | 0.07% | - |
| XYZ | 0.44 | 0.53 | 0.65 | - |
| YUV | 15.31 | 129.52 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 18 | 0.5 | 0 | 0 | 0.93 | 180 | 0.33 | 0.05 |
| Hex | 9 | 12 | 12 | 32 | 0 | 0 | 5D | B4 | 21 | 5 |
| Octal | 11 | 22 | 22 | 62 | 0 | 0 | 135 | 264 | 41 | 5 |
| Binary | 1001 | 10010 | 10010 | 110010 | 0 | 0 | 1011101 | 10110100 | 100001 | 101 |
Color Harmonies of #091212
Complementary color
Monochromatic Colors of #091212
Black with #091212
Text Example
Text Example
White with #091212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091212; }
p { color: rgb(9,18,18); }
H1.HeaderClassName
{
color: #091212;
}
.AnyTagClassName
{
color: #091212;
}
</style>
background-color css
<style>
a { background-color: #091212; }
a { background-color: rgb(9,18,18); }
div.DivClassName
{
background-color: #091212;
}
.BgClassName
{
background-color: #091212;
}
</style>
border-color css
<style>
span { border-color: #091212; }
span { border-color: rgb(9,18,18); }
td.TdClassName
{
border-color: #091212;
}
.TagClassName
{
border-color: #091212;
}
</style>