Shades of Dark Green #051D17
Tints of Dark Green #051D17
RGB
CMYK
RGB Variations
Color information
#051D17 (or 0x051D17) is known color: Dark Green. HEX triplet: 05, 1D and 17. RGB value is (5,29,23). Sum of RGB (Red+Green+Blue) = 5+29+23=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 29 (11.72% from 255 or 50.88% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 29 - color contains mainly: green. Hex color #051D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D17 is #FAE2E8. Grayscale: #151515. Windows color (decimal): -16442089 or 1514757. OLE color: 1514757.
HSL color Cylindrical-coordinate representation of color #051D17: hue angle of 165º 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 #051D17 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 29 | 23 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.89 |
| HSL | 165º | 0.71% | 0.07% | - |
| HSV(B) | 165º | 0.83% | 0.11% | - |
| XYZ | 0.66 | 0.97 | 0.96 | - |
| YUV | 21.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 23 | 0.83 | 0 | 0.21 | 0.89 | 165 | 0.71 | 0.07 |
| Hex | 5 | 1D | 17 | 53 | 0 | 15 | 59 | A5 | 47 | 7 |
| Octal | 5 | 35 | 27 | 123 | 0 | 25 | 131 | 245 | 107 | 7 |
| Binary | 101 | 11101 | 10111 | 1010011 | 0 | 10101 | 1011001 | 10100101 | 1000111 | 111 |
Color Harmonies of #051D17
Complementary color
Monochromatic Colors of #051D17
Black with #051D17
Text Example
Text Example
White with #051D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D17; }
p { color: rgb(5,29,23); }
H1.HeaderClassName
{
color: #051D17;
}
.AnyTagClassName
{
color: #051D17;
}
</style>
background-color css
<style>
a { background-color: #051D17; }
a { background-color: rgb(5,29,23); }
div.DivClassName
{
background-color: #051D17;
}
.BgClassName
{
background-color: #051D17;
}
</style>
border-color css
<style>
span { border-color: #051D17; }
span { border-color: rgb(5,29,23); }
td.TdClassName
{
border-color: #051D17;
}
.TagClassName
{
border-color: #051D17;
}
</style>