Shades of Dark Green #051D13
Tints of Dark Green #051D13
RGB
CMYK
RGB Variations
Color information
#051D13 (or 0x051D13) is known color: Dark Green. HEX triplet: 05, 1D and 13. RGB value is (5,29,19). Sum of RGB (Red+Green+Blue) = 5+29+19=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #051D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D13 is #FAE2EC. Grayscale: #141414. Windows color (decimal): -16442093 or 1252613. OLE color: 1252613.
HSL color Cylindrical-coordinate representation of color #051D13: hue angle of 155º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #051D13 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 29 | 19 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.89 |
| HSL | 155º | 0.71% | 0.07% | - |
| HSV(B) | 155º | 0.83% | 0.11% | - |
| XYZ | 0.62 | 0.96 | 0.77 | - |
| YUV | 20.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 19 | 0.83 | 0 | 0.34 | 0.89 | 155 | 0.71 | 0.07 |
| Hex | 5 | 1D | 13 | 53 | 0 | 22 | 59 | 9B | 47 | 7 |
| Octal | 5 | 35 | 23 | 123 | 0 | 42 | 131 | 233 | 107 | 7 |
| Binary | 101 | 11101 | 10011 | 1010011 | 0 | 100010 | 1011001 | 10011011 | 1000111 | 111 |
Color Harmonies of #051D13
Complementary color
Monochromatic Colors of #051D13
Black with #051D13
Text Example
Text Example
White with #051D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D13; }
p { color: rgb(5,29,19); }
H1.HeaderClassName
{
color: #051D13;
}
.AnyTagClassName
{
color: #051D13;
}
</style>
background-color css
<style>
a { background-color: #051D13; }
a { background-color: rgb(5,29,19); }
div.DivClassName
{
background-color: #051D13;
}
.BgClassName
{
background-color: #051D13;
}
</style>
border-color css
<style>
span { border-color: #051D13; }
span { border-color: rgb(5,29,19); }
td.TdClassName
{
border-color: #051D13;
}
.TagClassName
{
border-color: #051D13;
}
</style>