Shades of Dark Green #051D0F
Tints of Dark Green #051D0F
RGB
CMYK
RGB Variations
Color information
#051D0F (or 0x051D0F) is known color: Dark Green. HEX triplet: 05, 1D and 0F. RGB value is (5,29,15). Sum of RGB (Red+Green+Blue) = 5+29+15=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #051D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D0F is #FAE2F0. Grayscale: #141414. Windows color (decimal): -16442097 or 990469. OLE color: 990469.
HSL color Cylindrical-coordinate representation of color #051D0F: hue angle of 145º 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 #051D0F is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 29 | 15 | - |
| CMYK | 0.83 | 0 | 0.48 | 0.89 |
| HSL | 145º | 0.71% | 0.07% | - |
| HSV(B) | 145º | 0.83% | 0.11% | - |
| XYZ | 0.59 | 0.95 | 0.6 | - |
| YUV | 20.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 15 | 0.83 | 0 | 0.48 | 0.89 | 145 | 0.71 | 0.07 |
| Hex | 5 | 1D | F | 53 | 0 | 30 | 59 | 91 | 47 | 7 |
| Octal | 5 | 35 | 17 | 123 | 0 | 60 | 131 | 221 | 107 | 7 |
| Binary | 101 | 11101 | 1111 | 1010011 | 0 | 110000 | 1011001 | 10010001 | 1000111 | 111 |
Color Harmonies of #051D0F
Complementary color
Monochromatic Colors of #051D0F
Black with #051D0F
Text Example
Text Example
White with #051D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D0F; }
p { color: rgb(5,29,15); }
H1.HeaderClassName
{
color: #051D0F;
}
.AnyTagClassName
{
color: #051D0F;
}
</style>
background-color css
<style>
a { background-color: #051D0F; }
a { background-color: rgb(5,29,15); }
div.DivClassName
{
background-color: #051D0F;
}
.BgClassName
{
background-color: #051D0F;
}
</style>
border-color css
<style>
span { border-color: #051D0F; }
span { border-color: rgb(5,29,15); }
td.TdClassName
{
border-color: #051D0F;
}
.TagClassName
{
border-color: #051D0F;
}
</style>