Shades of Dark Green #091912
Tints of Dark Green #091912
RGB
CMYK
RGB Variations
Color information
#091912 (or 0x091912) is known color: Dark Green. HEX triplet: 09, 19 and 12. RGB value is (9,25,18). Sum of RGB (Red+Green+Blue) = 9+25+18=52 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.31% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #091912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091912 is #F6E6ED. Grayscale: #131313. Windows color (decimal): -16180974 or 1186057. OLE color: 1186057.
HSL color Cylindrical-coordinate representation of color #091912: hue angle of 153.75º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #091912 is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 9 | 25 | 18 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.90 |
| HSL | 153.75º | 0.47% | 0.07% | - |
| HSV(B) | 153.75º | 0.64% | 0.1% | - |
| XYZ | 0.57 | 0.8 | 0.7 | - |
| YUV | 19.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 18 | 0.64 | 0 | 0.28 | 0.90 | 153.75 | 0.47 | 0.07 |
| Hex | 9 | 19 | 12 | 40 | 0 | 1C | 5A | 9A | 2F | 7 |
| Octal | 11 | 31 | 22 | 100 | 0 | 34 | 132 | 232 | 57 | 7 |
| Binary | 1001 | 11001 | 10010 | 1000000 | 0 | 11100 | 1011010 | 10011010 | 101111 | 111 |
Color Harmonies of #091912
Complementary color
Monochromatic Colors of #091912
Black with #091912
Text Example
Text Example
White with #091912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091912; }
p { color: rgb(9,25,18); }
H1.HeaderClassName
{
color: #091912;
}
.AnyTagClassName
{
color: #091912;
}
</style>
background-color css
<style>
a { background-color: #091912; }
a { background-color: rgb(9,25,18); }
div.DivClassName
{
background-color: #091912;
}
.BgClassName
{
background-color: #091912;
}
</style>
border-color css
<style>
span { border-color: #091912; }
span { border-color: rgb(9,25,18); }
td.TdClassName
{
border-color: #091912;
}
.TagClassName
{
border-color: #091912;
}
</style>