Shades of Dark Green #052120
Tints of Dark Green #052120
RGB
CMYK
RGB Variations
Color information
#052120 (or 0x052120) is known color: Dark Green. HEX triplet: 05, 21 and 20. RGB value is (5,33,32). Sum of RGB (Red+Green+Blue) = 5+33+32=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 33 - color contains mainly: green. Hex color #052120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052120 is #FADEDF. Grayscale: #181818. Windows color (decimal): -16441056 or 2105605. OLE color: 2105605.
HSL color Cylindrical-coordinate representation of color #052120: hue angle of 177.86º 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 #052120 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 33 | 32 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.87 |
| HSL | 177.86º | 0.74% | 0.07% | - |
| HSV(B) | 177.86º | 0.85% | 0.13% | - |
| XYZ | 0.87 | 1.22 | 1.56 | - |
| YUV | 24.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 32 | 0.85 | 0 | 0.03 | 0.87 | 177.86 | 0.74 | 0.07 |
| Hex | 5 | 21 | 20 | 55 | 0 | 3 | 57 | B2 | 4A | 7 |
| Octal | 5 | 41 | 40 | 125 | 0 | 3 | 127 | 262 | 112 | 7 |
| Binary | 101 | 100001 | 100000 | 1010101 | 0 | 11 | 1010111 | 10110010 | 1001010 | 111 |
Color Harmonies of #052120
Complementary color
Monochromatic Colors of #052120
Black with #052120
Text Example
Text Example
White with #052120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052120; }
p { color: rgb(5,33,32); }
H1.HeaderClassName
{
color: #052120;
}
.AnyTagClassName
{
color: #052120;
}
</style>
background-color css
<style>
a { background-color: #052120; }
a { background-color: rgb(5,33,32); }
div.DivClassName
{
background-color: #052120;
}
.BgClassName
{
background-color: #052120;
}
</style>
border-color css
<style>
span { border-color: #052120; }
span { border-color: rgb(5,33,32); }
td.TdClassName
{
border-color: #052120;
}
.TagClassName
{
border-color: #052120;
}
</style>