Shades of Dark Green #001C05
Tints of Dark Green #001C05
RGB
CMYK
RGB Variations
Color information
#001C05 (or 0x001C05) is known color: Dark Green. HEX triplet: 00, 1C and 05. RGB value is (0,28,5). Sum of RGB (Red+Green+Blue) = 0+28+5=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 28 (11.33% from 255 or 84.85% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 28 - color contains mainly: green. Hex color #001C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C05 is #FFE3FA. Grayscale: #111111. Windows color (decimal): -16770043 or 334848. OLE color: 334848.
HSL color Cylindrical-coordinate representation of color #001C05: hue angle of 130.71º 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 #001C05 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 5 | - |
| CMYK | 1 | 0 | 0.82 | 0.89 |
| HSL | 130.71º | 1% | 0.05% | - |
| HSV(B) | 130.71º | 1% | 0.11% | - |
| XYZ | 0.44 | 0.84 | 0.28 | - |
| YUV | 17.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 5 | 1 | 0 | 0.82 | 0.89 | 130.71 | 1 | 0.05 |
| Hex | 0 | 1C | 5 | 64 | 0 | 52 | 59 | 83 | 64 | 5 |
| Octal | 0 | 34 | 5 | 144 | 0 | 122 | 131 | 203 | 144 | 5 |
| Binary | 0 | 11100 | 101 | 1100100 | 0 | 1010010 | 1011001 | 10000011 | 1100100 | 101 |
Color Harmonies of #001C05
Complementary color
Monochromatic Colors of #001C05
Black with #001C05
Text Example
Text Example
White with #001C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C05; }
p { color: rgb(0,28,5); }
H1.HeaderClassName
{
color: #001C05;
}
.AnyTagClassName
{
color: #001C05;
}
</style>
background-color css
<style>
a { background-color: #001C05; }
a { background-color: rgb(0,28,5); }
div.DivClassName
{
background-color: #001C05;
}
.BgClassName
{
background-color: #001C05;
}
</style>
border-color css
<style>
span { border-color: #001C05; }
span { border-color: rgb(0,28,5); }
td.TdClassName
{
border-color: #001C05;
}
.TagClassName
{
border-color: #001C05;
}
</style>