Shades of Dark Green #012121
Tints of Dark Green #012121
RGB
CMYK
RGB Variations
Color information
#012121 (or 0x012121) is known color: Dark Green. HEX triplet: 01, 21 and 21. RGB value is (1,33,33). Sum of RGB (Red+Green+Blue) = 1+33+33=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #012121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012121 is #FEDEDE. Grayscale: #171717. Windows color (decimal): -16703199 or 2171137. OLE color: 2171137.
HSL color Cylindrical-coordinate representation of color #012121: hue angle of 180º 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 #012121 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 33 | 33 | - |
| CMYK | 0.97 | 0 | 0 | 0.87 |
| HSL | 180º | 0.94% | 0.07% | - |
| HSV(B) | 180º | 0.97% | 0.13% | - |
| XYZ | 0.83 | 1.2 | 1.63 | - |
| YUV | 23.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 33 | 0.97 | 0 | 0 | 0.87 | 180 | 0.94 | 0.07 |
| Hex | 1 | 21 | 21 | 61 | 0 | 0 | 57 | B4 | 5E | 7 |
| Octal | 1 | 41 | 41 | 141 | 0 | 0 | 127 | 264 | 136 | 7 |
| Binary | 1 | 100001 | 100001 | 1100001 | 0 | 0 | 1010111 | 10110100 | 1011110 | 111 |
Color Harmonies of #012121
Complementary color
Monochromatic Colors of #012121
Black with #012121
Text Example
Text Example
White with #012121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012121; }
p { color: rgb(1,33,33); }
H1.HeaderClassName
{
color: #012121;
}
.AnyTagClassName
{
color: #012121;
}
</style>
background-color css
<style>
a { background-color: #012121; }
a { background-color: rgb(1,33,33); }
div.DivClassName
{
background-color: #012121;
}
.BgClassName
{
background-color: #012121;
}
</style>
border-color css
<style>
span { border-color: #012121; }
span { border-color: rgb(1,33,33); }
td.TdClassName
{
border-color: #012121;
}
.TagClassName
{
border-color: #012121;
}
</style>