Shades of Dark Green #052121
Tints of Dark Green #052121
RGB
CMYK
RGB Variations
Color information
#052121 (or 0x052121) is known color: Dark Green. HEX triplet: 05, 21 and 21. RGB value is (5,33,33). Sum of RGB (Red+Green+Blue) = 5+33+33=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 33 (13.28% from 255 or 46.48% from 71); Blue value is 33 (13.28% from 255 or 46.48% from 71); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #052121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052121 is #FADEDE. Grayscale: #181818. Windows color (decimal): -16441055 or 2171141. OLE color: 2171141.
HSL color Cylindrical-coordinate representation of color #052121: hue angle of 180º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052121 is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 33 | 33 | - |
| CMYK | 0.85 | 0 | 0 | 0.87 |
| HSL | 180º | 0.74% | 0.07% | - |
| HSV(B) | 180º | 0.85% | 0.13% | - |
| XYZ | 0.88 | 1.23 | 1.63 | - |
| YUV | 24.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 33 | 0.85 | 0 | 0 | 0.87 | 180 | 0.74 | 0.07 |
| Hex | 5 | 21 | 21 | 55 | 0 | 0 | 57 | B4 | 4A | 7 |
| Octal | 5 | 41 | 41 | 125 | 0 | 0 | 127 | 264 | 112 | 7 |
| Binary | 101 | 100001 | 100001 | 1010101 | 0 | 0 | 1010111 | 10110100 | 1001010 | 111 |
Color Harmonies of #052121
Complementary color
Monochromatic Colors of #052121
Black with #052121
Text Example
Text Example
White with #052121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052121; }
p { color: rgb(5,33,33); }
H1.HeaderClassName
{
color: #052121;
}
.AnyTagClassName
{
color: #052121;
}
</style>
background-color css
<style>
a { background-color: #052121; }
a { background-color: rgb(5,33,33); }
div.DivClassName
{
background-color: #052121;
}
.BgClassName
{
background-color: #052121;
}
</style>
border-color css
<style>
span { border-color: #052121; }
span { border-color: rgb(5,33,33); }
td.TdClassName
{
border-color: #052121;
}
.TagClassName
{
border-color: #052121;
}
</style>