Shades of Dark Green #000C09
Tints of Dark Green #000C09
RGB
CMYK
RGB Variations
Color information
#000C09 (or 0x000C09) is known color: Dark Green. HEX triplet: 00, 0C and 09. RGB value is (0,12,9). Sum of RGB (Red+Green+Blue) = 0+12+9=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 12 (5.08% from 255 or 57.14% from 21); Blue value is 9 (3.91% from 255 or 42.86% from 21); Max value from RGB is 12 - color contains mainly: green. Hex color #000C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C09 is #FFF3F6. Grayscale: #080808. Windows color (decimal): -16774135 or 592896. OLE color: 592896.
HSL color Cylindrical-coordinate representation of color #000C09: hue angle of 165º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C09 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 12 | 9 | - |
| CMYK | 1 | 0 | 0.25 | 0.95 |
| HSL | 165º | 1% | 0.02% | - |
| HSV(B) | 165º | 1% | 0.05% | - |
| XYZ | 0.18 | 0.28 | 0.3 | - |
| YUV | 8.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 9 | 1 | 0 | 0.25 | 0.95 | 165 | 1 | 0.02 |
| Hex | 0 | C | 9 | 64 | 0 | 19 | 5F | A5 | 64 | 2 |
| Octal | 0 | 14 | 11 | 144 | 0 | 31 | 137 | 245 | 144 | 2 |
| Binary | 0 | 1100 | 1001 | 1100100 | 0 | 11001 | 1011111 | 10100101 | 1100100 | 10 |
Color Harmonies of #000C09
Complementary color
Monochromatic Colors of #000C09
Black with #000C09
Text Example
Text Example
White with #000C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C09; }
p { color: rgb(0,12,9); }
H1.HeaderClassName
{
color: #000C09;
}
.AnyTagClassName
{
color: #000C09;
}
</style>
background-color css
<style>
a { background-color: #000C09; }
a { background-color: rgb(0,12,9); }
div.DivClassName
{
background-color: #000C09;
}
.BgClassName
{
background-color: #000C09;
}
</style>
border-color css
<style>
span { border-color: #000C09; }
span { border-color: rgb(0,12,9); }
td.TdClassName
{
border-color: #000C09;
}
.TagClassName
{
border-color: #000C09;
}
</style>