Shades of Dark Green #051912
Tints of Dark Green #051912
RGB
CMYK
RGB Variations
Color information
#051912 (or 0x051912) is known color: Dark Green. HEX triplet: 05, 19 and 12. RGB value is (5,25,18). Sum of RGB (Red+Green+Blue) = 5+25+18=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 25 (10.16% from 255 or 52.08% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 25 - color contains mainly: green. Hex color #051912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051912 is #FAE6ED. Grayscale: #121212. Windows color (decimal): -16443118 or 1186053. OLE color: 1186053.
HSL color Cylindrical-coordinate representation of color #051912: hue angle of 159º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #051912 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 25 | 18 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.90 |
| HSL | 159º | 0.67% | 0.06% | - |
| HSV(B) | 159º | 0.8% | 0.1% | - |
| XYZ | 0.52 | 0.77 | 0.69 | - |
| YUV | 18.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 18 | 0.80 | 0 | 0.28 | 0.90 | 159 | 0.67 | 0.06 |
| Hex | 5 | 19 | 12 | 50 | 0 | 1C | 5A | 9F | 43 | 6 |
| Octal | 5 | 31 | 22 | 120 | 0 | 34 | 132 | 237 | 103 | 6 |
| Binary | 101 | 11001 | 10010 | 1010000 | 0 | 11100 | 1011010 | 10011111 | 1000011 | 110 |
Color Harmonies of #051912
Complementary color
Monochromatic Colors of #051912
Black with #051912
Text Example
Text Example
White with #051912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051912; }
p { color: rgb(5,25,18); }
H1.HeaderClassName
{
color: #051912;
}
.AnyTagClassName
{
color: #051912;
}
</style>
background-color css
<style>
a { background-color: #051912; }
a { background-color: rgb(5,25,18); }
div.DivClassName
{
background-color: #051912;
}
.BgClassName
{
background-color: #051912;
}
</style>
border-color css
<style>
span { border-color: #051912; }
span { border-color: rgb(5,25,18); }
td.TdClassName
{
border-color: #051912;
}
.TagClassName
{
border-color: #051912;
}
</style>