Shades of Dark Green #000B09
Tints of Dark Green #000B09
RGB
CMYK
RGB Variations
Color information
#000B09 (or 0x000B09) is known color: Dark Green. HEX triplet: 00, 0B and 09. RGB value is (0,11,9). Sum of RGB (Red+Green+Blue) = 0+11+9=20 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 20); Green value is 11 (4.69% from 255 or 55% from 20); Blue value is 9 (3.91% from 255 or 45% from 20); Max value from RGB is 11 - color contains mainly: green. Hex color #000B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000B09 is #FFF4F6. Grayscale: #070707. Windows color (decimal): -16774391 or 592640. OLE color: 592640.
HSL color Cylindrical-coordinate representation of color #000B09: hue angle of 169.09º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B09 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 11 | 9 | - |
| CMYK | 1 | 0 | 0.18 | 0.96 |
| HSL | 169.09º | 1% | 0.02% | - |
| HSV(B) | 169.09º | 1% | 0.04% | - |
| XYZ | 0.17 | 0.26 | 0.3 | - |
| YUV | 7.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 9 | 1 | 0 | 0.18 | 0.96 | 169.09 | 1 | 0.02 |
| Hex | 0 | B | 9 | 64 | 0 | 12 | 60 | A9 | 64 | 2 |
| Octal | 0 | 13 | 11 | 144 | 0 | 22 | 140 | 251 | 144 | 2 |
| Binary | 0 | 1011 | 1001 | 1100100 | 0 | 10010 | 1100000 | 10101001 | 1100100 | 10 |
Color Harmonies of #000B09
Complementary color
Monochromatic Colors of #000B09
Black with #000B09
Text Example
Text Example
White with #000B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B09; }
p { color: rgb(0,11,9); }
H1.HeaderClassName
{
color: #000B09;
}
.AnyTagClassName
{
color: #000B09;
}
</style>
background-color css
<style>
a { background-color: #000B09; }
a { background-color: rgb(0,11,9); }
div.DivClassName
{
background-color: #000B09;
}
.BgClassName
{
background-color: #000B09;
}
</style>
border-color css
<style>
span { border-color: #000B09; }
span { border-color: rgb(0,11,9); }
td.TdClassName
{
border-color: #000B09;
}
.TagClassName
{
border-color: #000B09;
}
</style>