Shades of Dark Green #080D0A
Tints of Dark Green #080D0A
RGB
CMYK
RGB Variations
Color information
#080D0A (or 0x080D0A) is known color: Dark Green. HEX triplet: 08, 0D and 0A. RGB value is (8,13,10). Sum of RGB (Red+Green+Blue) = 8+13+10=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 13 (5.47% from 255 or 41.94% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 13 - color contains mainly: green. Hex color #080D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D0A is #F7F2F5. Grayscale: #0B0B0B. Windows color (decimal): -16249590 or 658696. OLE color: 658696.
HSL color Cylindrical-coordinate representation of color #080D0A: hue angle of 144º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #080D0A is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 8 | 13 | 10 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.95 |
| HSL | 144º | 0.24% | 0.04% | - |
| HSV(B) | 144º | 0.38% | 0.05% | - |
| XYZ | 0.3 | 0.36 | 0.34 | - |
| YUV | 11.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 10 | 0.38 | 0 | 0.23 | 0.95 | 144 | 0.24 | 0.04 |
| Hex | 8 | D | A | 26 | 0 | 17 | 5F | 90 | 18 | 4 |
| Octal | 10 | 15 | 12 | 46 | 0 | 27 | 137 | 220 | 30 | 4 |
| Binary | 1000 | 1101 | 1010 | 100110 | 0 | 10111 | 1011111 | 10010000 | 11000 | 100 |
Color Harmonies of #080D0A
Complementary color
Monochromatic Colors of #080D0A
Black with #080D0A
Text Example
Text Example
White with #080D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D0A; }
p { color: rgb(8,13,10); }
H1.HeaderClassName
{
color: #080D0A;
}
.AnyTagClassName
{
color: #080D0A;
}
</style>
background-color css
<style>
a { background-color: #080D0A; }
a { background-color: rgb(8,13,10); }
div.DivClassName
{
background-color: #080D0A;
}
.BgClassName
{
background-color: #080D0A;
}
</style>
border-color css
<style>
span { border-color: #080D0A; }
span { border-color: rgb(8,13,10); }
td.TdClassName
{
border-color: #080D0A;
}
.TagClassName
{
border-color: #080D0A;
}
</style>