Shades of Dark Green #051A10
Tints of Dark Green #051A10
RGB
CMYK
RGB Variations
Color information
#051A10 (or 0x051A10) is known color: Dark Green. HEX triplet: 05, 1A and 10. RGB value is (5,26,16). Sum of RGB (Red+Green+Blue) = 5+26+16=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #051A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A10 is #FAE5EF. Grayscale: #121212. Windows color (decimal): -16442864 or 1055237. OLE color: 1055237.
HSL color Cylindrical-coordinate representation of color #051A10: hue angle of 151.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 #051A10 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 5 | 26 | 16 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.90 |
| HSL | 151.43º | 0.68% | 0.06% | - |
| HSV(B) | 151.43º | 0.81% | 0.1% | - |
| XYZ | 0.53 | 0.81 | 0.62 | - |
| YUV | 18.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 26 | 16 | 0.81 | 0 | 0.38 | 0.90 | 151.43 | 0.68 | 0.06 |
| Hex | 5 | 1A | 10 | 51 | 0 | 26 | 5A | 97 | 44 | 6 |
| Octal | 5 | 32 | 20 | 121 | 0 | 46 | 132 | 227 | 104 | 6 |
| Binary | 101 | 11010 | 10000 | 1010001 | 0 | 100110 | 1011010 | 10010111 | 1000100 | 110 |
Color Harmonies of #051A10
Complementary color
Monochromatic Colors of #051A10
Black with #051A10
Text Example
Text Example
White with #051A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051A10; }
p { color: rgb(5,26,16); }
H1.HeaderClassName
{
color: #051A10;
}
.AnyTagClassName
{
color: #051A10;
}
</style>
background-color css
<style>
a { background-color: #051A10; }
a { background-color: rgb(5,26,16); }
div.DivClassName
{
background-color: #051A10;
}
.BgClassName
{
background-color: #051A10;
}
</style>
border-color css
<style>
span { border-color: #051A10; }
span { border-color: rgb(5,26,16); }
td.TdClassName
{
border-color: #051A10;
}
.TagClassName
{
border-color: #051A10;
}
</style>