Shades of Dark Green #051C0D
Tints of Dark Green #051C0D
RGB
CMYK
RGB Variations
Color information
#051C0D (or 0x051C0D) is known color: Dark Green. HEX triplet: 05, 1C and 0D. RGB value is (5,28,13). Sum of RGB (Red+Green+Blue) = 5+28+13=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 28 (11.33% from 255 or 60.87% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 28 - color contains mainly: green. Hex color #051C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C0D is #FAE3F2. Grayscale: #131313. Windows color (decimal): -16442355 or 859141. OLE color: 859141.
HSL color Cylindrical-coordinate representation of color #051C0D: hue angle of 140.87º 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 #051C0D is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 13 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.89 |
| HSL | 140.87º | 0.7% | 0.06% | - |
| HSV(B) | 140.87º | 0.82% | 0.11% | - |
| XYZ | 0.55 | 0.89 | 0.52 | - |
| YUV | 19.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 13 | 0.82 | 0 | 0.54 | 0.89 | 140.87 | 0.7 | 0.06 |
| Hex | 5 | 1C | D | 52 | 0 | 36 | 59 | 8D | 46 | 6 |
| Octal | 5 | 34 | 15 | 122 | 0 | 66 | 131 | 215 | 106 | 6 |
| Binary | 101 | 11100 | 1101 | 1010010 | 0 | 110110 | 1011001 | 10001101 | 1000110 | 110 |
Color Harmonies of #051C0D
Complementary color
Monochromatic Colors of #051C0D
Black with #051C0D
Text Example
Text Example
White with #051C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C0D; }
p { color: rgb(5,28,13); }
H1.HeaderClassName
{
color: #051C0D;
}
.AnyTagClassName
{
color: #051C0D;
}
</style>
background-color css
<style>
a { background-color: #051C0D; }
a { background-color: rgb(5,28,13); }
div.DivClassName
{
background-color: #051C0D;
}
.BgClassName
{
background-color: #051C0D;
}
</style>
border-color css
<style>
span { border-color: #051C0D; }
span { border-color: rgb(5,28,13); }
td.TdClassName
{
border-color: #051C0D;
}
.TagClassName
{
border-color: #051C0D;
}
</style>