Shades of Dark Green #052810
Tints of Dark Green #052810
RGB
CMYK
RGB Variations
Color information
#052810 (or 0x052810) is known color: Dark Green. HEX triplet: 05, 28 and 10. RGB value is (5,40,16). Sum of RGB (Red+Green+Blue) = 5+40+16=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 40 (16.02% from 255 or 65.57% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 40 - color contains mainly: green. Hex color #052810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052810 is #FAD7EF. Grayscale: #1A1A1A. Windows color (decimal): -16439280 or 1058821. OLE color: 1058821.
HSL color Cylindrical-coordinate representation of color #052810: hue angle of 138.86º 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 #052810 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 40 | 16 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.84 |
| HSL | 138.86º | 0.78% | 0.09% | - |
| HSV(B) | 138.86º | 0.88% | 0.16% | - |
| XYZ | 0.91 | 1.59 | 0.75 | - |
| YUV | 26.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 16 | 0.88 | 0 | 0.60 | 0.84 | 138.86 | 0.78 | 0.09 |
| Hex | 5 | 28 | 10 | 58 | 0 | 3C | 54 | 8B | 4E | 9 |
| Octal | 5 | 50 | 20 | 130 | 0 | 74 | 124 | 213 | 116 | 11 |
| Binary | 101 | 101000 | 10000 | 1011000 | 0 | 111100 | 1010100 | 10001011 | 1001110 | 1001 |
Color Harmonies of #052810
Complementary color
Monochromatic Colors of #052810
Black with #052810
Text Example
Text Example
White with #052810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052810; }
p { color: rgb(5,40,16); }
H1.HeaderClassName
{
color: #052810;
}
.AnyTagClassName
{
color: #052810;
}
</style>
background-color css
<style>
a { background-color: #052810; }
a { background-color: rgb(5,40,16); }
div.DivClassName
{
background-color: #052810;
}
.BgClassName
{
background-color: #052810;
}
</style>
border-color css
<style>
span { border-color: #052810; }
span { border-color: rgb(5,40,16); }
td.TdClassName
{
border-color: #052810;
}
.TagClassName
{
border-color: #052810;
}
</style>