Shades of Dark Green #012821
Tints of Dark Green #012821
RGB
CMYK
RGB Variations
Color information
#012821 (or 0x012821) is known color: Dark Green. HEX triplet: 01, 28 and 21. RGB value is (1,40,33). Sum of RGB (Red+Green+Blue) = 1+40+33=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 40 (16.02% from 255 or 54.05% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 40 - color contains mainly: green. Hex color #012821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012821 is #FED7DE. Grayscale: #1B1B1B. Windows color (decimal): -16701407 or 2172929. OLE color: 2172929.
HSL color Cylindrical-coordinate representation of color #012821: hue angle of 169.23º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012821 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 40 | 33 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.84 |
| HSL | 169.23º | 0.95% | 0.08% | - |
| HSV(B) | 169.23º | 0.98% | 0.16% | - |
| XYZ | 1.05 | 1.63 | 1.7 | - |
| YUV | 27.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 33 | 0.98 | 0 | 0.17 | 0.84 | 169.23 | 0.95 | 0.08 |
| Hex | 1 | 28 | 21 | 62 | 0 | 11 | 54 | A9 | 5F | 8 |
| Octal | 1 | 50 | 41 | 142 | 0 | 21 | 124 | 251 | 137 | 10 |
| Binary | 1 | 101000 | 100001 | 1100010 | 0 | 10001 | 1010100 | 10101001 | 1011111 | 1000 |
Color Harmonies of #012821
Complementary color
Monochromatic Colors of #012821
Black with #012821
Text Example
Text Example
White with #012821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012821; }
p { color: rgb(1,40,33); }
H1.HeaderClassName
{
color: #012821;
}
.AnyTagClassName
{
color: #012821;
}
</style>
background-color css
<style>
a { background-color: #012821; }
a { background-color: rgb(1,40,33); }
div.DivClassName
{
background-color: #012821;
}
.BgClassName
{
background-color: #012821;
}
</style>
border-color css
<style>
span { border-color: #012821; }
span { border-color: rgb(1,40,33); }
td.TdClassName
{
border-color: #012821;
}
.TagClassName
{
border-color: #012821;
}
</style>