Shades of Dark Green #051D15
Tints of Dark Green #051D15
RGB
CMYK
RGB Variations
Color information
#051D15 (or 0x051D15) is known color: Dark Green. HEX triplet: 05, 1D and 15. RGB value is (5,29,21). Sum of RGB (Red+Green+Blue) = 5+29+21=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 29 (11.72% from 255 or 52.73% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 29 - color contains mainly: green. Hex color #051D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D15 is #FAE2EA. Grayscale: #141414. Windows color (decimal): -16442091 or 1383685. OLE color: 1383685.
HSL color Cylindrical-coordinate representation of color #051D15: hue angle of 160º 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 #051D15 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 29 | 21 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.89 |
| HSL | 160º | 0.71% | 0.07% | - |
| HSV(B) | 160º | 0.83% | 0.11% | - |
| XYZ | 0.64 | 0.97 | 0.86 | - |
| YUV | 20.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 21 | 0.83 | 0 | 0.28 | 0.89 | 160 | 0.71 | 0.07 |
| Hex | 5 | 1D | 15 | 53 | 0 | 1C | 59 | A0 | 47 | 7 |
| Octal | 5 | 35 | 25 | 123 | 0 | 34 | 131 | 240 | 107 | 7 |
| Binary | 101 | 11101 | 10101 | 1010011 | 0 | 11100 | 1011001 | 10100000 | 1000111 | 111 |
Color Harmonies of #051D15
Complementary color
Monochromatic Colors of #051D15
Black with #051D15
Text Example
Text Example
White with #051D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D15; }
p { color: rgb(5,29,21); }
H1.HeaderClassName
{
color: #051D15;
}
.AnyTagClassName
{
color: #051D15;
}
</style>
background-color css
<style>
a { background-color: #051D15; }
a { background-color: rgb(5,29,21); }
div.DivClassName
{
background-color: #051D15;
}
.BgClassName
{
background-color: #051D15;
}
</style>
border-color css
<style>
span { border-color: #051D15; }
span { border-color: rgb(5,29,21); }
td.TdClassName
{
border-color: #051D15;
}
.TagClassName
{
border-color: #051D15;
}
</style>