Shades of Dark Green #001D12
Tints of Dark Green #001D12
RGB
CMYK
RGB Variations
Color information
#001D12 (or 0x001D12) is known color: Dark Green. HEX triplet: 00, 1D and 12. RGB value is (0,29,18). Sum of RGB (Red+Green+Blue) = 0+29+18=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #001D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001D12 is #FFE2ED. Grayscale: #131313. Windows color (decimal): -16769774 or 1187072. OLE color: 1187072.
HSL color Cylindrical-coordinate representation of color #001D12: hue angle of 157.24º 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 #001D12 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 29 | 18 | - |
| CMYK | 1 | 0 | 0.38 | 0.89 |
| HSL | 157.24º | 1% | 0.06% | - |
| HSV(B) | 157.24º | 1% | 0.11% | - |
| XYZ | 0.55 | 0.92 | 0.72 | - |
| YUV | 19.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 18 | 1 | 0 | 0.38 | 0.89 | 157.24 | 1 | 0.06 |
| Hex | 0 | 1D | 12 | 64 | 0 | 26 | 59 | 9D | 64 | 6 |
| Octal | 0 | 35 | 22 | 144 | 0 | 46 | 131 | 235 | 144 | 6 |
| Binary | 0 | 11101 | 10010 | 1100100 | 0 | 100110 | 1011001 | 10011101 | 1100100 | 110 |
Color Harmonies of #001D12
Complementary color
Monochromatic Colors of #001D12
Black with #001D12
Text Example
Text Example
White with #001D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D12; }
p { color: rgb(0,29,18); }
H1.HeaderClassName
{
color: #001D12;
}
.AnyTagClassName
{
color: #001D12;
}
</style>
background-color css
<style>
a { background-color: #001D12; }
a { background-color: rgb(0,29,18); }
div.DivClassName
{
background-color: #001D12;
}
.BgClassName
{
background-color: #001D12;
}
</style>
border-color css
<style>
span { border-color: #001D12; }
span { border-color: rgb(0,29,18); }
td.TdClassName
{
border-color: #001D12;
}
.TagClassName
{
border-color: #001D12;
}
</style>