Shades of Dark Green #051F1F
Tints of Dark Green #051F1F
RGB
CMYK
RGB Variations
Color information
#051F1F (or 0x051F1F) is known color: Dark Green. HEX triplet: 05, 1F and 1F. RGB value is (5,31,31). Sum of RGB (Red+Green+Blue) = 5+31+31=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: green, blue. Hex color #051F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F1F is #FAE0E0. Grayscale: #171717. Windows color (decimal): -16441569 or 2039557. OLE color: 2039557.
HSL color Cylindrical-coordinate representation of color #051F1F: hue angle of 180º 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 #051F1F is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 31 | - |
| CMYK | 0.84 | 0 | 0 | 0.88 |
| HSL | 180º | 0.72% | 0.07% | - |
| HSV(B) | 180º | 0.84% | 0.12% | - |
| XYZ | 0.8 | 1.11 | 1.47 | - |
| YUV | 23.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 31 | 0.84 | 0 | 0 | 0.88 | 180 | 0.72 | 0.07 |
| Hex | 5 | 1F | 1F | 54 | 0 | 0 | 58 | B4 | 48 | 7 |
| Octal | 5 | 37 | 37 | 124 | 0 | 0 | 130 | 264 | 110 | 7 |
| Binary | 101 | 11111 | 11111 | 1010100 | 0 | 0 | 1011000 | 10110100 | 1001000 | 111 |
Color Harmonies of #051F1F
Complementary color
Monochromatic Colors of #051F1F
Black with #051F1F
Text Example
Text Example
White with #051F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F1F; }
p { color: rgb(5,31,31); }
H1.HeaderClassName
{
color: #051F1F;
}
.AnyTagClassName
{
color: #051F1F;
}
</style>
background-color css
<style>
a { background-color: #051F1F; }
a { background-color: rgb(5,31,31); }
div.DivClassName
{
background-color: #051F1F;
}
.BgClassName
{
background-color: #051F1F;
}
</style>
border-color css
<style>
span { border-color: #051F1F; }
span { border-color: rgb(5,31,31); }
td.TdClassName
{
border-color: #051F1F;
}
.TagClassName
{
border-color: #051F1F;
}
</style>