Shades of Dark Green #001C16
Tints of Dark Green #001C16
RGB
CMYK
RGB Variations
Color information
#001C16 (or 0x001C16) is known color: Dark Green. HEX triplet: 00, 1C and 16. RGB value is (0,28,22). Sum of RGB (Red+Green+Blue) = 0+28+22=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #001C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C16 is #FFE3E9. Grayscale: #121212. Windows color (decimal): -16770026 or 1448960. OLE color: 1448960.
HSL color Cylindrical-coordinate representation of color #001C16: hue angle of 167.14º 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 #001C16 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 22 | - |
| CMYK | 1 | 0 | 0.21 | 0.89 |
| HSL | 167.14º | 1% | 0.05% | - |
| HSV(B) | 167.14º | 1% | 0.11% | - |
| XYZ | 0.56 | 0.89 | 0.9 | - |
| YUV | 18.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 22 | 1 | 0 | 0.21 | 0.89 | 167.14 | 1 | 0.05 |
| Hex | 0 | 1C | 16 | 64 | 0 | 15 | 59 | A7 | 64 | 5 |
| Octal | 0 | 34 | 26 | 144 | 0 | 25 | 131 | 247 | 144 | 5 |
| Binary | 0 | 11100 | 10110 | 1100100 | 0 | 10101 | 1011001 | 10100111 | 1100100 | 101 |
Color Harmonies of #001C16
Complementary color
Monochromatic Colors of #001C16
Black with #001C16
Text Example
Text Example
White with #001C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C16; }
p { color: rgb(0,28,22); }
H1.HeaderClassName
{
color: #001C16;
}
.AnyTagClassName
{
color: #001C16;
}
</style>
background-color css
<style>
a { background-color: #001C16; }
a { background-color: rgb(0,28,22); }
div.DivClassName
{
background-color: #001C16;
}
.BgClassName
{
background-color: #001C16;
}
</style>
border-color css
<style>
span { border-color: #001C16; }
span { border-color: rgb(0,28,22); }
td.TdClassName
{
border-color: #001C16;
}
.TagClassName
{
border-color: #001C16;
}
</style>