Shades of Dark Green #001005
Tints of Dark Green #001005
RGB
CMYK
RGB Variations
Color information
#001005 (or 0x001005) is known color: Dark Green. HEX triplet: 00, 10 and 05. RGB value is (0,16,5). Sum of RGB (Red+Green+Blue) = 0+16+5=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 16 (6.64% from 255 or 76.19% from 21); Blue value is 5 (2.34% from 255 or 23.81% from 21); Max value from RGB is 16 - color contains mainly: green. Hex color #001005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001005 is #FFEFFA. Grayscale: #090909. Windows color (decimal): -16773115 or 331776. OLE color: 331776.
HSL color Cylindrical-coordinate representation of color #001005: hue angle of 138.75º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001005 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 16 | 5 | - |
| CMYK | 1 | 0 | 0.69 | 0.94 |
| HSL | 138.75º | 1% | 0.03% | - |
| HSV(B) | 138.75º | 1% | 0.06% | - |
| XYZ | 0.21 | 0.38 | 0.21 | - |
| YUV | 9.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 5 | 1 | 0 | 0.69 | 0.94 | 138.75 | 1 | 0.03 |
| Hex | 0 | 10 | 5 | 64 | 0 | 45 | 5E | 8B | 64 | 3 |
| Octal | 0 | 20 | 5 | 144 | 0 | 105 | 136 | 213 | 144 | 3 |
| Binary | 0 | 10000 | 101 | 1100100 | 0 | 1000101 | 1011110 | 10001011 | 1100100 | 11 |
Color Harmonies of #001005
Complementary color
Monochromatic Colors of #001005
Black with #001005
Text Example
Text Example
White with #001005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001005; }
p { color: rgb(0,16,5); }
H1.HeaderClassName
{
color: #001005;
}
.AnyTagClassName
{
color: #001005;
}
</style>
background-color css
<style>
a { background-color: #001005; }
a { background-color: rgb(0,16,5); }
div.DivClassName
{
background-color: #001005;
}
.BgClassName
{
background-color: #001005;
}
</style>
border-color css
<style>
span { border-color: #001005; }
span { border-color: rgb(0,16,5); }
td.TdClassName
{
border-color: #001005;
}
.TagClassName
{
border-color: #001005;
}
</style>