Shades of Dark Green #001708
Tints of Dark Green #001708
RGB
CMYK
RGB Variations
Color information
#001708 (or 0x001708) is known color: Dark Green. HEX triplet: 00, 17 and 08. RGB value is (0,23,8). Sum of RGB (Red+Green+Blue) = 0+23+8=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 23 (9.38% from 255 or 74.19% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 23 - color contains mainly: green. Hex color #001708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001708 is #FFE8F7. Grayscale: #0E0E0E. Windows color (decimal): -16771320 or 530176. OLE color: 530176.
HSL color Cylindrical-coordinate representation of color #001708: hue angle of 140.87º 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 #001708 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 23 | 8 | - |
| CMYK | 1 | 0 | 0.65 | 0.91 |
| HSL | 140.87º | 1% | 0.05% | - |
| HSV(B) | 140.87º | 1% | 0.09% | - |
| XYZ | 0.35 | 0.63 | 0.33 | - |
| YUV | 14.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 8 | 1 | 0 | 0.65 | 0.91 | 140.87 | 1 | 0.05 |
| Hex | 0 | 17 | 8 | 64 | 0 | 41 | 5B | 8D | 64 | 5 |
| Octal | 0 | 27 | 10 | 144 | 0 | 101 | 133 | 215 | 144 | 5 |
| Binary | 0 | 10111 | 1000 | 1100100 | 0 | 1000001 | 1011011 | 10001101 | 1100100 | 101 |
Color Harmonies of #001708
Complementary color
Monochromatic Colors of #001708
Black with #001708
Text Example
Text Example
White with #001708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001708; }
p { color: rgb(0,23,8); }
H1.HeaderClassName
{
color: #001708;
}
.AnyTagClassName
{
color: #001708;
}
</style>
background-color css
<style>
a { background-color: #001708; }
a { background-color: rgb(0,23,8); }
div.DivClassName
{
background-color: #001708;
}
.BgClassName
{
background-color: #001708;
}
</style>
border-color css
<style>
span { border-color: #001708; }
span { border-color: rgb(0,23,8); }
td.TdClassName
{
border-color: #001708;
}
.TagClassName
{
border-color: #001708;
}
</style>