Shades of Dark Green #051B0B
Tints of Dark Green #051B0B
RGB
CMYK
RGB Variations
Color information
#051B0B (or 0x051B0B) is known color: Dark Green. HEX triplet: 05, 1B and 0B. RGB value is (5,27,11). Sum of RGB (Red+Green+Blue) = 5+27+11=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 27 (10.94% from 255 or 62.79% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 27 - color contains mainly: green. Hex color #051B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B0B is #FAE4F4. Grayscale: #121212. Windows color (decimal): -16442613 or 727813. OLE color: 727813.
HSL color Cylindrical-coordinate representation of color #051B0B: hue angle of 136.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 #051B0B is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 27 | 11 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.89 |
| HSL | 136.36º | 0.69% | 0.06% | - |
| HSV(B) | 136.36º | 0.81% | 0.11% | - |
| XYZ | 0.51 | 0.84 | 0.45 | - |
| YUV | 18.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 11 | 0.81 | 0 | 0.59 | 0.89 | 136.36 | 0.69 | 0.06 |
| Hex | 5 | 1B | B | 51 | 0 | 3B | 59 | 88 | 45 | 6 |
| Octal | 5 | 33 | 13 | 121 | 0 | 73 | 131 | 210 | 105 | 6 |
| Binary | 101 | 11011 | 1011 | 1010001 | 0 | 111011 | 1011001 | 10001000 | 1000101 | 110 |
Color Harmonies of #051B0B
Complementary color
Monochromatic Colors of #051B0B
Black with #051B0B
Text Example
Text Example
White with #051B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B0B; }
p { color: rgb(5,27,11); }
H1.HeaderClassName
{
color: #051B0B;
}
.AnyTagClassName
{
color: #051B0B;
}
</style>
background-color css
<style>
a { background-color: #051B0B; }
a { background-color: rgb(5,27,11); }
div.DivClassName
{
background-color: #051B0B;
}
.BgClassName
{
background-color: #051B0B;
}
</style>
border-color css
<style>
span { border-color: #051B0B; }
span { border-color: rgb(5,27,11); }
td.TdClassName
{
border-color: #051B0B;
}
.TagClassName
{
border-color: #051B0B;
}
</style>