Shades of Dark Green #012211
Tints of Dark Green #012211
RGB
CMYK
RGB Variations
Color information
#012211 (or 0x012211) is known color: Dark Green. HEX triplet: 01, 22 and 11. RGB value is (1,34,17). Sum of RGB (Red+Green+Blue) = 1+34+17=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 34 (13.67% from 255 or 65.38% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 34 - color contains mainly: green. Hex color #012211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012211 is #FEDDEE. Grayscale: #161616. Windows color (decimal): -16702959 or 1122817. OLE color: 1122817.
HSL color Cylindrical-coordinate representation of color #012211: hue angle of 149.09º 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 #012211 is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 34 | 17 | - |
| CMYK | 0.97 | 0 | 0.50 | 0.87 |
| HSL | 149.09º | 0.94% | 0.07% | - |
| HSV(B) | 149.09º | 0.97% | 0.13% | - |
| XYZ | 0.69 | 1.19 | 0.72 | - |
| YUV | 22.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 17 | 0.97 | 0 | 0.50 | 0.87 | 149.09 | 0.94 | 0.07 |
| Hex | 1 | 22 | 11 | 61 | 0 | 32 | 57 | 95 | 5E | 7 |
| Octal | 1 | 42 | 21 | 141 | 0 | 62 | 127 | 225 | 136 | 7 |
| Binary | 1 | 100010 | 10001 | 1100001 | 0 | 110010 | 1010111 | 10010101 | 1011110 | 111 |
Color Harmonies of #012211
Complementary color
Monochromatic Colors of #012211
Black with #012211
Text Example
Text Example
White with #012211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012211; }
p { color: rgb(1,34,17); }
H1.HeaderClassName
{
color: #012211;
}
.AnyTagClassName
{
color: #012211;
}
</style>
background-color css
<style>
a { background-color: #012211; }
a { background-color: rgb(1,34,17); }
div.DivClassName
{
background-color: #012211;
}
.BgClassName
{
background-color: #012211;
}
</style>
border-color css
<style>
span { border-color: #012211; }
span { border-color: rgb(1,34,17); }
td.TdClassName
{
border-color: #012211;
}
.TagClassName
{
border-color: #012211;
}
</style>