Shades of Dark Green #05160F
Tints of Dark Green #05160F
RGB
CMYK
RGB Variations
Color information
#05160F (or 0x05160F) is known color: Dark Green. HEX triplet: 05, 16 and 0F. RGB value is (5,22,15). Sum of RGB (Red+Green+Blue) = 5+22+15=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 22 (8.98% from 255 or 52.38% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 22 - color contains mainly: green. Hex color #05160F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05160F is #FAE9F0. Grayscale: #101010. Windows color (decimal): -16443889 or 988677. OLE color: 988677.
HSL color Cylindrical-coordinate representation of color #05160F: hue angle of 155.29º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #05160F is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 22 | 15 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.91 |
| HSL | 155.29º | 0.63% | 0.05% | - |
| HSV(B) | 155.29º | 0.77% | 0.09% | - |
| XYZ | 0.44 | 0.64 | 0.55 | - |
| YUV | 16.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 15 | 0.77 | 0 | 0.32 | 0.91 | 155.29 | 0.63 | 0.05 |
| Hex | 5 | 16 | F | 4D | 0 | 20 | 5B | 9B | 3F | 5 |
| Octal | 5 | 26 | 17 | 115 | 0 | 40 | 133 | 233 | 77 | 5 |
| Binary | 101 | 10110 | 1111 | 1001101 | 0 | 100000 | 1011011 | 10011011 | 111111 | 101 |
Color Harmonies of #05160F
Complementary color
Monochromatic Colors of #05160F
Black with #05160F
Text Example
Text Example
White with #05160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05160F; }
p { color: rgb(5,22,15); }
H1.HeaderClassName
{
color: #05160F;
}
.AnyTagClassName
{
color: #05160F;
}
</style>
background-color css
<style>
a { background-color: #05160F; }
a { background-color: rgb(5,22,15); }
div.DivClassName
{
background-color: #05160F;
}
.BgClassName
{
background-color: #05160F;
}
</style>
border-color css
<style>
span { border-color: #05160F; }
span { border-color: rgb(5,22,15); }
td.TdClassName
{
border-color: #05160F;
}
.TagClassName
{
border-color: #05160F;
}
</style>