Shades of Dark Green #001C1C
Tints of Dark Green #001C1C
RGB
CMYK
RGB Variations
Color information
#001C1C (or 0x001C1C) is known color: Dark Green. HEX triplet: 00, 1C and 1C. RGB value is (0,28,28). Sum of RGB (Red+Green+Blue) = 0+28+28=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 28 (11.33% from 255 or 50% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: green, blue. Hex color #001C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C1C is #FFE3E3. Grayscale: #131313. Windows color (decimal): -16770020 or 1842176. OLE color: 1842176.
HSL color Cylindrical-coordinate representation of color #001C1C: hue angle of 180º 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 #001C1C is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 28 | - |
| CMYK | 1 | 0 | 0 | 0.89 |
| HSL | 180º | 1% | 0.05% | - |
| HSV(B) | 180º | 1% | 0.11% | - |
| XYZ | 0.62 | 0.91 | 1.24 | - |
| YUV | 19.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 28 | 1 | 0 | 0 | 0.89 | 180 | 1 | 0.05 |
| Hex | 0 | 1C | 1C | 64 | 0 | 0 | 59 | B4 | 64 | 5 |
| Octal | 0 | 34 | 34 | 144 | 0 | 0 | 131 | 264 | 144 | 5 |
| Binary | 0 | 11100 | 11100 | 1100100 | 0 | 0 | 1011001 | 10110100 | 1100100 | 101 |
Color Harmonies of #001C1C
Complementary color
Monochromatic Colors of #001C1C
Black with #001C1C
Text Example
Text Example
White with #001C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C1C; }
p { color: rgb(0,28,28); }
H1.HeaderClassName
{
color: #001C1C;
}
.AnyTagClassName
{
color: #001C1C;
}
</style>
background-color css
<style>
a { background-color: #001C1C; }
a { background-color: rgb(0,28,28); }
div.DivClassName
{
background-color: #001C1C;
}
.BgClassName
{
background-color: #001C1C;
}
</style>
border-color css
<style>
span { border-color: #001C1C; }
span { border-color: rgb(0,28,28); }
td.TdClassName
{
border-color: #001C1C;
}
.TagClassName
{
border-color: #001C1C;
}
</style>