Shades of Dark Green #001D0A
Tints of Dark Green #001D0A
RGB
CMYK
RGB Variations
Color information
#001D0A (or 0x001D0A) is known color: Dark Green. HEX triplet: 00, 1D and 0A. RGB value is (0,29,10). Sum of RGB (Red+Green+Blue) = 0+29+10=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 29 (11.72% from 255 or 74.36% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 29 - color contains mainly: green. Hex color #001D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001D0A is #FFE2F5. Grayscale: #121212. Windows color (decimal): -16769782 or 662784. OLE color: 662784.
HSL color Cylindrical-coordinate representation of color #001D0A: hue angle of 140.69º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D0A is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 29 | 10 | - |
| CMYK | 1 | 0 | 0.66 | 0.89 |
| HSL | 140.69º | 1% | 0.06% | - |
| HSV(B) | 140.69º | 1% | 0.11% | - |
| XYZ | 0.49 | 0.9 | 0.43 | - |
| YUV | 18.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 10 | 1 | 0 | 0.66 | 0.89 | 140.69 | 1 | 0.06 |
| Hex | 0 | 1D | A | 64 | 0 | 42 | 59 | 8D | 64 | 6 |
| Octal | 0 | 35 | 12 | 144 | 0 | 102 | 131 | 215 | 144 | 6 |
| Binary | 0 | 11101 | 1010 | 1100100 | 0 | 1000010 | 1011001 | 10001101 | 1100100 | 110 |
Color Harmonies of #001D0A
Complementary color
Monochromatic Colors of #001D0A
Black with #001D0A
Text Example
Text Example
White with #001D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D0A; }
p { color: rgb(0,29,10); }
H1.HeaderClassName
{
color: #001D0A;
}
.AnyTagClassName
{
color: #001D0A;
}
</style>
background-color css
<style>
a { background-color: #001D0A; }
a { background-color: rgb(0,29,10); }
div.DivClassName
{
background-color: #001D0A;
}
.BgClassName
{
background-color: #001D0A;
}
</style>
border-color css
<style>
span { border-color: #001D0A; }
span { border-color: rgb(0,29,10); }
td.TdClassName
{
border-color: #001D0A;
}
.TagClassName
{
border-color: #001D0A;
}
</style>