Shades of Dark Green #051F17
Tints of Dark Green #051F17
RGB
CMYK
RGB Variations
Color information
#051F17 (or 0x051F17) is known color: Dark Green. HEX triplet: 05, 1F and 17. RGB value is (5,31,23). Sum of RGB (Red+Green+Blue) = 5+31+23=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 31 (12.5% from 255 or 52.54% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 31 - color contains mainly: green. Hex color #051F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F17 is #FAE0E8. Grayscale: #161616. Windows color (decimal): -16441577 or 1515269. OLE color: 1515269.
HSL color Cylindrical-coordinate representation of color #051F17: hue angle of 161.54º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051F17 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 23 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.88 |
| HSL | 161.54º | 0.72% | 0.07% | - |
| HSV(B) | 161.54º | 0.84% | 0.12% | - |
| XYZ | 0.71 | 1.07 | 0.98 | - |
| YUV | 22.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 23 | 0.84 | 0 | 0.26 | 0.88 | 161.54 | 0.72 | 0.07 |
| Hex | 5 | 1F | 17 | 54 | 0 | 1A | 58 | A2 | 48 | 7 |
| Octal | 5 | 37 | 27 | 124 | 0 | 32 | 130 | 242 | 110 | 7 |
| Binary | 101 | 11111 | 10111 | 1010100 | 0 | 11010 | 1011000 | 10100010 | 1001000 | 111 |
Color Harmonies of #051F17
Complementary color
Monochromatic Colors of #051F17
Black with #051F17
Text Example
Text Example
White with #051F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F17; }
p { color: rgb(5,31,23); }
H1.HeaderClassName
{
color: #051F17;
}
.AnyTagClassName
{
color: #051F17;
}
</style>
background-color css
<style>
a { background-color: #051F17; }
a { background-color: rgb(5,31,23); }
div.DivClassName
{
background-color: #051F17;
}
.BgClassName
{
background-color: #051F17;
}
</style>
border-color css
<style>
span { border-color: #051F17; }
span { border-color: rgb(5,31,23); }
td.TdClassName
{
border-color: #051F17;
}
.TagClassName
{
border-color: #051F17;
}
</style>