Shades of Dark Green #05170F
Tints of Dark Green #05170F
RGB
CMYK
RGB Variations
Color information
#05170F (or 0x05170F) is known color: Dark Green. HEX triplet: 05, 17 and 0F. RGB value is (5,23,15). Sum of RGB (Red+Green+Blue) = 5+23+15=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 23 (9.38% from 255 or 53.49% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 23 - color contains mainly: green. Hex color #05170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05170F is #FAE8F0. Grayscale: #101010. Windows color (decimal): -16443633 or 988933. OLE color: 988933.
HSL color Cylindrical-coordinate representation of color #05170F: hue angle of 153.33º 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 #05170F is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 23 | 15 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.91 |
| HSL | 153.33º | 0.64% | 0.05% | - |
| HSV(B) | 153.33º | 0.78% | 0.09% | - |
| XYZ | 0.46 | 0.68 | 0.56 | - |
| YUV | 16.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 23 | 15 | 0.78 | 0 | 0.35 | 0.91 | 153.33 | 0.64 | 0.05 |
| Hex | 5 | 17 | F | 4E | 0 | 23 | 5B | 99 | 40 | 5 |
| Octal | 5 | 27 | 17 | 116 | 0 | 43 | 133 | 231 | 100 | 5 |
| Binary | 101 | 10111 | 1111 | 1001110 | 0 | 100011 | 1011011 | 10011001 | 1000000 | 101 |
Color Harmonies of #05170F
Complementary color
Monochromatic Colors of #05170F
Black with #05170F
Text Example
Text Example
White with #05170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05170F; }
p { color: rgb(5,23,15); }
H1.HeaderClassName
{
color: #05170F;
}
.AnyTagClassName
{
color: #05170F;
}
</style>
background-color css
<style>
a { background-color: #05170F; }
a { background-color: rgb(5,23,15); }
div.DivClassName
{
background-color: #05170F;
}
.BgClassName
{
background-color: #05170F;
}
</style>
border-color css
<style>
span { border-color: #05170F; }
span { border-color: rgb(5,23,15); }
td.TdClassName
{
border-color: #05170F;
}
.TagClassName
{
border-color: #05170F;
}
</style>