Shades of Dark Green #051D0C
Tints of Dark Green #051D0C
RGB
CMYK
RGB Variations
Color information
#051D0C (or 0x051D0C) is known color: Dark Green. HEX triplet: 05, 1D and 0C. RGB value is (5,29,12). Sum of RGB (Red+Green+Blue) = 5+29+12=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 29 (11.72% from 255 or 63.04% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 29 - color contains mainly: green. Hex color #051D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D0C is #FAE2F3. Grayscale: #131313. Windows color (decimal): -16442100 or 793861. OLE color: 793861.
HSL color Cylindrical-coordinate representation of color #051D0C: hue angle of 137.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #051D0C is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 29 | 12 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.89 |
| HSL | 137.5º | 0.71% | 0.07% | - |
| HSV(B) | 137.5º | 0.83% | 0.11% | - |
| XYZ | 0.57 | 0.94 | 0.5 | - |
| YUV | 19.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 12 | 0.83 | 0 | 0.59 | 0.89 | 137.5 | 0.71 | 0.07 |
| Hex | 5 | 1D | C | 53 | 0 | 3B | 59 | 8A | 47 | 7 |
| Octal | 5 | 35 | 14 | 123 | 0 | 73 | 131 | 212 | 107 | 7 |
| Binary | 101 | 11101 | 1100 | 1010011 | 0 | 111011 | 1011001 | 10001010 | 1000111 | 111 |
Color Harmonies of #051D0C
Complementary color
Monochromatic Colors of #051D0C
Black with #051D0C
Text Example
Text Example
White with #051D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D0C; }
p { color: rgb(5,29,12); }
H1.HeaderClassName
{
color: #051D0C;
}
.AnyTagClassName
{
color: #051D0C;
}
</style>
background-color css
<style>
a { background-color: #051D0C; }
a { background-color: rgb(5,29,12); }
div.DivClassName
{
background-color: #051D0C;
}
.BgClassName
{
background-color: #051D0C;
}
</style>
border-color css
<style>
span { border-color: #051D0C; }
span { border-color: rgb(5,29,12); }
td.TdClassName
{
border-color: #051D0C;
}
.TagClassName
{
border-color: #051D0C;
}
</style>