Shades of Dark Green #051C0E
Tints of Dark Green #051C0E
RGB
CMYK
RGB Variations
Color information
#051C0E (or 0x051C0E) is known color: Dark Green. HEX triplet: 05, 1C and 0E. RGB value is (5,28,14). Sum of RGB (Red+Green+Blue) = 5+28+14=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #051C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C0E is #FAE3F1. Grayscale: #131313. Windows color (decimal): -16442354 or 924677. OLE color: 924677.
HSL color Cylindrical-coordinate representation of color #051C0E: hue angle of 143.48º 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 #051C0E is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 14 | - |
| CMYK | 0.82 | 0 | 0.50 | 0.89 |
| HSL | 143.48º | 0.7% | 0.06% | - |
| HSV(B) | 143.48º | 0.82% | 0.11% | - |
| XYZ | 0.56 | 0.89 | 0.56 | - |
| YUV | 19.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 14 | 0.82 | 0 | 0.50 | 0.89 | 143.48 | 0.7 | 0.06 |
| Hex | 5 | 1C | E | 52 | 0 | 32 | 59 | 8F | 46 | 6 |
| Octal | 5 | 34 | 16 | 122 | 0 | 62 | 131 | 217 | 106 | 6 |
| Binary | 101 | 11100 | 1110 | 1010010 | 0 | 110010 | 1011001 | 10001111 | 1000110 | 110 |
Color Harmonies of #051C0E
Complementary color
Monochromatic Colors of #051C0E
Black with #051C0E
Text Example
Text Example
White with #051C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C0E; }
p { color: rgb(5,28,14); }
H1.HeaderClassName
{
color: #051C0E;
}
.AnyTagClassName
{
color: #051C0E;
}
</style>
background-color css
<style>
a { background-color: #051C0E; }
a { background-color: rgb(5,28,14); }
div.DivClassName
{
background-color: #051C0E;
}
.BgClassName
{
background-color: #051C0E;
}
</style>
border-color css
<style>
span { border-color: #051C0E; }
span { border-color: rgb(5,28,14); }
td.TdClassName
{
border-color: #051C0E;
}
.TagClassName
{
border-color: #051C0E;
}
</style>