Shades of Dark Green #08160E
Tints of Dark Green #08160E
RGB
CMYK
RGB Variations
Color information
#08160E (or 0x08160E) is known color: Dark Green. HEX triplet: 08, 16 and 0E. RGB value is (8,22,14). Sum of RGB (Red+Green+Blue) = 8+22+14=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #08160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08160E is #F7E9F1. Grayscale: #101010. Windows color (decimal): -16247282 or 923144. OLE color: 923144.
HSL color Cylindrical-coordinate representation of color #08160E: hue angle of 145.71º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #08160E is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 22 | 14 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.91 |
| HSL | 145.71º | 0.47% | 0.06% | - |
| HSV(B) | 145.71º | 0.64% | 0.09% | - |
| XYZ | 0.47 | 0.66 | 0.52 | - |
| YUV | 16.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 14 | 0.64 | 0 | 0.36 | 0.91 | 145.71 | 0.47 | 0.06 |
| Hex | 8 | 16 | E | 40 | 0 | 24 | 5B | 92 | 2F | 6 |
| Octal | 10 | 26 | 16 | 100 | 0 | 44 | 133 | 222 | 57 | 6 |
| Binary | 1000 | 10110 | 1110 | 1000000 | 0 | 100100 | 1011011 | 10010010 | 101111 | 110 |
Color Harmonies of #08160E
Complementary color
Monochromatic Colors of #08160E
Black with #08160E
Text Example
Text Example
White with #08160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08160E; }
p { color: rgb(8,22,14); }
H1.HeaderClassName
{
color: #08160E;
}
.AnyTagClassName
{
color: #08160E;
}
</style>
background-color css
<style>
a { background-color: #08160E; }
a { background-color: rgb(8,22,14); }
div.DivClassName
{
background-color: #08160E;
}
.BgClassName
{
background-color: #08160E;
}
</style>
border-color css
<style>
span { border-color: #08160E; }
span { border-color: rgb(8,22,14); }
td.TdClassName
{
border-color: #08160E;
}
.TagClassName
{
border-color: #08160E;
}
</style>