Shades of Dark Green #051B16
Tints of Dark Green #051B16
RGB
CMYK
RGB Variations
Color information
#051B16 (or 0x051B16) is known color: Dark Green. HEX triplet: 05, 1B and 16. RGB value is (5,27,22). Sum of RGB (Red+Green+Blue) = 5+27+22=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #051B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B16 is #FAE4E9. Grayscale: #131313. Windows color (decimal): -16442602 or 1448709. OLE color: 1448709.
HSL color Cylindrical-coordinate representation of color #051B16: hue angle of 166.36º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051B16 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 27 | 22 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.89 |
| HSL | 166.36º | 0.69% | 0.06% | - |
| HSV(B) | 166.36º | 0.81% | 0.11% | - |
| XYZ | 0.6 | 0.87 | 0.9 | - |
| YUV | 19.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 22 | 0.81 | 0 | 0.19 | 0.89 | 166.36 | 0.69 | 0.06 |
| Hex | 5 | 1B | 16 | 51 | 0 | 13 | 59 | A6 | 45 | 6 |
| Octal | 5 | 33 | 26 | 121 | 0 | 23 | 131 | 246 | 105 | 6 |
| Binary | 101 | 11011 | 10110 | 1010001 | 0 | 10011 | 1011001 | 10100110 | 1000101 | 110 |
Color Harmonies of #051B16
Complementary color
Monochromatic Colors of #051B16
Black with #051B16
Text Example
Text Example
White with #051B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B16; }
p { color: rgb(5,27,22); }
H1.HeaderClassName
{
color: #051B16;
}
.AnyTagClassName
{
color: #051B16;
}
</style>
background-color css
<style>
a { background-color: #051B16; }
a { background-color: rgb(5,27,22); }
div.DivClassName
{
background-color: #051B16;
}
.BgClassName
{
background-color: #051B16;
}
</style>
border-color css
<style>
span { border-color: #051B16; }
span { border-color: rgb(5,27,22); }
td.TdClassName
{
border-color: #051B16;
}
.TagClassName
{
border-color: #051B16;
}
</style>