Shades of Dark Green #09100D
Tints of Dark Green #09100D
RGB
CMYK
RGB Variations
Color information
#09100D (or 0x09100D) is known color: Dark Green. HEX triplet: 09, 10 and 0D. RGB value is (9,16,13). Sum of RGB (Red+Green+Blue) = 9+16+13=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 16 - color contains mainly: green. Hex color #09100D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09100D is #F6EFF2. Grayscale: #0D0D0D. Windows color (decimal): -16183283 or 856073. OLE color: 856073.
HSL color Cylindrical-coordinate representation of color #09100D: hue angle of 154.29º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #09100D is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 9 | 16 | 13 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.94 |
| HSL | 154.29º | 0.28% | 0.05% | - |
| HSV(B) | 154.29º | 0.44% | 0.06% | - |
| XYZ | 0.37 | 0.46 | 0.45 | - |
| YUV | 13.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 13 | 0.44 | 0 | 0.19 | 0.94 | 154.29 | 0.28 | 0.05 |
| Hex | 9 | 10 | D | 2C | 0 | 13 | 5E | 9A | 1C | 5 |
| Octal | 11 | 20 | 15 | 54 | 0 | 23 | 136 | 232 | 34 | 5 |
| Binary | 1001 | 10000 | 1101 | 101100 | 0 | 10011 | 1011110 | 10011010 | 11100 | 101 |
Color Harmonies of #09100D
Complementary color
Monochromatic Colors of #09100D
Black with #09100D
Text Example
Text Example
White with #09100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09100D; }
p { color: rgb(9,16,13); }
H1.HeaderClassName
{
color: #09100D;
}
.AnyTagClassName
{
color: #09100D;
}
</style>
background-color css
<style>
a { background-color: #09100D; }
a { background-color: rgb(9,16,13); }
div.DivClassName
{
background-color: #09100D;
}
.BgClassName
{
background-color: #09100D;
}
</style>
border-color css
<style>
span { border-color: #09100D; }
span { border-color: rgb(9,16,13); }
td.TdClassName
{
border-color: #09100D;
}
.TagClassName
{
border-color: #09100D;
}
</style>