Shades of Dark Green #051B0D
Tints of Dark Green #051B0D
RGB
CMYK
RGB Variations
Color information
#051B0D (or 0x051B0D) is known color: Dark Green. HEX triplet: 05, 1B and 0D. RGB value is (5,27,13). Sum of RGB (Red+Green+Blue) = 5+27+13=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 27 (10.94% from 255 or 60% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 27 - color contains mainly: green. Hex color #051B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B0D is #FAE4F2. Grayscale: #121212. Windows color (decimal): -16442611 or 858885. OLE color: 858885.
HSL color Cylindrical-coordinate representation of color #051B0D: hue angle of 141.82º 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 #051B0D is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 27 | 13 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.89 |
| HSL | 141.82º | 0.69% | 0.06% | - |
| HSV(B) | 141.82º | 0.81% | 0.11% | - |
| XYZ | 0.53 | 0.85 | 0.52 | - |
| YUV | 18.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 13 | 0.81 | 0 | 0.52 | 0.89 | 141.82 | 0.69 | 0.06 |
| Hex | 5 | 1B | D | 51 | 0 | 34 | 59 | 8E | 45 | 6 |
| Octal | 5 | 33 | 15 | 121 | 0 | 64 | 131 | 216 | 105 | 6 |
| Binary | 101 | 11011 | 1101 | 1010001 | 0 | 110100 | 1011001 | 10001110 | 1000101 | 110 |
Color Harmonies of #051B0D
Complementary color
Monochromatic Colors of #051B0D
Black with #051B0D
Text Example
Text Example
White with #051B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B0D; }
p { color: rgb(5,27,13); }
H1.HeaderClassName
{
color: #051B0D;
}
.AnyTagClassName
{
color: #051B0D;
}
</style>
background-color css
<style>
a { background-color: #051B0D; }
a { background-color: rgb(5,27,13); }
div.DivClassName
{
background-color: #051B0D;
}
.BgClassName
{
background-color: #051B0D;
}
</style>
border-color css
<style>
span { border-color: #051B0D; }
span { border-color: rgb(5,27,13); }
td.TdClassName
{
border-color: #051B0D;
}
.TagClassName
{
border-color: #051B0D;
}
</style>