Shades of Dark Green #052110
Tints of Dark Green #052110
RGB
CMYK
RGB Variations
Color information
#052110 (or 0x052110) is known color: Dark Green. HEX triplet: 05, 21 and 10. RGB value is (5,33,16). Sum of RGB (Red+Green+Blue) = 5+33+16=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 33 (13.28% from 255 or 61.11% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 33 - color contains mainly: green. Hex color #052110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052110 is #FADEEF. Grayscale: #161616. Windows color (decimal): -16441072 or 1057029. OLE color: 1057029.
HSL color Cylindrical-coordinate representation of color #052110: hue angle of 143.57º 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 #052110 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 33 | 16 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.87 |
| HSL | 143.57º | 0.74% | 0.07% | - |
| HSV(B) | 143.57º | 0.85% | 0.13% | - |
| XYZ | 0.7 | 1.16 | 0.68 | - |
| YUV | 22.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 16 | 0.85 | 0 | 0.52 | 0.87 | 143.57 | 0.74 | 0.07 |
| Hex | 5 | 21 | 10 | 55 | 0 | 34 | 57 | 90 | 4A | 7 |
| Octal | 5 | 41 | 20 | 125 | 0 | 64 | 127 | 220 | 112 | 7 |
| Binary | 101 | 100001 | 10000 | 1010101 | 0 | 110100 | 1010111 | 10010000 | 1001010 | 111 |
Color Harmonies of #052110
Complementary color
Monochromatic Colors of #052110
Black with #052110
Text Example
Text Example
White with #052110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052110; }
p { color: rgb(5,33,16); }
H1.HeaderClassName
{
color: #052110;
}
.AnyTagClassName
{
color: #052110;
}
</style>
background-color css
<style>
a { background-color: #052110; }
a { background-color: rgb(5,33,16); }
div.DivClassName
{
background-color: #052110;
}
.BgClassName
{
background-color: #052110;
}
</style>
border-color css
<style>
span { border-color: #052110; }
span { border-color: rgb(5,33,16); }
td.TdClassName
{
border-color: #052110;
}
.TagClassName
{
border-color: #052110;
}
</style>