Shades of Dark Green #001C10
Tints of Dark Green #001C10
RGB
CMYK
RGB Variations
Color information
#001C10 (or 0x001C10) is known color: Dark Green. HEX triplet: 00, 1C and 10. RGB value is (0,28,16). Sum of RGB (Red+Green+Blue) = 0+28+16=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 28 (11.33% from 255 or 63.64% from 44); Blue value is 16 (6.64% from 255 or 36.36% from 44); Max value from RGB is 28 - color contains mainly: green. Hex color #001C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C10 is #FFE3EF. Grayscale: #121212. Windows color (decimal): -16770032 or 1055744. OLE color: 1055744.
HSL color Cylindrical-coordinate representation of color #001C10: hue angle of 154.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 #001C10 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 16 | - |
| CMYK | 1 | 0 | 0.43 | 0.89 |
| HSL | 154.29º | 1% | 0.05% | - |
| HSV(B) | 154.29º | 1% | 0.11% | - |
| XYZ | 0.51 | 0.87 | 0.63 | - |
| YUV | 18.26 | 126.72 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 16 | 1 | 0 | 0.43 | 0.89 | 154.29 | 1 | 0.05 |
| Hex | 0 | 1C | 10 | 64 | 0 | 2B | 59 | 9A | 64 | 5 |
| Octal | 0 | 34 | 20 | 144 | 0 | 53 | 131 | 232 | 144 | 5 |
| Binary | 0 | 11100 | 10000 | 1100100 | 0 | 101011 | 1011001 | 10011010 | 1100100 | 101 |
Color Harmonies of #001C10
Complementary color
Monochromatic Colors of #001C10
Black with #001C10
Text Example
Text Example
White with #001C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C10; }
p { color: rgb(0,28,16); }
H1.HeaderClassName
{
color: #001C10;
}
.AnyTagClassName
{
color: #001C10;
}
</style>
background-color css
<style>
a { background-color: #001C10; }
a { background-color: rgb(0,28,16); }
div.DivClassName
{
background-color: #001C10;
}
.BgClassName
{
background-color: #001C10;
}
</style>
border-color css
<style>
span { border-color: #001C10; }
span { border-color: rgb(0,28,16); }
td.TdClassName
{
border-color: #001C10;
}
.TagClassName
{
border-color: #001C10;
}
</style>