Shades of Dark Green #001C19
Tints of Dark Green #001C19
RGB
CMYK
RGB Variations
Color information
#001C19 (or 0x001C19) is known color: Dark Green. HEX triplet: 00, 1C and 19. RGB value is (0,28,25). Sum of RGB (Red+Green+Blue) = 0+28+25=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 28 (11.33% from 255 or 52.83% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 28 - color contains mainly: green. Hex color #001C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C19 is #FFE3E6. Grayscale: #131313. Windows color (decimal): -16770023 or 1645568. OLE color: 1645568.
HSL color Cylindrical-coordinate representation of color #001C19: hue angle of 173.57º 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 #001C19 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 25 | - |
| CMYK | 1 | 0 | 0.11 | 0.89 |
| HSL | 173.57º | 1% | 0.05% | - |
| HSV(B) | 173.57º | 1% | 0.11% | - |
| XYZ | 0.59 | 0.9 | 1.06 | - |
| YUV | 19.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 25 | 1 | 0 | 0.11 | 0.89 | 173.57 | 1 | 0.05 |
| Hex | 0 | 1C | 19 | 64 | 0 | B | 59 | AE | 64 | 5 |
| Octal | 0 | 34 | 31 | 144 | 0 | 13 | 131 | 256 | 144 | 5 |
| Binary | 0 | 11100 | 11001 | 1100100 | 0 | 1011 | 1011001 | 10101110 | 1100100 | 101 |
Color Harmonies of #001C19
Complementary color
Monochromatic Colors of #001C19
Black with #001C19
Text Example
Text Example
White with #001C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C19; }
p { color: rgb(0,28,25); }
H1.HeaderClassName
{
color: #001C19;
}
.AnyTagClassName
{
color: #001C19;
}
</style>
background-color css
<style>
a { background-color: #001C19; }
a { background-color: rgb(0,28,25); }
div.DivClassName
{
background-color: #001C19;
}
.BgClassName
{
background-color: #001C19;
}
</style>
border-color css
<style>
span { border-color: #001C19; }
span { border-color: rgb(0,28,25); }
td.TdClassName
{
border-color: #001C19;
}
.TagClassName
{
border-color: #001C19;
}
</style>