Shades of Dark Green #001C1D
Tints of Dark Green #001C1D
RGB
CMYK
RGB Variations
Color information
#001C1D (or 0x001C1D) is known color: Dark Green. HEX triplet: 00, 1C and 1D. RGB value is (0,28,29). Sum of RGB (Red+Green+Blue) = 0+28+29=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #001C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C1D is #FFE3E2. Grayscale: #131313. Windows color (decimal): -16770019 or 1907712. OLE color: 1907712.
HSL color Cylindrical-coordinate representation of color #001C1D: hue angle of 182.07º 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 #001C1D is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 29 | - |
| CMYK | 1 | 0.03 | 0 | 0.89 |
| HSL | 182.07º | 1% | 0.06% | - |
| HSV(B) | 182.07º | 1% | 0.11% | - |
| XYZ | 0.64 | 0.92 | 1.31 | - |
| YUV | 19.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 29 | 1 | 0.03 | 0 | 0.89 | 182.07 | 1 | 0.06 |
| Hex | 0 | 1C | 1D | 64 | 3 | 0 | 59 | B6 | 64 | 6 |
| Octal | 0 | 34 | 35 | 144 | 3 | 0 | 131 | 266 | 144 | 6 |
| Binary | 0 | 11100 | 11101 | 1100100 | 11 | 0 | 1011001 | 10110110 | 1100100 | 110 |
Color Harmonies of #001C1D
Complementary color
Monochromatic Colors of #001C1D
Black with #001C1D
Text Example
Text Example
White with #001C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C1D; }
p { color: rgb(0,28,29); }
H1.HeaderClassName
{
color: #001C1D;
}
.AnyTagClassName
{
color: #001C1D;
}
</style>
background-color css
<style>
a { background-color: #001C1D; }
a { background-color: rgb(0,28,29); }
div.DivClassName
{
background-color: #001C1D;
}
.BgClassName
{
background-color: #001C1D;
}
</style>
border-color css
<style>
span { border-color: #001C1D; }
span { border-color: rgb(0,28,29); }
td.TdClassName
{
border-color: #001C1D;
}
.TagClassName
{
border-color: #001C1D;
}
</style>