Shades of Dark Green #001C15
Tints of Dark Green #001C15
RGB
CMYK
RGB Variations
Color information
#001C15 (or 0x001C15) is known color: Dark Green. HEX triplet: 00, 1C and 15. RGB value is (0,28,21). Sum of RGB (Red+Green+Blue) = 0+28+21=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #001C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C15 is #FFE3EA. Grayscale: #121212. Windows color (decimal): -16770027 or 1383424. OLE color: 1383424.
HSL color Cylindrical-coordinate representation of color #001C15: hue angle of 165º 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 #001C15 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 21 | - |
| CMYK | 1 | 0 | 0.25 | 0.89 |
| HSL | 165º | 1% | 0.05% | - |
| HSV(B) | 165º | 1% | 0.11% | - |
| XYZ | 0.55 | 0.88 | 0.85 | - |
| YUV | 18.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 21 | 1 | 0 | 0.25 | 0.89 | 165 | 1 | 0.05 |
| Hex | 0 | 1C | 15 | 64 | 0 | 19 | 59 | A5 | 64 | 5 |
| Octal | 0 | 34 | 25 | 144 | 0 | 31 | 131 | 245 | 144 | 5 |
| Binary | 0 | 11100 | 10101 | 1100100 | 0 | 11001 | 1011001 | 10100101 | 1100100 | 101 |
Color Harmonies of #001C15
Complementary color
Monochromatic Colors of #001C15
Black with #001C15
Text Example
Text Example
White with #001C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C15; }
p { color: rgb(0,28,21); }
H1.HeaderClassName
{
color: #001C15;
}
.AnyTagClassName
{
color: #001C15;
}
</style>
background-color css
<style>
a { background-color: #001C15; }
a { background-color: rgb(0,28,21); }
div.DivClassName
{
background-color: #001C15;
}
.BgClassName
{
background-color: #001C15;
}
</style>
border-color css
<style>
span { border-color: #001C15; }
span { border-color: rgb(0,28,21); }
td.TdClassName
{
border-color: #001C15;
}
.TagClassName
{
border-color: #001C15;
}
</style>