Shades of Dark Green #001C0C
Tints of Dark Green #001C0C
RGB
CMYK
RGB Variations
Color information
#001C0C (or 0x001C0C) is known color: Dark Green. HEX triplet: 00, 1C and 0C. RGB value is (0,28,12). Sum of RGB (Red+Green+Blue) = 0+28+12=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 28 (11.33% from 255 or 70% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 28 - color contains mainly: green. Hex color #001C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C0C is #FFE3F3. Grayscale: #111111. Windows color (decimal): -16770036 or 793600. OLE color: 793600.
HSL color Cylindrical-coordinate representation of color #001C0C: hue angle of 145.71º 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 #001C0C is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 12 | - |
| CMYK | 1 | 0 | 0.57 | 0.89 |
| HSL | 145.71º | 1% | 0.05% | - |
| HSV(B) | 145.71º | 1% | 0.11% | - |
| XYZ | 0.48 | 0.86 | 0.49 | - |
| YUV | 17.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 12 | 1 | 0 | 0.57 | 0.89 | 145.71 | 1 | 0.05 |
| Hex | 0 | 1C | C | 64 | 0 | 39 | 59 | 92 | 64 | 5 |
| Octal | 0 | 34 | 14 | 144 | 0 | 71 | 131 | 222 | 144 | 5 |
| Binary | 0 | 11100 | 1100 | 1100100 | 0 | 111001 | 1011001 | 10010010 | 1100100 | 101 |
Color Harmonies of #001C0C
Complementary color
Monochromatic Colors of #001C0C
Black with #001C0C
Text Example
Text Example
White with #001C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C0C; }
p { color: rgb(0,28,12); }
H1.HeaderClassName
{
color: #001C0C;
}
.AnyTagClassName
{
color: #001C0C;
}
</style>
background-color css
<style>
a { background-color: #001C0C; }
a { background-color: rgb(0,28,12); }
div.DivClassName
{
background-color: #001C0C;
}
.BgClassName
{
background-color: #001C0C;
}
</style>
border-color css
<style>
span { border-color: #001C0C; }
span { border-color: rgb(0,28,12); }
td.TdClassName
{
border-color: #001C0C;
}
.TagClassName
{
border-color: #001C0C;
}
</style>