Shades of Dark Green #05120E
Tints of Dark Green #05120E
RGB
CMYK
RGB Variations
Color information
#05120E (or 0x05120E) is known color: Dark Green. HEX triplet: 05, 12 and 0E. RGB value is (5,18,14). Sum of RGB (Red+Green+Blue) = 5+18+14=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #05120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05120E is #FAEDF1. Grayscale: #0D0D0D. Windows color (decimal): -16444914 or 922117. OLE color: 922117.
HSL color Cylindrical-coordinate representation of color #05120E: hue angle of 161.54º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #05120E is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 18 | 14 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.93 |
| HSL | 161.54º | 0.57% | 0.05% | - |
| HSV(B) | 161.54º | 0.72% | 0.07% | - |
| XYZ | 0.36 | 0.5 | 0.49 | - |
| YUV | 13.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 14 | 0.72 | 0 | 0.22 | 0.93 | 161.54 | 0.57 | 0.05 |
| Hex | 5 | 12 | E | 48 | 0 | 16 | 5D | A2 | 39 | 5 |
| Octal | 5 | 22 | 16 | 110 | 0 | 26 | 135 | 242 | 71 | 5 |
| Binary | 101 | 10010 | 1110 | 1001000 | 0 | 10110 | 1011101 | 10100010 | 111001 | 101 |
Color Harmonies of #05120E
Complementary color
Monochromatic Colors of #05120E
Black with #05120E
Text Example
Text Example
White with #05120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05120E; }
p { color: rgb(5,18,14); }
H1.HeaderClassName
{
color: #05120E;
}
.AnyTagClassName
{
color: #05120E;
}
</style>
background-color css
<style>
a { background-color: #05120E; }
a { background-color: rgb(5,18,14); }
div.DivClassName
{
background-color: #05120E;
}
.BgClassName
{
background-color: #05120E;
}
</style>
border-color css
<style>
span { border-color: #05120E; }
span { border-color: rgb(5,18,14); }
td.TdClassName
{
border-color: #05120E;
}
.TagClassName
{
border-color: #05120E;
}
</style>