Shades of Dark Green #001C14
Tints of Dark Green #001C14
RGB
CMYK
RGB Variations
Color information
#001C14 (or 0x001C14) is known color: Dark Green. HEX triplet: 00, 1C and 14. RGB value is (0,28,20). Sum of RGB (Red+Green+Blue) = 0+28+20=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #001C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C14 is #FFE3EB. Grayscale: #121212. Windows color (decimal): -16770028 or 1317888. OLE color: 1317888.
HSL color Cylindrical-coordinate representation of color #001C14: hue angle of 162.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 #001C14 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 20 | - |
| CMYK | 1 | 0 | 0.29 | 0.89 |
| HSL | 162.86º | 1% | 0.05% | - |
| HSV(B) | 162.86º | 1% | 0.11% | - |
| XYZ | 0.54 | 0.88 | 0.8 | - |
| YUV | 18.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 20 | 1 | 0 | 0.29 | 0.89 | 162.86 | 1 | 0.05 |
| Hex | 0 | 1C | 14 | 64 | 0 | 1D | 59 | A3 | 64 | 5 |
| Octal | 0 | 34 | 24 | 144 | 0 | 35 | 131 | 243 | 144 | 5 |
| Binary | 0 | 11100 | 10100 | 1100100 | 0 | 11101 | 1011001 | 10100011 | 1100100 | 101 |
Color Harmonies of #001C14
Complementary color
Monochromatic Colors of #001C14
Black with #001C14
Text Example
Text Example
White with #001C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C14; }
p { color: rgb(0,28,20); }
H1.HeaderClassName
{
color: #001C14;
}
.AnyTagClassName
{
color: #001C14;
}
</style>
background-color css
<style>
a { background-color: #001C14; }
a { background-color: rgb(0,28,20); }
div.DivClassName
{
background-color: #001C14;
}
.BgClassName
{
background-color: #001C14;
}
</style>
border-color css
<style>
span { border-color: #001C14; }
span { border-color: rgb(0,28,20); }
td.TdClassName
{
border-color: #001C14;
}
.TagClassName
{
border-color: #001C14;
}
</style>