Shades of Dark Green #051C13
Tints of Dark Green #051C13
RGB
CMYK
RGB Variations
Color information
#051C13 (or 0x051C13) is known color: Dark Green. HEX triplet: 05, 1C and 13. RGB value is (5,28,19). Sum of RGB (Red+Green+Blue) = 5+28+19=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 28 (11.33% from 255 or 53.85% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 28 - color contains mainly: green. Hex color #051C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C13 is #FAE3EC. Grayscale: #141414. Windows color (decimal): -16442349 or 1252357. OLE color: 1252357.
HSL color Cylindrical-coordinate representation of color #051C13: hue angle of 156.52º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #051C13 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 19 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.89 |
| HSL | 156.52º | 0.7% | 0.06% | - |
| HSV(B) | 156.52º | 0.82% | 0.11% | - |
| XYZ | 0.6 | 0.91 | 0.76 | - |
| YUV | 20.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 19 | 0.82 | 0 | 0.32 | 0.89 | 156.52 | 0.7 | 0.06 |
| Hex | 5 | 1C | 13 | 52 | 0 | 20 | 59 | 9D | 46 | 6 |
| Octal | 5 | 34 | 23 | 122 | 0 | 40 | 131 | 235 | 106 | 6 |
| Binary | 101 | 11100 | 10011 | 1010010 | 0 | 100000 | 1011001 | 10011101 | 1000110 | 110 |
Color Harmonies of #051C13
Complementary color
Monochromatic Colors of #051C13
Black with #051C13
Text Example
Text Example
White with #051C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C13; }
p { color: rgb(5,28,19); }
H1.HeaderClassName
{
color: #051C13;
}
.AnyTagClassName
{
color: #051C13;
}
</style>
background-color css
<style>
a { background-color: #051C13; }
a { background-color: rgb(5,28,19); }
div.DivClassName
{
background-color: #051C13;
}
.BgClassName
{
background-color: #051C13;
}
</style>
border-color css
<style>
span { border-color: #051C13; }
span { border-color: rgb(5,28,19); }
td.TdClassName
{
border-color: #051C13;
}
.TagClassName
{
border-color: #051C13;
}
</style>