Shades of Dark Green #051B19
Tints of Dark Green #051B19
RGB
CMYK
RGB Variations
Color information
#051B19 (or 0x051B19) is known color: Dark Green. HEX triplet: 05, 1B and 19. RGB value is (5,27,25). Sum of RGB (Red+Green+Blue) = 5+27+25=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 27 (10.94% from 255 or 47.37% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 27 - color contains mainly: green. Hex color #051B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B19 is #FAE4E6. Grayscale: #141414. Windows color (decimal): -16442599 or 1645317. OLE color: 1645317.
HSL color Cylindrical-coordinate representation of color #051B19: hue angle of 174.55º 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 #051B19 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 27 | 25 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.89 |
| HSL | 174.55º | 0.69% | 0.06% | - |
| HSV(B) | 174.55º | 0.81% | 0.11% | - |
| XYZ | 0.63 | 0.89 | 1.06 | - |
| YUV | 20.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 25 | 0.81 | 0 | 0.07 | 0.89 | 174.55 | 0.69 | 0.06 |
| Hex | 5 | 1B | 19 | 51 | 0 | 7 | 59 | AF | 45 | 6 |
| Octal | 5 | 33 | 31 | 121 | 0 | 7 | 131 | 257 | 105 | 6 |
| Binary | 101 | 11011 | 11001 | 1010001 | 0 | 111 | 1011001 | 10101111 | 1000101 | 110 |
Color Harmonies of #051B19
Complementary color
Monochromatic Colors of #051B19
Black with #051B19
Text Example
Text Example
White with #051B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B19; }
p { color: rgb(5,27,25); }
H1.HeaderClassName
{
color: #051B19;
}
.AnyTagClassName
{
color: #051B19;
}
</style>
background-color css
<style>
a { background-color: #051B19; }
a { background-color: rgb(5,27,25); }
div.DivClassName
{
background-color: #051B19;
}
.BgClassName
{
background-color: #051B19;
}
</style>
border-color css
<style>
span { border-color: #051B19; }
span { border-color: rgb(5,27,25); }
td.TdClassName
{
border-color: #051B19;
}
.TagClassName
{
border-color: #051B19;
}
</style>