Shades of Dark Green #05170E
Tints of Dark Green #05170E
RGB
CMYK
RGB Variations
Color information
#05170E (or 0x05170E) is known color: Dark Green. HEX triplet: 05, 17 and 0E. RGB value is (5,23,14). Sum of RGB (Red+Green+Blue) = 5+23+14=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #05170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05170E is #FAE8F1. Grayscale: #101010. Windows color (decimal): -16443634 or 923397. OLE color: 923397.
HSL color Cylindrical-coordinate representation of color #05170E: hue angle of 150º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #05170E is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 23 | 14 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.91 |
| HSL | 150º | 0.64% | 0.05% | - |
| HSV(B) | 150º | 0.78% | 0.09% | - |
| XYZ | 0.45 | 0.68 | 0.52 | - |
| YUV | 16.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 14 | 0.78 | 0 | 0.39 | 0.91 | 150 | 0.64 | 0.05 |
| Hex | 5 | 17 | E | 4E | 0 | 27 | 5B | 96 | 40 | 5 |
| Octal | 5 | 27 | 16 | 116 | 0 | 47 | 133 | 226 | 100 | 5 |
| Binary | 101 | 10111 | 1110 | 1001110 | 0 | 100111 | 1011011 | 10010110 | 1000000 | 101 |
Color Harmonies of #05170E
Complementary color
Monochromatic Colors of #05170E
Black with #05170E
Text Example
Text Example
White with #05170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05170E; }
p { color: rgb(5,23,14); }
H1.HeaderClassName
{
color: #05170E;
}
.AnyTagClassName
{
color: #05170E;
}
</style>
background-color css
<style>
a { background-color: #05170E; }
a { background-color: rgb(5,23,14); }
div.DivClassName
{
background-color: #05170E;
}
.BgClassName
{
background-color: #05170E;
}
</style>
border-color css
<style>
span { border-color: #05170E; }
span { border-color: rgb(5,23,14); }
td.TdClassName
{
border-color: #05170E;
}
.TagClassName
{
border-color: #05170E;
}
</style>