Shades of Dark Green #051B11
Tints of Dark Green #051B11
RGB
CMYK
RGB Variations
Color information
#051B11 (or 0x051B11) is known color: Dark Green. HEX triplet: 05, 1B and 11. RGB value is (5,27,17). Sum of RGB (Red+Green+Blue) = 5+27+17=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 27 (10.94% from 255 or 55.10% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 27 - color contains mainly: green. Hex color #051B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B11 is #FAE4EE. Grayscale: #131313. Windows color (decimal): -16442607 or 1121029. OLE color: 1121029.
HSL color Cylindrical-coordinate representation of color #051B11: hue angle of 152.73º 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 #051B11 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 27 | 17 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.89 |
| HSL | 152.73º | 0.69% | 0.06% | - |
| HSV(B) | 152.73º | 0.81% | 0.11% | - |
| XYZ | 0.56 | 0.86 | 0.67 | - |
| YUV | 19.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 17 | 0.81 | 0 | 0.37 | 0.89 | 152.73 | 0.69 | 0.06 |
| Hex | 5 | 1B | 11 | 51 | 0 | 25 | 59 | 99 | 45 | 6 |
| Octal | 5 | 33 | 21 | 121 | 0 | 45 | 131 | 231 | 105 | 6 |
| Binary | 101 | 11011 | 10001 | 1010001 | 0 | 100101 | 1011001 | 10011001 | 1000101 | 110 |
Color Harmonies of #051B11
Complementary color
Monochromatic Colors of #051B11
Black with #051B11
Text Example
Text Example
White with #051B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B11; }
p { color: rgb(5,27,17); }
H1.HeaderClassName
{
color: #051B11;
}
.AnyTagClassName
{
color: #051B11;
}
</style>
background-color css
<style>
a { background-color: #051B11; }
a { background-color: rgb(5,27,17); }
div.DivClassName
{
background-color: #051B11;
}
.BgClassName
{
background-color: #051B11;
}
</style>
border-color css
<style>
span { border-color: #051B11; }
span { border-color: rgb(5,27,17); }
td.TdClassName
{
border-color: #051B11;
}
.TagClassName
{
border-color: #051B11;
}
</style>