Shades of Dark Green #051F0E
Tints of Dark Green #051F0E
RGB
CMYK
RGB Variations
Color information
#051F0E (or 0x051F0E) is known color: Dark Green. HEX triplet: 05, 1F and 0E. RGB value is (5,31,14). Sum of RGB (Red+Green+Blue) = 5+31+14=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 31 (12.5% from 255 or 62% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 31 - color contains mainly: green. Hex color #051F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F0E is #FAE0F1. Grayscale: #151515. Windows color (decimal): -16441586 or 925445. OLE color: 925445.
HSL color Cylindrical-coordinate representation of color #051F0E: hue angle of 140.77º 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 #051F0E is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 14 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.88 |
| HSL | 140.77º | 0.72% | 0.07% | - |
| HSV(B) | 140.77º | 0.84% | 0.12% | - |
| XYZ | 0.63 | 1.04 | 0.58 | - |
| YUV | 21.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 14 | 0.84 | 0 | 0.55 | 0.88 | 140.77 | 0.72 | 0.07 |
| Hex | 5 | 1F | E | 54 | 0 | 37 | 58 | 8D | 48 | 7 |
| Octal | 5 | 37 | 16 | 124 | 0 | 67 | 130 | 215 | 110 | 7 |
| Binary | 101 | 11111 | 1110 | 1010100 | 0 | 110111 | 1011000 | 10001101 | 1001000 | 111 |
Color Harmonies of #051F0E
Complementary color
Monochromatic Colors of #051F0E
Black with #051F0E
Text Example
Text Example
White with #051F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F0E; }
p { color: rgb(5,31,14); }
H1.HeaderClassName
{
color: #051F0E;
}
.AnyTagClassName
{
color: #051F0E;
}
</style>
background-color css
<style>
a { background-color: #051F0E; }
a { background-color: rgb(5,31,14); }
div.DivClassName
{
background-color: #051F0E;
}
.BgClassName
{
background-color: #051F0E;
}
</style>
border-color css
<style>
span { border-color: #051F0E; }
span { border-color: rgb(5,31,14); }
td.TdClassName
{
border-color: #051F0E;
}
.TagClassName
{
border-color: #051F0E;
}
</style>