Shades of Dark Green #051F12
Tints of Dark Green #051F12
RGB
CMYK
RGB Variations
Color information
#051F12 (or 0x051F12) is known color: Dark Green. HEX triplet: 05, 1F and 12. RGB value is (5,31,18). Sum of RGB (Red+Green+Blue) = 5+31+18=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 31 (12.5% from 255 or 57.41% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 31 - color contains mainly: green. Hex color #051F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F12 is #FAE0ED. Grayscale: #151515. Windows color (decimal): -16441582 or 1187589. OLE color: 1187589.
HSL color Cylindrical-coordinate representation of color #051F12: hue angle of 150º 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 #051F12 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 31 | 18 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.88 |
| HSL | 150º | 0.72% | 0.07% | - |
| HSV(B) | 150º | 0.84% | 0.12% | - |
| XYZ | 0.66 | 1.06 | 0.74 | - |
| YUV | 21.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 18 | 0.84 | 0 | 0.42 | 0.88 | 150 | 0.72 | 0.07 |
| Hex | 5 | 1F | 12 | 54 | 0 | 2A | 58 | 96 | 48 | 7 |
| Octal | 5 | 37 | 22 | 124 | 0 | 52 | 130 | 226 | 110 | 7 |
| Binary | 101 | 11111 | 10010 | 1010100 | 0 | 101010 | 1011000 | 10010110 | 1001000 | 111 |
Color Harmonies of #051F12
Complementary color
Monochromatic Colors of #051F12
Black with #051F12
Text Example
Text Example
White with #051F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F12; }
p { color: rgb(5,31,18); }
H1.HeaderClassName
{
color: #051F12;
}
.AnyTagClassName
{
color: #051F12;
}
</style>
background-color css
<style>
a { background-color: #051F12; }
a { background-color: rgb(5,31,18); }
div.DivClassName
{
background-color: #051F12;
}
.BgClassName
{
background-color: #051F12;
}
</style>
border-color css
<style>
span { border-color: #051F12; }
span { border-color: rgb(5,31,18); }
td.TdClassName
{
border-color: #051F12;
}
.TagClassName
{
border-color: #051F12;
}
</style>