Shades of Dark Green #010D09
Tints of Dark Green #010D09
RGB
CMYK
RGB Variations
Color information
#010D09 (or 0x010D09) is known color: Dark Green. HEX triplet: 01, 0D and 09. RGB value is (1,13,9). Sum of RGB (Red+Green+Blue) = 1+13+9=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 13 (5.47% from 255 or 56.52% from 23); Blue value is 9 (3.91% from 255 or 39.13% from 23); Max value from RGB is 13 - color contains mainly: green. Hex color #010D09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D09 is #FEF2F6. Grayscale: #080808. Windows color (decimal): -16708343 or 593153. OLE color: 593153.
HSL color Cylindrical-coordinate representation of color #010D09: hue angle of 160º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #010D09 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 1 | 13 | 9 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.95 |
| HSL | 160º | 0.86% | 0.03% | - |
| HSV(B) | 160º | 0.92% | 0.05% | - |
| XYZ | 0.21 | 0.31 | 0.31 | - |
| YUV | 8.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 9 | 0.92 | 0 | 0.31 | 0.95 | 160 | 0.86 | 0.03 |
| Hex | 1 | D | 9 | 5C | 0 | 1F | 5F | A0 | 56 | 3 |
| Octal | 1 | 15 | 11 | 134 | 0 | 37 | 137 | 240 | 126 | 3 |
| Binary | 1 | 1101 | 1001 | 1011100 | 0 | 11111 | 1011111 | 10100000 | 1010110 | 11 |
Color Harmonies of #010D09
Complementary color
Monochromatic Colors of #010D09
Black with #010D09
Text Example
Text Example
White with #010D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D09; }
p { color: rgb(1,13,9); }
H1.HeaderClassName
{
color: #010D09;
}
.AnyTagClassName
{
color: #010D09;
}
</style>
background-color css
<style>
a { background-color: #010D09; }
a { background-color: rgb(1,13,9); }
div.DivClassName
{
background-color: #010D09;
}
.BgClassName
{
background-color: #010D09;
}
</style>
border-color css
<style>
span { border-color: #010D09; }
span { border-color: rgb(1,13,9); }
td.TdClassName
{
border-color: #010D09;
}
.TagClassName
{
border-color: #010D09;
}
</style>