Shades of Dark Green #001C0D
Tints of Dark Green #001C0D
RGB
CMYK
RGB Variations
Color information
#001C0D (or 0x001C0D) is known color: Dark Green. HEX triplet: 00, 1C and 0D. RGB value is (0,28,13). Sum of RGB (Red+Green+Blue) = 0+28+13=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 28 (11.33% from 255 or 68.29% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 28 - color contains mainly: green. Hex color #001C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C0D is #FFE3F2. Grayscale: #111111. Windows color (decimal): -16770035 or 859136. OLE color: 859136.
HSL color Cylindrical-coordinate representation of color #001C0D: hue angle of 147.86º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C0D is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 13 | - |
| CMYK | 1 | 0 | 0.54 | 0.89 |
| HSL | 147.86º | 1% | 0.05% | - |
| HSV(B) | 147.86º | 1% | 0.11% | - |
| XYZ | 0.49 | 0.86 | 0.52 | - |
| YUV | 17.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 13 | 1 | 0 | 0.54 | 0.89 | 147.86 | 1 | 0.05 |
| Hex | 0 | 1C | D | 64 | 0 | 36 | 59 | 94 | 64 | 5 |
| Octal | 0 | 34 | 15 | 144 | 0 | 66 | 131 | 224 | 144 | 5 |
| Binary | 0 | 11100 | 1101 | 1100100 | 0 | 110110 | 1011001 | 10010100 | 1100100 | 101 |
Color Harmonies of #001C0D
Complementary color
Monochromatic Colors of #001C0D
Black with #001C0D
Text Example
Text Example
White with #001C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C0D; }
p { color: rgb(0,28,13); }
H1.HeaderClassName
{
color: #001C0D;
}
.AnyTagClassName
{
color: #001C0D;
}
</style>
background-color css
<style>
a { background-color: #001C0D; }
a { background-color: rgb(0,28,13); }
div.DivClassName
{
background-color: #001C0D;
}
.BgClassName
{
background-color: #001C0D;
}
</style>
border-color css
<style>
span { border-color: #001C0D; }
span { border-color: rgb(0,28,13); }
td.TdClassName
{
border-color: #001C0D;
}
.TagClassName
{
border-color: #001C0D;
}
</style>