Shades of Dark Green #051D1B
Tints of Dark Green #051D1B
RGB
CMYK
RGB Variations
Color information
#051D1B (or 0x051D1B) is known color: Dark Green. HEX triplet: 05, 1D and 1B. RGB value is (5,29,27). Sum of RGB (Red+Green+Blue) = 5+29+27=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 29 - color contains mainly: green. Hex color #051D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D1B is #FAE2E4. Grayscale: #151515. Windows color (decimal): -16442085 or 1776901. OLE color: 1776901.
HSL color Cylindrical-coordinate representation of color #051D1B: hue angle of 175º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #051D1B is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 29 | 27 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.89 |
| HSL | 175º | 0.71% | 0.07% | - |
| HSV(B) | 175º | 0.83% | 0.11% | - |
| XYZ | 0.7 | 0.99 | 1.19 | - |
| YUV | 21.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 27 | 0.83 | 0 | 0.07 | 0.89 | 175 | 0.71 | 0.07 |
| Hex | 5 | 1D | 1B | 53 | 0 | 7 | 59 | AF | 47 | 7 |
| Octal | 5 | 35 | 33 | 123 | 0 | 7 | 131 | 257 | 107 | 7 |
| Binary | 101 | 11101 | 11011 | 1010011 | 0 | 111 | 1011001 | 10101111 | 1000111 | 111 |
Color Harmonies of #051D1B
Complementary color
Monochromatic Colors of #051D1B
Black with #051D1B
Text Example
Text Example
White with #051D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D1B; }
p { color: rgb(5,29,27); }
H1.HeaderClassName
{
color: #051D1B;
}
.AnyTagClassName
{
color: #051D1B;
}
</style>
background-color css
<style>
a { background-color: #051D1B; }
a { background-color: rgb(5,29,27); }
div.DivClassName
{
background-color: #051D1B;
}
.BgClassName
{
background-color: #051D1B;
}
</style>
border-color css
<style>
span { border-color: #051D1B; }
span { border-color: rgb(5,29,27); }
td.TdClassName
{
border-color: #051D1B;
}
.TagClassName
{
border-color: #051D1B;
}
</style>