Shades of Dark Green #091512
Tints of Dark Green #091512
RGB
CMYK
RGB Variations
Color information
#091512 (or 0x091512) is known color: Dark Green. HEX triplet: 09, 15 and 12. RGB value is (9,21,18). Sum of RGB (Red+Green+Blue) = 9+21+18=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #091512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091512 is #F6EAED. Grayscale: #111111. Windows color (decimal): -16181998 or 1185033. OLE color: 1185033.
HSL color Cylindrical-coordinate representation of color #091512: hue angle of 165º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #091512 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 21 | 18 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.92 |
| HSL | 165º | 0.4% | 0.06% | - |
| HSV(B) | 165º | 0.57% | 0.08% | - |
| XYZ | 0.49 | 0.64 | 0.67 | - |
| YUV | 17.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 18 | 0.57 | 0 | 0.14 | 0.92 | 165 | 0.4 | 0.06 |
| Hex | 9 | 15 | 12 | 39 | 0 | E | 5C | A5 | 28 | 6 |
| Octal | 11 | 25 | 22 | 71 | 0 | 16 | 134 | 245 | 50 | 6 |
| Binary | 1001 | 10101 | 10010 | 111001 | 0 | 1110 | 1011100 | 10100101 | 101000 | 110 |
Color Harmonies of #091512
Complementary color
Monochromatic Colors of #091512
Black with #091512
Text Example
Text Example
White with #091512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091512; }
p { color: rgb(9,21,18); }
H1.HeaderClassName
{
color: #091512;
}
.AnyTagClassName
{
color: #091512;
}
</style>
background-color css
<style>
a { background-color: #091512; }
a { background-color: rgb(9,21,18); }
div.DivClassName
{
background-color: #091512;
}
.BgClassName
{
background-color: #091512;
}
</style>
border-color css
<style>
span { border-color: #091512; }
span { border-color: rgb(9,21,18); }
td.TdClassName
{
border-color: #091512;
}
.TagClassName
{
border-color: #091512;
}
</style>