Shades of Dark Green #001C17
Tints of Dark Green #001C17
RGB
CMYK
RGB Variations
Color information
#001C17 (or 0x001C17) is known color: Dark Green. HEX triplet: 00, 1C and 17. RGB value is (0,28,23). Sum of RGB (Red+Green+Blue) = 0+28+23=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #001C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C17 is #FFE3E8. Grayscale: #131313. Windows color (decimal): -16770025 or 1514496. OLE color: 1514496.
HSL color Cylindrical-coordinate representation of color #001C17: hue angle of 169.29º 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 #001C17 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 23 | - |
| CMYK | 1 | 0 | 0.18 | 0.89 |
| HSL | 169.29º | 1% | 0.05% | - |
| HSV(B) | 169.29º | 1% | 0.11% | - |
| XYZ | 0.57 | 0.89 | 0.95 | - |
| YUV | 19.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 23 | 1 | 0 | 0.18 | 0.89 | 169.29 | 1 | 0.05 |
| Hex | 0 | 1C | 17 | 64 | 0 | 12 | 59 | A9 | 64 | 5 |
| Octal | 0 | 34 | 27 | 144 | 0 | 22 | 131 | 251 | 144 | 5 |
| Binary | 0 | 11100 | 10111 | 1100100 | 0 | 10010 | 1011001 | 10101001 | 1100100 | 101 |
Color Harmonies of #001C17
Complementary color
Monochromatic Colors of #001C17
Black with #001C17
Text Example
Text Example
White with #001C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C17; }
p { color: rgb(0,28,23); }
H1.HeaderClassName
{
color: #001C17;
}
.AnyTagClassName
{
color: #001C17;
}
</style>
background-color css
<style>
a { background-color: #001C17; }
a { background-color: rgb(0,28,23); }
div.DivClassName
{
background-color: #001C17;
}
.BgClassName
{
background-color: #001C17;
}
</style>
border-color css
<style>
span { border-color: #001C17; }
span { border-color: rgb(0,28,23); }
td.TdClassName
{
border-color: #001C17;
}
.TagClassName
{
border-color: #001C17;
}
</style>