Shades of Dark Green #052111
Tints of Dark Green #052111
RGB
CMYK
RGB Variations
Color information
#052111 (or 0x052111) is known color: Dark Green. HEX triplet: 05, 21 and 11. RGB value is (5,33,17). Sum of RGB (Red+Green+Blue) = 5+33+17=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 33 (13.28% from 255 or 60% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 33 - color contains mainly: green. Hex color #052111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052111 is #FADEEE. Grayscale: #161616. Windows color (decimal): -16441071 or 1122565. OLE color: 1122565.
HSL color Cylindrical-coordinate representation of color #052111: hue angle of 145.71º 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 #052111 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 33 | 17 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.87 |
| HSL | 145.71º | 0.74% | 0.07% | - |
| HSV(B) | 145.71º | 0.85% | 0.13% | - |
| XYZ | 0.71 | 1.16 | 0.72 | - |
| YUV | 22.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 17 | 0.85 | 0 | 0.48 | 0.87 | 145.71 | 0.74 | 0.07 |
| Hex | 5 | 21 | 11 | 55 | 0 | 30 | 57 | 92 | 4A | 7 |
| Octal | 5 | 41 | 21 | 125 | 0 | 60 | 127 | 222 | 112 | 7 |
| Binary | 101 | 100001 | 10001 | 1010101 | 0 | 110000 | 1010111 | 10010010 | 1001010 | 111 |
Color Harmonies of #052111
Complementary color
Monochromatic Colors of #052111
Black with #052111
Text Example
Text Example
White with #052111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052111; }
p { color: rgb(5,33,17); }
H1.HeaderClassName
{
color: #052111;
}
.AnyTagClassName
{
color: #052111;
}
</style>
background-color css
<style>
a { background-color: #052111; }
a { background-color: rgb(5,33,17); }
div.DivClassName
{
background-color: #052111;
}
.BgClassName
{
background-color: #052111;
}
</style>
border-color css
<style>
span { border-color: #052111; }
span { border-color: rgb(5,33,17); }
td.TdClassName
{
border-color: #052111;
}
.TagClassName
{
border-color: #052111;
}
</style>