Shades of Dark Green #051210
Tints of Dark Green #051210
RGB
CMYK
RGB Variations
Color information
#051210 (or 0x051210) is known color: Dark Green. HEX triplet: 05, 12 and 10. RGB value is (5,18,16). Sum of RGB (Red+Green+Blue) = 5+18+16=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 18 - color contains mainly: green. Hex color #051210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051210 is #FAEDEF. Grayscale: #0D0D0D. Windows color (decimal): -16444912 or 1053189. OLE color: 1053189.
HSL color Cylindrical-coordinate representation of color #051210: hue angle of 170.77º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #051210 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 18 | 16 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.93 |
| HSL | 170.77º | 0.57% | 0.05% | - |
| HSV(B) | 170.77º | 0.72% | 0.07% | - |
| XYZ | 0.37 | 0.5 | 0.57 | - |
| YUV | 13.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 16 | 0.72 | 0 | 0.11 | 0.93 | 170.77 | 0.57 | 0.05 |
| Hex | 5 | 12 | 10 | 48 | 0 | B | 5D | AB | 39 | 5 |
| Octal | 5 | 22 | 20 | 110 | 0 | 13 | 135 | 253 | 71 | 5 |
| Binary | 101 | 10010 | 10000 | 1001000 | 0 | 1011 | 1011101 | 10101011 | 111001 | 101 |
Color Harmonies of #051210
Complementary color
Monochromatic Colors of #051210
Black with #051210
Text Example
Text Example
White with #051210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051210; }
p { color: rgb(5,18,16); }
H1.HeaderClassName
{
color: #051210;
}
.AnyTagClassName
{
color: #051210;
}
</style>
background-color css
<style>
a { background-color: #051210; }
a { background-color: rgb(5,18,16); }
div.DivClassName
{
background-color: #051210;
}
.BgClassName
{
background-color: #051210;
}
</style>
border-color css
<style>
span { border-color: #051210; }
span { border-color: rgb(5,18,16); }
td.TdClassName
{
border-color: #051210;
}
.TagClassName
{
border-color: #051210;
}
</style>