Shades of Dark Green #001810
Tints of Dark Green #001810
RGB
CMYK
RGB Variations
Color information
#001810 (or 0x001810) is known color: Dark Green. HEX triplet: 00, 18 and 10. RGB value is (0,24,16). Sum of RGB (Red+Green+Blue) = 0+24+16=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 24 (9.77% from 255 or 60% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 24 - color contains mainly: green. Hex color #001810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001810 is #FFE7EF. Grayscale: #0F0F0F. Windows color (decimal): -16771056 or 1054720. OLE color: 1054720.
HSL color Cylindrical-coordinate representation of color #001810: hue angle of 160º 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 #001810 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 24 | 16 | - |
| CMYK | 1 | 0 | 0.33 | 0.91 |
| HSL | 160º | 1% | 0.05% | - |
| HSV(B) | 160º | 1% | 0.09% | - |
| XYZ | 0.42 | 0.69 | 0.6 | - |
| YUV | 15.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 16 | 1 | 0 | 0.33 | 0.91 | 160 | 1 | 0.05 |
| Hex | 0 | 18 | 10 | 64 | 0 | 21 | 5B | A0 | 64 | 5 |
| Octal | 0 | 30 | 20 | 144 | 0 | 41 | 133 | 240 | 144 | 5 |
| Binary | 0 | 11000 | 10000 | 1100100 | 0 | 100001 | 1011011 | 10100000 | 1100100 | 101 |
Color Harmonies of #001810
Complementary color
Monochromatic Colors of #001810
Black with #001810
Text Example
Text Example
White with #001810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001810; }
p { color: rgb(0,24,16); }
H1.HeaderClassName
{
color: #001810;
}
.AnyTagClassName
{
color: #001810;
}
</style>
background-color css
<style>
a { background-color: #001810; }
a { background-color: rgb(0,24,16); }
div.DivClassName
{
background-color: #001810;
}
.BgClassName
{
background-color: #001810;
}
</style>
border-color css
<style>
span { border-color: #001810; }
span { border-color: rgb(0,24,16); }
td.TdClassName
{
border-color: #001810;
}
.TagClassName
{
border-color: #001810;
}
</style>