Shades of Dark Green #012213
Tints of Dark Green #012213
RGB
CMYK
RGB Variations
Color information
#012213 (or 0x012213) is known color: Dark Green. HEX triplet: 01, 22 and 13. RGB value is (1,34,19). Sum of RGB (Red+Green+Blue) = 1+34+19=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 34 (13.67% from 255 or 62.96% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 34 - color contains mainly: green. Hex color #012213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012213 is #FEDDEC. Grayscale: #161616. Windows color (decimal): -16702957 or 1253889. OLE color: 1253889.
HSL color Cylindrical-coordinate representation of color #012213: hue angle of 152.73º 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 #012213 is Cyan = 0.97, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 34 | 19 | - |
| CMYK | 0.97 | 0 | 0.44 | 0.87 |
| HSL | 152.73º | 0.94% | 0.07% | - |
| HSV(B) | 152.73º | 0.97% | 0.13% | - |
| XYZ | 0.7 | 1.2 | 0.81 | - |
| YUV | 22.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 19 | 0.97 | 0 | 0.44 | 0.87 | 152.73 | 0.94 | 0.07 |
| Hex | 1 | 22 | 13 | 61 | 0 | 2C | 57 | 99 | 5E | 7 |
| Octal | 1 | 42 | 23 | 141 | 0 | 54 | 127 | 231 | 136 | 7 |
| Binary | 1 | 100010 | 10011 | 1100001 | 0 | 101100 | 1010111 | 10011001 | 1011110 | 111 |
Color Harmonies of #012213
Complementary color
Monochromatic Colors of #012213
Black with #012213
Text Example
Text Example
White with #012213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012213; }
p { color: rgb(1,34,19); }
H1.HeaderClassName
{
color: #012213;
}
.AnyTagClassName
{
color: #012213;
}
</style>
background-color css
<style>
a { background-color: #012213; }
a { background-color: rgb(1,34,19); }
div.DivClassName
{
background-color: #012213;
}
.BgClassName
{
background-color: #012213;
}
</style>
border-color css
<style>
span { border-color: #012213; }
span { border-color: rgb(1,34,19); }
td.TdClassName
{
border-color: #012213;
}
.TagClassName
{
border-color: #012213;
}
</style>