Shades of Dark Green #051F1D
Tints of Dark Green #051F1D
RGB
CMYK
RGB Variations
Color information
#051F1D (or 0x051F1D) is known color: Dark Green. HEX triplet: 05, 1F and 1D. RGB value is (5,31,29). Sum of RGB (Red+Green+Blue) = 5+31+29=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 31 - color contains mainly: green. Hex color #051F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F1D is #FAE0E2. Grayscale: #161616. Windows color (decimal): -16441571 or 1908485. OLE color: 1908485.
HSL color Cylindrical-coordinate representation of color #051F1D: hue angle of 175.38º 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 #051F1D is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 29 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.88 |
| HSL | 175.38º | 0.72% | 0.07% | - |
| HSV(B) | 175.38º | 0.84% | 0.12% | - |
| XYZ | 0.77 | 1.1 | 1.33 | - |
| YUV | 23 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 29 | 0.84 | 0 | 0.06 | 0.88 | 175.38 | 0.72 | 0.07 |
| Hex | 5 | 1F | 1D | 54 | 0 | 6 | 58 | AF | 48 | 7 |
| Octal | 5 | 37 | 35 | 124 | 0 | 6 | 130 | 257 | 110 | 7 |
| Binary | 101 | 11111 | 11101 | 1010100 | 0 | 110 | 1011000 | 10101111 | 1001000 | 111 |
Color Harmonies of #051F1D
Complementary color
Monochromatic Colors of #051F1D
Black with #051F1D
Text Example
Text Example
White with #051F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F1D; }
p { color: rgb(5,31,29); }
H1.HeaderClassName
{
color: #051F1D;
}
.AnyTagClassName
{
color: #051F1D;
}
</style>
background-color css
<style>
a { background-color: #051F1D; }
a { background-color: rgb(5,31,29); }
div.DivClassName
{
background-color: #051F1D;
}
.BgClassName
{
background-color: #051F1D;
}
</style>
border-color css
<style>
span { border-color: #051F1D; }
span { border-color: rgb(5,31,29); }
td.TdClassName
{
border-color: #051F1D;
}
.TagClassName
{
border-color: #051F1D;
}
</style>