Shades of Dark Green #001A12
Tints of Dark Green #001A12
RGB
CMYK
RGB Variations
Color information
#001A12 (or 0x001A12) is known color: Dark Green. HEX triplet: 00, 1A and 12. RGB value is (0,26,18). Sum of RGB (Red+Green+Blue) = 0+26+18=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 26 (10.55% from 255 or 59.09% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 26 - color contains mainly: green. Hex color #001A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A12 is #FFE5ED. Grayscale: #111111. Windows color (decimal): -16770542 or 1186304. OLE color: 1186304.
HSL color Cylindrical-coordinate representation of color #001A12: hue angle of 161.54º 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 #001A12 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 26 | 18 | - |
| CMYK | 1 | 0 | 0.31 | 0.90 |
| HSL | 161.54º | 1% | 0.05% | - |
| HSV(B) | 161.54º | 1% | 0.1% | - |
| XYZ | 0.48 | 0.78 | 0.7 | - |
| YUV | 17.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 18 | 1 | 0 | 0.31 | 0.90 | 161.54 | 1 | 0.05 |
| Hex | 0 | 1A | 12 | 64 | 0 | 1F | 5A | A2 | 64 | 5 |
| Octal | 0 | 32 | 22 | 144 | 0 | 37 | 132 | 242 | 144 | 5 |
| Binary | 0 | 11010 | 10010 | 1100100 | 0 | 11111 | 1011010 | 10100010 | 1100100 | 101 |
Color Harmonies of #001A12
Complementary color
Monochromatic Colors of #001A12
Black with #001A12
Text Example
Text Example
White with #001A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A12; }
p { color: rgb(0,26,18); }
H1.HeaderClassName
{
color: #001A12;
}
.AnyTagClassName
{
color: #001A12;
}
</style>
background-color css
<style>
a { background-color: #001A12; }
a { background-color: rgb(0,26,18); }
div.DivClassName
{
background-color: #001A12;
}
.BgClassName
{
background-color: #001A12;
}
</style>
border-color css
<style>
span { border-color: #001A12; }
span { border-color: rgb(0,26,18); }
td.TdClassName
{
border-color: #001A12;
}
.TagClassName
{
border-color: #001A12;
}
</style>