Shades of Dark Green #052821
Tints of Dark Green #052821
RGB
CMYK
RGB Variations
Color information
#052821 (or 0x052821) is known color: Dark Green. HEX triplet: 05, 28 and 21. RGB value is (5,40,33). Sum of RGB (Red+Green+Blue) = 5+40+33=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #052821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052821 is #FAD7DE. Grayscale: #1C1C1C. Windows color (decimal): -16439263 or 2172933. OLE color: 2172933.
HSL color Cylindrical-coordinate representation of color #052821: hue angle of 168º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052821 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 40 | 33 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.84 |
| HSL | 168º | 0.78% | 0.09% | - |
| HSV(B) | 168º | 0.88% | 0.16% | - |
| XYZ | 1.1 | 1.66 | 1.7 | - |
| YUV | 28.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 33 | 0.88 | 0 | 0.17 | 0.84 | 168 | 0.78 | 0.09 |
| Hex | 5 | 28 | 21 | 58 | 0 | 11 | 54 | A8 | 4E | 9 |
| Octal | 5 | 50 | 41 | 130 | 0 | 21 | 124 | 250 | 116 | 11 |
| Binary | 101 | 101000 | 100001 | 1011000 | 0 | 10001 | 1010100 | 10101000 | 1001110 | 1001 |
Color Harmonies of #052821
Complementary color
Monochromatic Colors of #052821
Black with #052821
Text Example
Text Example
White with #052821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052821; }
p { color: rgb(5,40,33); }
H1.HeaderClassName
{
color: #052821;
}
.AnyTagClassName
{
color: #052821;
}
</style>
background-color css
<style>
a { background-color: #052821; }
a { background-color: rgb(5,40,33); }
div.DivClassName
{
background-color: #052821;
}
.BgClassName
{
background-color: #052821;
}
</style>
border-color css
<style>
span { border-color: #052821; }
span { border-color: rgb(5,40,33); }
td.TdClassName
{
border-color: #052821;
}
.TagClassName
{
border-color: #052821;
}
</style>