Shades of Dark Green #051F0D
Tints of Dark Green #051F0D
RGB
CMYK
RGB Variations
Color information
#051F0D (or 0x051F0D) is known color: Dark Green. HEX triplet: 05, 1F and 0D. RGB value is (5,31,13). Sum of RGB (Red+Green+Blue) = 5+31+13=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 31 (12.5% from 255 or 63.27% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 31 - color contains mainly: green. Hex color #051F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F0D is #FAE0F2. Grayscale: #151515. Windows color (decimal): -16441587 or 859909. OLE color: 859909.
HSL color Cylindrical-coordinate representation of color #051F0D: hue angle of 138.46º 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 #051F0D is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 13 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.88 |
| HSL | 138.46º | 0.72% | 0.07% | - |
| HSV(B) | 138.46º | 0.84% | 0.12% | - |
| XYZ | 0.63 | 1.04 | 0.55 | - |
| YUV | 21.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 13 | 0.84 | 0 | 0.58 | 0.88 | 138.46 | 0.72 | 0.07 |
| Hex | 5 | 1F | D | 54 | 0 | 3A | 58 | 8A | 48 | 7 |
| Octal | 5 | 37 | 15 | 124 | 0 | 72 | 130 | 212 | 110 | 7 |
| Binary | 101 | 11111 | 1101 | 1010100 | 0 | 111010 | 1011000 | 10001010 | 1001000 | 111 |
Color Harmonies of #051F0D
Complementary color
Monochromatic Colors of #051F0D
Black with #051F0D
Text Example
Text Example
White with #051F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F0D; }
p { color: rgb(5,31,13); }
H1.HeaderClassName
{
color: #051F0D;
}
.AnyTagClassName
{
color: #051F0D;
}
</style>
background-color css
<style>
a { background-color: #051F0D; }
a { background-color: rgb(5,31,13); }
div.DivClassName
{
background-color: #051F0D;
}
.BgClassName
{
background-color: #051F0D;
}
</style>
border-color css
<style>
span { border-color: #051F0D; }
span { border-color: rgb(5,31,13); }
td.TdClassName
{
border-color: #051F0D;
}
.TagClassName
{
border-color: #051F0D;
}
</style>