Shades of Dark Green #051A11
Tints of Dark Green #051A11
RGB
CMYK
RGB Variations
Color information
#051A11 (or 0x051A11) is known color: Dark Green. HEX triplet: 05, 1A and 11. RGB value is (5,26,17). Sum of RGB (Red+Green+Blue) = 5+26+17=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #051A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A11 is #FAE5EE. Grayscale: #121212. Windows color (decimal): -16442863 or 1120773. OLE color: 1120773.
HSL color Cylindrical-coordinate representation of color #051A11: hue angle of 154.29º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051A11 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 26 | 17 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.90 |
| HSL | 154.29º | 0.68% | 0.06% | - |
| HSV(B) | 154.29º | 0.81% | 0.1% | - |
| XYZ | 0.53 | 0.81 | 0.66 | - |
| YUV | 18.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 17 | 0.81 | 0 | 0.35 | 0.90 | 154.29 | 0.68 | 0.06 |
| Hex | 5 | 1A | 11 | 51 | 0 | 23 | 5A | 9A | 44 | 6 |
| Octal | 5 | 32 | 21 | 121 | 0 | 43 | 132 | 232 | 104 | 6 |
| Binary | 101 | 11010 | 10001 | 1010001 | 0 | 100011 | 1011010 | 10011010 | 1000100 | 110 |
Color Harmonies of #051A11
Complementary color
Monochromatic Colors of #051A11
Black with #051A11
Text Example
Text Example
White with #051A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A11; }
p { color: rgb(5,26,17); }
H1.HeaderClassName
{
color: #051A11;
}
.AnyTagClassName
{
color: #051A11;
}
</style>
background-color css
<style>
a { background-color: #051A11; }
a { background-color: rgb(5,26,17); }
div.DivClassName
{
background-color: #051A11;
}
.BgClassName
{
background-color: #051A11;
}
</style>
border-color css
<style>
span { border-color: #051A11; }
span { border-color: rgb(5,26,17); }
td.TdClassName
{
border-color: #051A11;
}
.TagClassName
{
border-color: #051A11;
}
</style>