Shades of Dark Green #011A1B
Tints of Dark Green #011A1B
RGB
CMYK
RGB Variations
Color information
#011A1B (or 0x011A1B) is known color: Dark Green. HEX triplet: 01, 1A and 1B. RGB value is (1,26,27). Sum of RGB (Red+Green+Blue) = 1+26+27=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 26 (10.55% from 255 or 48.15% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: blue. Hex color #011A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A1B is #FEE5E4. Grayscale: #121212. Windows color (decimal): -16704997 or 1776129. OLE color: 1776129.
HSL color Cylindrical-coordinate representation of color #011A1B: hue angle of 182.31º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011A1B is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 26 | 27 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.89 |
| HSL | 182.31º | 0.93% | 0.05% | - |
| HSV(B) | 182.31º | 0.96% | 0.11% | - |
| XYZ | 0.58 | 0.82 | 1.17 | - |
| YUV | 18.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 26 | 27 | 0.96 | 0.04 | 0 | 0.89 | 182.31 | 0.93 | 0.05 |
| Hex | 1 | 1A | 1B | 60 | 4 | 0 | 59 | B6 | 5D | 5 |
| Octal | 1 | 32 | 33 | 140 | 4 | 0 | 131 | 266 | 135 | 5 |
| Binary | 1 | 11010 | 11011 | 1100000 | 100 | 0 | 1011001 | 10110110 | 1011101 | 101 |
Color Harmonies of #011A1B
Complementary color
Monochromatic Colors of #011A1B
Black with #011A1B
Text Example
Text Example
White with #011A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011A1B; }
p { color: rgb(1,26,27); }
H1.HeaderClassName
{
color: #011A1B;
}
.AnyTagClassName
{
color: #011A1B;
}
</style>
background-color css
<style>
a { background-color: #011A1B; }
a { background-color: rgb(1,26,27); }
div.DivClassName
{
background-color: #011A1B;
}
.BgClassName
{
background-color: #011A1B;
}
</style>
border-color css
<style>
span { border-color: #011A1B; }
span { border-color: rgb(1,26,27); }
td.TdClassName
{
border-color: #011A1B;
}
.TagClassName
{
border-color: #011A1B;
}
</style>