Shades of Dark Green #001A10
Tints of Dark Green #001A10
RGB
CMYK
RGB Variations
Color information
#001A10 (or 0x001A10) is known color: Dark Green. HEX triplet: 00, 1A and 10. RGB value is (0,26,16). Sum of RGB (Red+Green+Blue) = 0+26+16=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 26 (10.55% from 255 or 61.90% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 26 - color contains mainly: green. Hex color #001A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A10 is #FFE5EF. Grayscale: #111111. Windows color (decimal): -16770544 or 1055232. OLE color: 1055232.
HSL color Cylindrical-coordinate representation of color #001A10: hue angle of 156.92º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A10 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 26 | 16 | - |
| CMYK | 1 | 0 | 0.38 | 0.90 |
| HSL | 156.92º | 1% | 0.05% | - |
| HSV(B) | 156.92º | 1% | 0.1% | - |
| XYZ | 0.46 | 0.78 | 0.62 | - |
| YUV | 17.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 16 | 1 | 0 | 0.38 | 0.90 | 156.92 | 1 | 0.05 |
| Hex | 0 | 1A | 10 | 64 | 0 | 26 | 5A | 9D | 64 | 5 |
| Octal | 0 | 32 | 20 | 144 | 0 | 46 | 132 | 235 | 144 | 5 |
| Binary | 0 | 11010 | 10000 | 1100100 | 0 | 100110 | 1011010 | 10011101 | 1100100 | 101 |
Color Harmonies of #001A10
Complementary color
Monochromatic Colors of #001A10
Black with #001A10
Text Example
Text Example
White with #001A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A10; }
p { color: rgb(0,26,16); }
H1.HeaderClassName
{
color: #001A10;
}
.AnyTagClassName
{
color: #001A10;
}
</style>
background-color css
<style>
a { background-color: #001A10; }
a { background-color: rgb(0,26,16); }
div.DivClassName
{
background-color: #001A10;
}
.BgClassName
{
background-color: #001A10;
}
</style>
border-color css
<style>
span { border-color: #001A10; }
span { border-color: rgb(0,26,16); }
td.TdClassName
{
border-color: #001A10;
}
.TagClassName
{
border-color: #001A10;
}
</style>