Shades of Dark Green #051B1B
Tints of Dark Green #051B1B
RGB
CMYK
RGB Variations
Color information
#051B1B (or 0x051B1B) is known color: Dark Green. HEX triplet: 05, 1B and 1B. RGB value is (5,27,27). Sum of RGB (Red+Green+Blue) = 5+27+27=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 27 (10.94% from 255 or 45.76% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 27 - color contains mainly: green, blue. Hex color #051B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B1B is #FAE4E4. Grayscale: #141414. Windows color (decimal): -16442597 or 1776389. OLE color: 1776389.
HSL color Cylindrical-coordinate representation of color #051B1B: hue angle of 180º 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 #051B1B is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 27 | 27 | - |
| CMYK | 0.81 | 0 | 0 | 0.89 |
| HSL | 180º | 0.69% | 0.06% | - |
| HSV(B) | 180º | 0.81% | 0.11% | - |
| XYZ | 0.65 | 0.9 | 1.18 | - |
| YUV | 20.42 | 131.71 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 27 | 0.81 | 0 | 0 | 0.89 | 180 | 0.69 | 0.06 |
| Hex | 5 | 1B | 1B | 51 | 0 | 0 | 59 | B4 | 45 | 6 |
| Octal | 5 | 33 | 33 | 121 | 0 | 0 | 131 | 264 | 105 | 6 |
| Binary | 101 | 11011 | 11011 | 1010001 | 0 | 0 | 1011001 | 10110100 | 1000101 | 110 |
Color Harmonies of #051B1B
Complementary color
Monochromatic Colors of #051B1B
Black with #051B1B
Text Example
Text Example
White with #051B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B1B; }
p { color: rgb(5,27,27); }
H1.HeaderClassName
{
color: #051B1B;
}
.AnyTagClassName
{
color: #051B1B;
}
</style>
background-color css
<style>
a { background-color: #051B1B; }
a { background-color: rgb(5,27,27); }
div.DivClassName
{
background-color: #051B1B;
}
.BgClassName
{
background-color: #051B1B;
}
</style>
border-color css
<style>
span { border-color: #051B1B; }
span { border-color: rgb(5,27,27); }
td.TdClassName
{
border-color: #051B1B;
}
.TagClassName
{
border-color: #051B1B;
}
</style>