Shades of Dark Green #001C11
Tints of Dark Green #001C11
RGB
CMYK
RGB Variations
Color information
#001C11 (or 0x001C11) is known color: Dark Green. HEX triplet: 00, 1C and 11. RGB value is (0,28,17). Sum of RGB (Red+Green+Blue) = 0+28+17=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #001C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C11 is #FFE3EE. Grayscale: #121212. Windows color (decimal): -16770031 or 1121280. OLE color: 1121280.
HSL color Cylindrical-coordinate representation of color #001C11: hue angle of 156.43º 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 #001C11 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 17 | - |
| CMYK | 1 | 0 | 0.39 | 0.89 |
| HSL | 156.43º | 1% | 0.05% | - |
| HSV(B) | 156.43º | 1% | 0.11% | - |
| XYZ | 0.52 | 0.87 | 0.67 | - |
| YUV | 18.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 17 | 1 | 0 | 0.39 | 0.89 | 156.43 | 1 | 0.05 |
| Hex | 0 | 1C | 11 | 64 | 0 | 27 | 59 | 9C | 64 | 5 |
| Octal | 0 | 34 | 21 | 144 | 0 | 47 | 131 | 234 | 144 | 5 |
| Binary | 0 | 11100 | 10001 | 1100100 | 0 | 100111 | 1011001 | 10011100 | 1100100 | 101 |
Color Harmonies of #001C11
Complementary color
Monochromatic Colors of #001C11
Black with #001C11
Text Example
Text Example
White with #001C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C11; }
p { color: rgb(0,28,17); }
H1.HeaderClassName
{
color: #001C11;
}
.AnyTagClassName
{
color: #001C11;
}
</style>
background-color css
<style>
a { background-color: #001C11; }
a { background-color: rgb(0,28,17); }
div.DivClassName
{
background-color: #001C11;
}
.BgClassName
{
background-color: #001C11;
}
</style>
border-color css
<style>
span { border-color: #001C11; }
span { border-color: rgb(0,28,17); }
td.TdClassName
{
border-color: #001C11;
}
.TagClassName
{
border-color: #001C11;
}
</style>