Shades of Dark Green #010D0D
Tints of Dark Green #010D0D
RGB
CMYK
RGB Variations
Color information
#010D0D (or 0x010D0D) is known color: Dark Green. HEX triplet: 01, 0D and 0D. RGB value is (1,13,13). Sum of RGB (Red+Green+Blue) = 1+13+13=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 13 (5.47% from 255 or 48.15% from 27); Blue value is 13 (5.47% from 255 or 48.15% from 27); Max value from RGB is 13 - color contains mainly: green, blue. Hex color #010D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D0D is #FEF2F2. Grayscale: #090909. Windows color (decimal): -16708339 or 855297. OLE color: 855297.
HSL color Cylindrical-coordinate representation of color #010D0D: hue angle of 180º 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 #010D0D is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 1 | 13 | 13 | - |
| CMYK | 0.92 | 0 | 0 | 0.95 |
| HSL | 180º | 0.86% | 0.03% | - |
| HSV(B) | 180º | 0.92% | 0.05% | - |
| XYZ | 0.23 | 0.32 | 0.43 | - |
| YUV | 9.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 13 | 13 | 0.92 | 0 | 0 | 0.95 | 180 | 0.86 | 0.03 |
| Hex | 1 | D | D | 5C | 0 | 0 | 5F | B4 | 56 | 3 |
| Octal | 1 | 15 | 15 | 134 | 0 | 0 | 137 | 264 | 126 | 3 |
| Binary | 1 | 1101 | 1101 | 1011100 | 0 | 0 | 1011111 | 10110100 | 1010110 | 11 |
Color Harmonies of #010D0D
Complementary color
Monochromatic Colors of #010D0D
Black with #010D0D
Text Example
Text Example
White with #010D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010D0D; }
p { color: rgb(1,13,13); }
H1.HeaderClassName
{
color: #010D0D;
}
.AnyTagClassName
{
color: #010D0D;
}
</style>
background-color css
<style>
a { background-color: #010D0D; }
a { background-color: rgb(1,13,13); }
div.DivClassName
{
background-color: #010D0D;
}
.BgClassName
{
background-color: #010D0D;
}
</style>
border-color css
<style>
span { border-color: #010D0D; }
span { border-color: rgb(1,13,13); }
td.TdClassName
{
border-color: #010D0D;
}
.TagClassName
{
border-color: #010D0D;
}
</style>