Shades of Dark Green #051A17
Tints of Dark Green #051A17
RGB
CMYK
RGB Variations
Color information
#051A17 (or 0x051A17) is known color: Dark Green. HEX triplet: 05, 1A and 17. RGB value is (5,26,23). Sum of RGB (Red+Green+Blue) = 5+26+23=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 26 (10.55% from 255 or 48.15% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 26 - color contains mainly: green. Hex color #051A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A17 is #FAE5E8. Grayscale: #131313. Windows color (decimal): -16442857 or 1513989. OLE color: 1513989.
HSL color Cylindrical-coordinate representation of color #051A17: hue angle of 171.43º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051A17 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
RGB | 5 | 26 | 23 | - |
CMYK | 0.81 | 0 | 0.12 | 0.90 |
HSL | 171.43º | 0.68% | 0.06% | - |
HSV(B) | 171.43º | 0.81% | 0.1% | - |
XYZ | 0.59 | 0.83 | 0.94 | - |
YUV | 19.38 | 130.04 | 117.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 26 | 23 | 0.81 | 0 | 0.12 | 0.90 | 171.43 | 0.68 | 0.06 |
Hex | 5 | 1A | 17 | 51 | 0 | C | 5A | AB | 44 | 6 |
Octal | 5 | 32 | 27 | 121 | 0 | 14 | 132 | 253 | 104 | 6 |
Binary | 101 | 11010 | 10111 | 1010001 | 0 | 1100 | 1011010 | 10101011 | 1000100 | 110 |
Color Harmonies of #051A17
Complementary color
Monochromatic Colors of #051A17
Black with #051A17
Text Example
Text Example
White with #051A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A17; }
p { color: rgb(5,26,23); }
H1.HeaderClassName
{
color: #051A17;
}
.AnyTagClassName
{
color: #051A17;
}
</style>
background-color css
<style>
a { background-color: #051A17; }
a { background-color: rgb(5,26,23); }
div.DivClassName
{
background-color: #051A17;
}
.BgClassName
{
background-color: #051A17;
}
</style>
border-color css
<style>
span { border-color: #051A17; }
span { border-color: rgb(5,26,23); }
td.TdClassName
{
border-color: #051A17;
}
.TagClassName
{
border-color: #051A17;
}
</style>