Shades of Dark Green #051C11
Tints of Dark Green #051C11
RGB
CMYK
RGB Variations
Color information
#051C11 (or 0x051C11) is known color: Dark Green. HEX triplet: 05, 1C and 11. RGB value is (5,28,17). Sum of RGB (Red+Green+Blue) = 5+28+17=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #051C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C11 is #FAE3EE. Grayscale: #131313. Windows color (decimal): -16442351 or 1121285. OLE color: 1121285.
HSL color Cylindrical-coordinate representation of color #051C11: hue angle of 151.3º 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 #051C11 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 17 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.89 |
| HSL | 151.3º | 0.7% | 0.06% | - |
| HSV(B) | 151.3º | 0.82% | 0.11% | - |
| XYZ | 0.58 | 0.9 | 0.67 | - |
| YUV | 19.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 17 | 0.82 | 0 | 0.39 | 0.89 | 151.3 | 0.7 | 0.06 |
| Hex | 5 | 1C | 11 | 52 | 0 | 27 | 59 | 97 | 46 | 6 |
| Octal | 5 | 34 | 21 | 122 | 0 | 47 | 131 | 227 | 106 | 6 |
| Binary | 101 | 11100 | 10001 | 1010010 | 0 | 100111 | 1011001 | 10010111 | 1000110 | 110 |
Color Harmonies of #051C11
Complementary color
Monochromatic Colors of #051C11
Black with #051C11
Text Example
Text Example
White with #051C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C11; }
p { color: rgb(5,28,17); }
H1.HeaderClassName
{
color: #051C11;
}
.AnyTagClassName
{
color: #051C11;
}
</style>
background-color css
<style>
a { background-color: #051C11; }
a { background-color: rgb(5,28,17); }
div.DivClassName
{
background-color: #051C11;
}
.BgClassName
{
background-color: #051C11;
}
</style>
border-color css
<style>
span { border-color: #051C11; }
span { border-color: rgb(5,28,17); }
td.TdClassName
{
border-color: #051C11;
}
.TagClassName
{
border-color: #051C11;
}
</style>