Shades of Dark Green #051D11
Tints of Dark Green #051D11
RGB
CMYK
RGB Variations
Color information
#051D11 (or 0x051D11) is known color: Dark Green. HEX triplet: 05, 1D and 11. RGB value is (5,29,17). Sum of RGB (Red+Green+Blue) = 5+29+17=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #051D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D11 is #FAE2EE. Grayscale: #141414. Windows color (decimal): -16442095 or 1121541. OLE color: 1121541.
HSL color Cylindrical-coordinate representation of color #051D11: hue angle of 150º 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 #051D11 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 29 | 17 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.89 |
| HSL | 150º | 0.71% | 0.07% | - |
| HSV(B) | 150º | 0.83% | 0.11% | - |
| XYZ | 0.6 | 0.95 | 0.68 | - |
| YUV | 20.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 17 | 0.83 | 0 | 0.41 | 0.89 | 150 | 0.71 | 0.07 |
| Hex | 5 | 1D | 11 | 53 | 0 | 29 | 59 | 96 | 47 | 7 |
| Octal | 5 | 35 | 21 | 123 | 0 | 51 | 131 | 226 | 107 | 7 |
| Binary | 101 | 11101 | 10001 | 1010011 | 0 | 101001 | 1011001 | 10010110 | 1000111 | 111 |
Color Harmonies of #051D11
Complementary color
Monochromatic Colors of #051D11
Black with #051D11
Text Example
Text Example
White with #051D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D11; }
p { color: rgb(5,29,17); }
H1.HeaderClassName
{
color: #051D11;
}
.AnyTagClassName
{
color: #051D11;
}
</style>
background-color css
<style>
a { background-color: #051D11; }
a { background-color: rgb(5,29,17); }
div.DivClassName
{
background-color: #051D11;
}
.BgClassName
{
background-color: #051D11;
}
</style>
border-color css
<style>
span { border-color: #051D11; }
span { border-color: rgb(5,29,17); }
td.TdClassName
{
border-color: #051D11;
}
.TagClassName
{
border-color: #051D11;
}
</style>