Shades of Dark Green #001905
Tints of Dark Green #001905
RGB
CMYK
RGB Variations
Color information
#001905 (or 0x001905) is known color: Dark Green. HEX triplet: 00, 19 and 05. RGB value is (0,25,5). Sum of RGB (Red+Green+Blue) = 0+25+5=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 25 (10.16% from 255 or 83.33% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 25 - color contains mainly: green. Hex color #001905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001905 is #FFE6FA. Grayscale: #0F0F0F. Windows color (decimal): -16770811 or 334080. OLE color: 334080.
HSL color Cylindrical-coordinate representation of color #001905: hue angle of 132º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001905 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 25 | 5 | - |
| CMYK | 1 | 0 | 0.80 | 0.90 |
| HSL | 132º | 1% | 0.05% | - |
| HSV(B) | 132º | 1% | 0.1% | - |
| XYZ | 0.38 | 0.71 | 0.26 | - |
| YUV | 15.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 5 | 1 | 0 | 0.80 | 0.90 | 132 | 1 | 0.05 |
| Hex | 0 | 19 | 5 | 64 | 0 | 50 | 5A | 84 | 64 | 5 |
| Octal | 0 | 31 | 5 | 144 | 0 | 120 | 132 | 204 | 144 | 5 |
| Binary | 0 | 11001 | 101 | 1100100 | 0 | 1010000 | 1011010 | 10000100 | 1100100 | 101 |
Color Harmonies of #001905
Complementary color
Monochromatic Colors of #001905
Black with #001905
Text Example
Text Example
White with #001905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001905; }
p { color: rgb(0,25,5); }
H1.HeaderClassName
{
color: #001905;
}
.AnyTagClassName
{
color: #001905;
}
</style>
background-color css
<style>
a { background-color: #001905; }
a { background-color: rgb(0,25,5); }
div.DivClassName
{
background-color: #001905;
}
.BgClassName
{
background-color: #001905;
}
</style>
border-color css
<style>
span { border-color: #001905; }
span { border-color: rgb(0,25,5); }
td.TdClassName
{
border-color: #001905;
}
.TagClassName
{
border-color: #001905;
}
</style>