Shades of Dark Green #051F18
Tints of Dark Green #051F18
RGB
CMYK
RGB Variations
Color information
#051F18 (or 0x051F18) is known color: Dark Green. HEX triplet: 05, 1F and 18. RGB value is (5,31,24). Sum of RGB (Red+Green+Blue) = 5+31+24=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #051F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F18 is #FAE0E7. Grayscale: #161616. Windows color (decimal): -16441576 or 1580805. OLE color: 1580805.
HSL color Cylindrical-coordinate representation of color #051F18: hue angle of 163.85º 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 #051F18 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 24 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.88 |
| HSL | 163.85º | 0.72% | 0.07% | - |
| HSV(B) | 163.85º | 0.84% | 0.12% | - |
| XYZ | 0.72 | 1.08 | 1.03 | - |
| YUV | 22.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 24 | 0.84 | 0 | 0.23 | 0.88 | 163.85 | 0.72 | 0.07 |
| Hex | 5 | 1F | 18 | 54 | 0 | 17 | 58 | A4 | 48 | 7 |
| Octal | 5 | 37 | 30 | 124 | 0 | 27 | 130 | 244 | 110 | 7 |
| Binary | 101 | 11111 | 11000 | 1010100 | 0 | 10111 | 1011000 | 10100100 | 1001000 | 111 |
Color Harmonies of #051F18
Complementary color
Monochromatic Colors of #051F18
Black with #051F18
Text Example
Text Example
White with #051F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F18; }
p { color: rgb(5,31,24); }
H1.HeaderClassName
{
color: #051F18;
}
.AnyTagClassName
{
color: #051F18;
}
</style>
background-color css
<style>
a { background-color: #051F18; }
a { background-color: rgb(5,31,24); }
div.DivClassName
{
background-color: #051F18;
}
.BgClassName
{
background-color: #051F18;
}
</style>
border-color css
<style>
span { border-color: #051F18; }
span { border-color: rgb(5,31,24); }
td.TdClassName
{
border-color: #051F18;
}
.TagClassName
{
border-color: #051F18;
}
</style>