Shades of Dark Green #012112
Tints of Dark Green #012112
RGB
CMYK
RGB Variations
Color information
#012112 (or 0x012112) is known color: Dark Green. HEX triplet: 01, 21 and 12. RGB value is (1,33,18). Sum of RGB (Red+Green+Blue) = 1+33+18=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 33 (13.28% from 255 or 63.46% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 33 - color contains mainly: green. Hex color #012112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012112 is #FEDEED. Grayscale: #151515. Windows color (decimal): -16703214 or 1188097. OLE color: 1188097.
HSL color Cylindrical-coordinate representation of color #012112: hue angle of 151.88º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012112 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 33 | 18 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.87 |
| HSL | 151.88º | 0.94% | 0.07% | - |
| HSV(B) | 151.88º | 0.97% | 0.13% | - |
| XYZ | 0.67 | 1.14 | 0.76 | - |
| YUV | 21.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 18 | 0.97 | 0 | 0.45 | 0.87 | 151.88 | 0.94 | 0.07 |
| Hex | 1 | 21 | 12 | 61 | 0 | 2D | 57 | 98 | 5E | 7 |
| Octal | 1 | 41 | 22 | 141 | 0 | 55 | 127 | 230 | 136 | 7 |
| Binary | 1 | 100001 | 10010 | 1100001 | 0 | 101101 | 1010111 | 10011000 | 1011110 | 111 |
Color Harmonies of #012112
Complementary color
Monochromatic Colors of #012112
Black with #012112
Text Example
Text Example
White with #012112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012112; }
p { color: rgb(1,33,18); }
H1.HeaderClassName
{
color: #012112;
}
.AnyTagClassName
{
color: #012112;
}
</style>
background-color css
<style>
a { background-color: #012112; }
a { background-color: rgb(1,33,18); }
div.DivClassName
{
background-color: #012112;
}
.BgClassName
{
background-color: #012112;
}
</style>
border-color css
<style>
span { border-color: #012112; }
span { border-color: rgb(1,33,18); }
td.TdClassName
{
border-color: #012112;
}
.TagClassName
{
border-color: #012112;
}
</style>