Shades of Dark Green #001807
Tints of Dark Green #001807
RGB
CMYK
RGB Variations
Color information
#001807 (or 0x001807) is known color: Dark Green. HEX triplet: 00, 18 and 07. RGB value is (0,24,7). Sum of RGB (Red+Green+Blue) = 0+24+7=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 24 (9.77% from 255 or 77.42% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 24 - color contains mainly: green. Hex color #001807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001807 is #FFE7F8. Grayscale: #0E0E0E. Windows color (decimal): -16771065 or 464896. OLE color: 464896.
HSL color Cylindrical-coordinate representation of color #001807: hue angle of 137.5º 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 #001807 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 24 | 7 | - |
| CMYK | 1 | 0 | 0.71 | 0.91 |
| HSL | 137.5º | 1% | 0.05% | - |
| HSV(B) | 137.5º | 1% | 0.09% | - |
| XYZ | 0.36 | 0.67 | 0.31 | - |
| YUV | 14.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 7 | 1 | 0 | 0.71 | 0.91 | 137.5 | 1 | 0.05 |
| Hex | 0 | 18 | 7 | 64 | 0 | 47 | 5B | 8A | 64 | 5 |
| Octal | 0 | 30 | 7 | 144 | 0 | 107 | 133 | 212 | 144 | 5 |
| Binary | 0 | 11000 | 111 | 1100100 | 0 | 1000111 | 1011011 | 10001010 | 1100100 | 101 |
Color Harmonies of #001807
Complementary color
Monochromatic Colors of #001807
Black with #001807
Text Example
Text Example
White with #001807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001807; }
p { color: rgb(0,24,7); }
H1.HeaderClassName
{
color: #001807;
}
.AnyTagClassName
{
color: #001807;
}
</style>
background-color css
<style>
a { background-color: #001807; }
a { background-color: rgb(0,24,7); }
div.DivClassName
{
background-color: #001807;
}
.BgClassName
{
background-color: #001807;
}
</style>
border-color css
<style>
span { border-color: #001807; }
span { border-color: rgb(0,24,7); }
td.TdClassName
{
border-color: #001807;
}
.TagClassName
{
border-color: #001807;
}
</style>