Shades of Dark Green #051F14
Tints of Dark Green #051F14
RGB
CMYK
RGB Variations
Color information
#051F14 (or 0x051F14) is known color: Dark Green. HEX triplet: 05, 1F and 14. RGB value is (5,31,20). Sum of RGB (Red+Green+Blue) = 5+31+20=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #051F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F14 is #FAE0EB. Grayscale: #151515. Windows color (decimal): -16441580 or 1318661. OLE color: 1318661.
HSL color Cylindrical-coordinate representation of color #051F14: hue angle of 154.62º 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 #051F14 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 20 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.88 |
| HSL | 154.62º | 0.72% | 0.07% | - |
| HSV(B) | 154.62º | 0.84% | 0.12% | - |
| XYZ | 0.68 | 1.06 | 0.83 | - |
| YUV | 21.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 20 | 0.84 | 0 | 0.35 | 0.88 | 154.62 | 0.72 | 0.07 |
| Hex | 5 | 1F | 14 | 54 | 0 | 23 | 58 | 9B | 48 | 7 |
| Octal | 5 | 37 | 24 | 124 | 0 | 43 | 130 | 233 | 110 | 7 |
| Binary | 101 | 11111 | 10100 | 1010100 | 0 | 100011 | 1011000 | 10011011 | 1001000 | 111 |
Color Harmonies of #051F14
Complementary color
Monochromatic Colors of #051F14
Black with #051F14
Text Example
Text Example
White with #051F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F14; }
p { color: rgb(5,31,20); }
H1.HeaderClassName
{
color: #051F14;
}
.AnyTagClassName
{
color: #051F14;
}
</style>
background-color css
<style>
a { background-color: #051F14; }
a { background-color: rgb(5,31,20); }
div.DivClassName
{
background-color: #051F14;
}
.BgClassName
{
background-color: #051F14;
}
</style>
border-color css
<style>
span { border-color: #051F14; }
span { border-color: rgb(5,31,20); }
td.TdClassName
{
border-color: #051F14;
}
.TagClassName
{
border-color: #051F14;
}
</style>