Shades of Dark Green #011A0D
Tints of Dark Green #011A0D
RGB
CMYK
RGB Variations
Color information
#011A0D (or 0x011A0D) is known color: Dark Green. HEX triplet: 01, 1A and 0D. RGB value is (1,26,13). Sum of RGB (Red+Green+Blue) = 1+26+13=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 26 (10.55% from 255 or 65% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 26 - color contains mainly: green. Hex color #011A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011A0D is #FEE5F2. Grayscale: #111111. Windows color (decimal): -16705011 or 858625. OLE color: 858625.
HSL color Cylindrical-coordinate representation of color #011A0D: hue angle of 148.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011A0D is Cyan = 0.96, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 26 | 13 | - |
| CMYK | 0.96 | 0 | 0.5 | 0.90 |
| HSL | 148.8º | 0.93% | 0.05% | - |
| HSV(B) | 148.8º | 0.96% | 0.1% | - |
| XYZ | 0.45 | 0.77 | 0.51 | - |
| YUV | 17.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 13 | 0.96 | 0 | 0.5 | 0.90 | 148.8 | 0.93 | 0.05 |
| Hex | 1 | 1A | D | 60 | 0 | 32 | 5A | 95 | 5D | 5 |
| Octal | 1 | 32 | 15 | 140 | 0 | 62 | 132 | 225 | 135 | 5 |
| Binary | 1 | 11010 | 1101 | 1100000 | 0 | 110010 | 1011010 | 10010101 | 1011101 | 101 |
Color Harmonies of #011A0D
Complementary color
Monochromatic Colors of #011A0D
Black with #011A0D
Text Example
Text Example
White with #011A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A0D; }
p { color: rgb(1,26,13); }
H1.HeaderClassName
{
color: #011A0D;
}
.AnyTagClassName
{
color: #011A0D;
}
</style>
background-color css
<style>
a { background-color: #011A0D; }
a { background-color: rgb(1,26,13); }
div.DivClassName
{
background-color: #011A0D;
}
.BgClassName
{
background-color: #011A0D;
}
</style>
border-color css
<style>
span { border-color: #011A0D; }
span { border-color: rgb(1,26,13); }
td.TdClassName
{
border-color: #011A0D;
}
.TagClassName
{
border-color: #011A0D;
}
</style>