Shades of Dark Green #051F10
Tints of Dark Green #051F10
RGB
CMYK
RGB Variations
Color information
#051F10 (or 0x051F10) is known color: Dark Green. HEX triplet: 05, 1F and 10. RGB value is (5,31,16). Sum of RGB (Red+Green+Blue) = 5+31+16=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 31 (12.5% from 255 or 59.62% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 31 - color contains mainly: green. Hex color #051F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F10 is #FAE0EF. Grayscale: #151515. Windows color (decimal): -16441584 or 1056517. OLE color: 1056517.
HSL color Cylindrical-coordinate representation of color #051F10: hue angle of 145.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 #051F10 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 16 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.88 |
| HSL | 145.38º | 0.72% | 0.07% | - |
| HSV(B) | 145.38º | 0.84% | 0.12% | - |
| XYZ | 0.65 | 1.05 | 0.66 | - |
| YUV | 21.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 16 | 0.84 | 0 | 0.48 | 0.88 | 145.38 | 0.72 | 0.07 |
| Hex | 5 | 1F | 10 | 54 | 0 | 30 | 58 | 91 | 48 | 7 |
| Octal | 5 | 37 | 20 | 124 | 0 | 60 | 130 | 221 | 110 | 7 |
| Binary | 101 | 11111 | 10000 | 1010100 | 0 | 110000 | 1011000 | 10010001 | 1001000 | 111 |
Color Harmonies of #051F10
Complementary color
Monochromatic Colors of #051F10
Black with #051F10
Text Example
Text Example
White with #051F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F10; }
p { color: rgb(5,31,16); }
H1.HeaderClassName
{
color: #051F10;
}
.AnyTagClassName
{
color: #051F10;
}
</style>
background-color css
<style>
a { background-color: #051F10; }
a { background-color: rgb(5,31,16); }
div.DivClassName
{
background-color: #051F10;
}
.BgClassName
{
background-color: #051F10;
}
</style>
border-color css
<style>
span { border-color: #051F10; }
span { border-color: rgb(5,31,16); }
td.TdClassName
{
border-color: #051F10;
}
.TagClassName
{
border-color: #051F10;
}
</style>