Shades of Dark Green #051D1D
Tints of Dark Green #051D1D
RGB
CMYK
RGB Variations
Color information
#051D1D (or 0x051D1D) is known color: Dark Green. HEX triplet: 05, 1D and 1D. RGB value is (5,29,29). Sum of RGB (Red+Green+Blue) = 5+29+29=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: green, blue. Hex color #051D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D1D is #FAE2E2. Grayscale: #151515. Windows color (decimal): -16442083 or 1907973. OLE color: 1907973.
HSL color Cylindrical-coordinate representation of color #051D1D: hue angle of 180º 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 #051D1D is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 29 | 29 | - |
| CMYK | 0.83 | 0 | 0 | 0.89 |
| HSL | 180º | 0.71% | 0.07% | - |
| HSV(B) | 180º | 0.83% | 0.11% | - |
| XYZ | 0.72 | 1 | 1.32 | - |
| YUV | 21.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 29 | 0.83 | 0 | 0 | 0.89 | 180 | 0.71 | 0.07 |
| Hex | 5 | 1D | 1D | 53 | 0 | 0 | 59 | B4 | 47 | 7 |
| Octal | 5 | 35 | 35 | 123 | 0 | 0 | 131 | 264 | 107 | 7 |
| Binary | 101 | 11101 | 11101 | 1010011 | 0 | 0 | 1011001 | 10110100 | 1000111 | 111 |
Color Harmonies of #051D1D
Complementary color
Monochromatic Colors of #051D1D
Black with #051D1D
Text Example
Text Example
White with #051D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D1D; }
p { color: rgb(5,29,29); }
H1.HeaderClassName
{
color: #051D1D;
}
.AnyTagClassName
{
color: #051D1D;
}
</style>
background-color css
<style>
a { background-color: #051D1D; }
a { background-color: rgb(5,29,29); }
div.DivClassName
{
background-color: #051D1D;
}
.BgClassName
{
background-color: #051D1D;
}
</style>
border-color css
<style>
span { border-color: #051D1D; }
span { border-color: rgb(5,29,29); }
td.TdClassName
{
border-color: #051D1D;
}
.TagClassName
{
border-color: #051D1D;
}
</style>