Shades of Dark Green #01120D
Tints of Dark Green #01120D
RGB
CMYK
RGB Variations
Color information
#01120D (or 0x01120D) is known color: Dark Green. HEX triplet: 01, 12 and 0D. RGB value is (1,18,13). Sum of RGB (Red+Green+Blue) = 1+18+13=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 18 (7.42% from 255 or 56.25% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 18 - color contains mainly: green. Hex color #01120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01120D is #FEEDF2. Grayscale: #0C0C0C. Windows color (decimal): -16707059 or 856577. OLE color: 856577.
HSL color Cylindrical-coordinate representation of color #01120D: hue angle of 162.35º 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 #01120D is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.
Color convert
RGB | 1 | 18 | 13 | - |
CMYK | 0.94 | 0 | 0.28 | 0.93 |
HSL | 162.35º | 0.89% | 0.04% | - |
HSV(B) | 162.35º | 0.94% | 0.07% | - |
XYZ | 0.3 | 0.47 | 0.46 | - |
YUV | 12.35 | 128.37 | 119.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 18 | 13 | 0.94 | 0 | 0.28 | 0.93 | 162.35 | 0.89 | 0.04 |
Hex | 1 | 12 | D | 5E | 0 | 1C | 5D | A2 | 59 | 4 |
Octal | 1 | 22 | 15 | 136 | 0 | 34 | 135 | 242 | 131 | 4 |
Binary | 1 | 10010 | 1101 | 1011110 | 0 | 11100 | 1011101 | 10100010 | 1011001 | 100 |
Color Harmonies of #01120D
Complementary color
Monochromatic Colors of #01120D
Black with #01120D
Text Example
Text Example
White with #01120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01120D; }
p { color: rgb(1,18,13); }
H1.HeaderClassName
{
color: #01120D;
}
.AnyTagClassName
{
color: #01120D;
}
</style>
background-color css
<style>
a { background-color: #01120D; }
a { background-color: rgb(1,18,13); }
div.DivClassName
{
background-color: #01120D;
}
.BgClassName
{
background-color: #01120D;
}
</style>
border-color css
<style>
span { border-color: #01120D; }
span { border-color: rgb(1,18,13); }
td.TdClassName
{
border-color: #01120D;
}
.TagClassName
{
border-color: #01120D;
}
</style>