Shades of Dark Green #01120B
Tints of Dark Green #01120B
RGB
CMYK
RGB Variations
Color information
#01120B (or 0x01120B) is known color: Dark Green. HEX triplet: 01, 12 and 0B. RGB value is (1,18,11). Sum of RGB (Red+Green+Blue) = 1+18+11=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #01120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01120B is #FEEDF4. Grayscale: #0C0C0C. Windows color (decimal): -16707061 or 725505. OLE color: 725505.
HSL color Cylindrical-coordinate representation of color #01120B: hue angle of 155.29º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #01120B is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 18 | 11 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.93 |
| HSL | 155.29º | 0.89% | 0.04% | - |
| HSV(B) | 155.29º | 0.94% | 0.07% | - |
| XYZ | 0.29 | 0.46 | 0.39 | - |
| YUV | 12.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 11 | 0.94 | 0 | 0.39 | 0.93 | 155.29 | 0.89 | 0.04 |
| Hex | 1 | 12 | B | 5E | 0 | 27 | 5D | 9B | 59 | 4 |
| Octal | 1 | 22 | 13 | 136 | 0 | 47 | 135 | 233 | 131 | 4 |
| Binary | 1 | 10010 | 1011 | 1011110 | 0 | 100111 | 1011101 | 10011011 | 1011001 | 100 |
Color Harmonies of #01120B
Complementary color
Monochromatic Colors of #01120B
Black with #01120B
Text Example
Text Example
White with #01120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01120B; }
p { color: rgb(1,18,11); }
H1.HeaderClassName
{
color: #01120B;
}
.AnyTagClassName
{
color: #01120B;
}
</style>
background-color css
<style>
a { background-color: #01120B; }
a { background-color: rgb(1,18,11); }
div.DivClassName
{
background-color: #01120B;
}
.BgClassName
{
background-color: #01120B;
}
</style>
border-color css
<style>
span { border-color: #01120B; }
span { border-color: rgb(1,18,11); }
td.TdClassName
{
border-color: #01120B;
}
.TagClassName
{
border-color: #01120B;
}
</style>