Shades of Dark Green #051A16
Tints of Dark Green #051A16
RGB
CMYK
RGB Variations
Color information
#051A16 (or 0x051A16) is known color: Dark Green. HEX triplet: 05, 1A and 16. RGB value is (5,26,22). Sum of RGB (Red+Green+Blue) = 5+26+22=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 26 (10.55% from 255 or 49.06% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 26 - color contains mainly: green. Hex color #051A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A16 is #FAE5E9. Grayscale: #131313. Windows color (decimal): -16442858 or 1448453. OLE color: 1448453.
HSL color Cylindrical-coordinate representation of color #051A16: hue angle of 168.57º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051A16 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 26 | 22 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.90 |
| HSL | 168.57º | 0.68% | 0.06% | - |
| HSV(B) | 168.57º | 0.81% | 0.1% | - |
| XYZ | 0.58 | 0.83 | 0.89 | - |
| YUV | 19.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 22 | 0.81 | 0 | 0.15 | 0.90 | 168.57 | 0.68 | 0.06 |
| Hex | 5 | 1A | 16 | 51 | 0 | F | 5A | A9 | 44 | 6 |
| Octal | 5 | 32 | 26 | 121 | 0 | 17 | 132 | 251 | 104 | 6 |
| Binary | 101 | 11010 | 10110 | 1010001 | 0 | 1111 | 1011010 | 10101001 | 1000100 | 110 |
Color Harmonies of #051A16
Complementary color
Monochromatic Colors of #051A16
Black with #051A16
Text Example
Text Example
White with #051A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A16; }
p { color: rgb(5,26,22); }
H1.HeaderClassName
{
color: #051A16;
}
.AnyTagClassName
{
color: #051A16;
}
</style>
background-color css
<style>
a { background-color: #051A16; }
a { background-color: rgb(5,26,22); }
div.DivClassName
{
background-color: #051A16;
}
.BgClassName
{
background-color: #051A16;
}
</style>
border-color css
<style>
span { border-color: #051A16; }
span { border-color: rgb(5,26,22); }
td.TdClassName
{
border-color: #051A16;
}
.TagClassName
{
border-color: #051A16;
}
</style>