Shades of Dark Green #09110C
Tints of Dark Green #09110C
RGB
CMYK
RGB Variations
Color information
#09110C (or 0x09110C) is known color: Dark Green. HEX triplet: 09, 11 and 0C. RGB value is (9,17,12). Sum of RGB (Red+Green+Blue) = 9+17+12=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 17 - color contains mainly: green. Hex color #09110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09110C is #F6EEF3. Grayscale: #0E0E0E. Windows color (decimal): -16183028 or 790793. OLE color: 790793.
HSL color Cylindrical-coordinate representation of color #09110C: hue angle of 142.5º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #09110C is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 17 | 12 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.93 |
| HSL | 142.5º | 0.31% | 0.05% | - |
| HSV(B) | 142.5º | 0.47% | 0.07% | - |
| XYZ | 0.38 | 0.49 | 0.42 | - |
| YUV | 14.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 12 | 0.47 | 0 | 0.29 | 0.93 | 142.5 | 0.31 | 0.05 |
| Hex | 9 | 11 | C | 2F | 0 | 1D | 5D | 8E | 1F | 5 |
| Octal | 11 | 21 | 14 | 57 | 0 | 35 | 135 | 216 | 37 | 5 |
| Binary | 1001 | 10001 | 1100 | 101111 | 0 | 11101 | 1011101 | 10001110 | 11111 | 101 |
Color Harmonies of #09110C
Complementary color
Monochromatic Colors of #09110C
Black with #09110C
Text Example
Text Example
White with #09110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09110C; }
p { color: rgb(9,17,12); }
H1.HeaderClassName
{
color: #09110C;
}
.AnyTagClassName
{
color: #09110C;
}
</style>
background-color css
<style>
a { background-color: #09110C; }
a { background-color: rgb(9,17,12); }
div.DivClassName
{
background-color: #09110C;
}
.BgClassName
{
background-color: #09110C;
}
</style>
border-color css
<style>
span { border-color: #09110C; }
span { border-color: rgb(9,17,12); }
td.TdClassName
{
border-color: #09110C;
}
.TagClassName
{
border-color: #09110C;
}
</style>