Shades of Dark Green #051D14
Tints of Dark Green #051D14
RGB
CMYK
RGB Variations
Color information
#051D14 (or 0x051D14) is known color: Dark Green. HEX triplet: 05, 1D and 14. RGB value is (5,29,20). Sum of RGB (Red+Green+Blue) = 5+29+20=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 29 (11.72% from 255 or 53.70% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 29 - color contains mainly: green. Hex color #051D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D14 is #FAE2EB. Grayscale: #141414. Windows color (decimal): -16442092 or 1318149. OLE color: 1318149.
HSL color Cylindrical-coordinate representation of color #051D14: hue angle of 157.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 #051D14 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 29 | 20 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.89 |
| HSL | 157.5º | 0.71% | 0.07% | - |
| HSV(B) | 157.5º | 0.83% | 0.11% | - |
| XYZ | 0.63 | 0.96 | 0.81 | - |
| YUV | 20.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 20 | 0.83 | 0 | 0.31 | 0.89 | 157.5 | 0.71 | 0.07 |
| Hex | 5 | 1D | 14 | 53 | 0 | 1F | 59 | 9E | 47 | 7 |
| Octal | 5 | 35 | 24 | 123 | 0 | 37 | 131 | 236 | 107 | 7 |
| Binary | 101 | 11101 | 10100 | 1010011 | 0 | 11111 | 1011001 | 10011110 | 1000111 | 111 |
Color Harmonies of #051D14
Complementary color
Monochromatic Colors of #051D14
Black with #051D14
Text Example
Text Example
White with #051D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D14; }
p { color: rgb(5,29,20); }
H1.HeaderClassName
{
color: #051D14;
}
.AnyTagClassName
{
color: #051D14;
}
</style>
background-color css
<style>
a { background-color: #051D14; }
a { background-color: rgb(5,29,20); }
div.DivClassName
{
background-color: #051D14;
}
.BgClassName
{
background-color: #051D14;
}
</style>
border-color css
<style>
span { border-color: #051D14; }
span { border-color: rgb(5,29,20); }
td.TdClassName
{
border-color: #051D14;
}
.TagClassName
{
border-color: #051D14;
}
</style>