Shades of Dark Green #001705
Tints of Dark Green #001705
RGB
CMYK
RGB Variations
Color information
#001705 (or 0x001705) is known color: Dark Green. HEX triplet: 00, 17 and 05. RGB value is (0,23,5). Sum of RGB (Red+Green+Blue) = 0+23+5=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 23 (9.38% from 255 or 82.14% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 23 - color contains mainly: green. Hex color #001705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001705 is #FFE8FA. Grayscale: #0E0E0E. Windows color (decimal): -16771323 or 333568. OLE color: 333568.
HSL color Cylindrical-coordinate representation of color #001705: hue angle of 133.04º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001705 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 23 | 5 | - |
| CMYK | 1 | 0 | 0.78 | 0.91 |
| HSL | 133.04º | 1% | 0.05% | - |
| HSV(B) | 133.04º | 1% | 0.09% | - |
| XYZ | 0.33 | 0.62 | 0.25 | - |
| YUV | 14.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 5 | 1 | 0 | 0.78 | 0.91 | 133.04 | 1 | 0.05 |
| Hex | 0 | 17 | 5 | 64 | 0 | 4E | 5B | 85 | 64 | 5 |
| Octal | 0 | 27 | 5 | 144 | 0 | 116 | 133 | 205 | 144 | 5 |
| Binary | 0 | 10111 | 101 | 1100100 | 0 | 1001110 | 1011011 | 10000101 | 1100100 | 101 |
Color Harmonies of #001705
Complementary color
Monochromatic Colors of #001705
Black with #001705
Text Example
Text Example
White with #001705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001705; }
p { color: rgb(0,23,5); }
H1.HeaderClassName
{
color: #001705;
}
.AnyTagClassName
{
color: #001705;
}
</style>
background-color css
<style>
a { background-color: #001705; }
a { background-color: rgb(0,23,5); }
div.DivClassName
{
background-color: #001705;
}
.BgClassName
{
background-color: #001705;
}
</style>
border-color css
<style>
span { border-color: #001705; }
span { border-color: rgb(0,23,5); }
td.TdClassName
{
border-color: #001705;
}
.TagClassName
{
border-color: #001705;
}
</style>