Shades of Dark Green #051F1E
Tints of Dark Green #051F1E
RGB
CMYK
RGB Variations
Color information
#051F1E (or 0x051F1E) is known color: Dark Green. HEX triplet: 05, 1F and 1E. RGB value is (5,31,30). Sum of RGB (Red+Green+Blue) = 5+31+30=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #051F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F1E is #FAE0E1. Grayscale: #171717. Windows color (decimal): -16441570 or 1974021. OLE color: 1974021.
HSL color Cylindrical-coordinate representation of color #051F1E: hue angle of 177.69º 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 #051F1E is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 30 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.88 |
| HSL | 177.69º | 0.72% | 0.07% | - |
| HSV(B) | 177.69º | 0.84% | 0.12% | - |
| XYZ | 0.79 | 1.11 | 1.4 | - |
| YUV | 23.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 30 | 0.84 | 0 | 0.03 | 0.88 | 177.69 | 0.72 | 0.07 |
| Hex | 5 | 1F | 1E | 54 | 0 | 3 | 58 | B2 | 48 | 7 |
| Octal | 5 | 37 | 36 | 124 | 0 | 3 | 130 | 262 | 110 | 7 |
| Binary | 101 | 11111 | 11110 | 1010100 | 0 | 11 | 1011000 | 10110010 | 1001000 | 111 |
Color Harmonies of #051F1E
Complementary color
Monochromatic Colors of #051F1E
Black with #051F1E
Text Example
Text Example
White with #051F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F1E; }
p { color: rgb(5,31,30); }
H1.HeaderClassName
{
color: #051F1E;
}
.AnyTagClassName
{
color: #051F1E;
}
</style>
background-color css
<style>
a { background-color: #051F1E; }
a { background-color: rgb(5,31,30); }
div.DivClassName
{
background-color: #051F1E;
}
.BgClassName
{
background-color: #051F1E;
}
</style>
border-color css
<style>
span { border-color: #051F1E; }
span { border-color: rgb(5,31,30); }
td.TdClassName
{
border-color: #051F1E;
}
.TagClassName
{
border-color: #051F1E;
}
</style>