Shades of Dark Green #051D1A
Tints of Dark Green #051D1A
RGB
CMYK
RGB Variations
Color information
#051D1A (or 0x051D1A) is known color: Dark Green. HEX triplet: 05, 1D and 1A. RGB value is (5,29,26). Sum of RGB (Red+Green+Blue) = 5+29+26=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 29 (11.72% from 255 or 48.33% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 29 - color contains mainly: green. Hex color #051D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D1A is #FAE2E5. Grayscale: #151515. Windows color (decimal): -16442086 or 1711365. OLE color: 1711365.
HSL color Cylindrical-coordinate representation of color #051D1A: hue angle of 172.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 #051D1A is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 29 | 26 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.89 |
| HSL | 172.5º | 0.71% | 0.07% | - |
| HSV(B) | 172.5º | 0.83% | 0.11% | - |
| XYZ | 0.69 | 0.99 | 1.13 | - |
| YUV | 21.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 26 | 0.83 | 0 | 0.10 | 0.89 | 172.5 | 0.71 | 0.07 |
| Hex | 5 | 1D | 1A | 53 | 0 | A | 59 | AC | 47 | 7 |
| Octal | 5 | 35 | 32 | 123 | 0 | 12 | 131 | 254 | 107 | 7 |
| Binary | 101 | 11101 | 11010 | 1010011 | 0 | 1010 | 1011001 | 10101100 | 1000111 | 111 |
Color Harmonies of #051D1A
Complementary color
Monochromatic Colors of #051D1A
Black with #051D1A
Text Example
Text Example
White with #051D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D1A; }
p { color: rgb(5,29,26); }
H1.HeaderClassName
{
color: #051D1A;
}
.AnyTagClassName
{
color: #051D1A;
}
</style>
background-color css
<style>
a { background-color: #051D1A; }
a { background-color: rgb(5,29,26); }
div.DivClassName
{
background-color: #051D1A;
}
.BgClassName
{
background-color: #051D1A;
}
</style>
border-color css
<style>
span { border-color: #051D1A; }
span { border-color: rgb(5,29,26); }
td.TdClassName
{
border-color: #051D1A;
}
.TagClassName
{
border-color: #051D1A;
}
</style>