Shades of Dark Green #001405
Tints of Dark Green #001405
RGB
CMYK
RGB Variations
Color information
#001405 (or 0x001405) is known color: Dark Green. HEX triplet: 00, 14 and 05. RGB value is (0,20,5). Sum of RGB (Red+Green+Blue) = 0+20+5=25 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 25); Green value is 20 (8.20% from 255 or 80% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 20 - color contains mainly: green. Hex color #001405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001405 is #FFEBFA. Grayscale: #0C0C0C. Windows color (decimal): -16772091 or 332800. OLE color: 332800.
HSL color Cylindrical-coordinate representation of color #001405: hue angle of 135º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001405 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 20 | 5 | - |
| CMYK | 1 | 0 | 0.75 | 0.92 |
| HSL | 135º | 1% | 0.04% | - |
| HSV(B) | 135º | 1% | 0.08% | - |
| XYZ | 0.28 | 0.51 | 0.23 | - |
| YUV | 12.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 5 | 1 | 0 | 0.75 | 0.92 | 135 | 1 | 0.04 |
| Hex | 0 | 14 | 5 | 64 | 0 | 4B | 5C | 87 | 64 | 4 |
| Octal | 0 | 24 | 5 | 144 | 0 | 113 | 134 | 207 | 144 | 4 |
| Binary | 0 | 10100 | 101 | 1100100 | 0 | 1001011 | 1011100 | 10000111 | 1100100 | 100 |
Color Harmonies of #001405
Complementary color
Monochromatic Colors of #001405
Black with #001405
Text Example
Text Example
White with #001405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001405; }
p { color: rgb(0,20,5); }
H1.HeaderClassName
{
color: #001405;
}
.AnyTagClassName
{
color: #001405;
}
</style>
background-color css
<style>
a { background-color: #001405; }
a { background-color: rgb(0,20,5); }
div.DivClassName
{
background-color: #001405;
}
.BgClassName
{
background-color: #001405;
}
</style>
border-color css
<style>
span { border-color: #001405; }
span { border-color: rgb(0,20,5); }
td.TdClassName
{
border-color: #001405;
}
.TagClassName
{
border-color: #001405;
}
</style>