Shades of Dark Green #080F0D
Tints of Dark Green #080F0D
RGB
CMYK
RGB Variations
Color information
#080F0D (or 0x080F0D) is known color: Dark Green. HEX triplet: 08, 0F and 0D. RGB value is (8,15,13). Sum of RGB (Red+Green+Blue) = 8+15+13=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 15 - color contains mainly: green. Hex color #080F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F0D is #F7F0F2. Grayscale: #0C0C0C. Windows color (decimal): -16249075 or 855816. OLE color: 855816.
HSL color Cylindrical-coordinate representation of color #080F0D: hue angle of 162.86º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #080F0D is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 8 | 15 | 13 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.94 |
| HSL | 162.86º | 0.3% | 0.05% | - |
| HSV(B) | 162.86º | 0.47% | 0.06% | - |
| XYZ | 0.34 | 0.42 | 0.44 | - |
| YUV | 12.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 13 | 0.47 | 0 | 0.13 | 0.94 | 162.86 | 0.3 | 0.05 |
| Hex | 8 | F | D | 2F | 0 | D | 5E | A3 | 1E | 5 |
| Octal | 10 | 17 | 15 | 57 | 0 | 15 | 136 | 243 | 36 | 5 |
| Binary | 1000 | 1111 | 1101 | 101111 | 0 | 1101 | 1011110 | 10100011 | 11110 | 101 |
Color Harmonies of #080F0D
Complementary color
Monochromatic Colors of #080F0D
Black with #080F0D
Text Example
Text Example
White with #080F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F0D; }
p { color: rgb(8,15,13); }
H1.HeaderClassName
{
color: #080F0D;
}
.AnyTagClassName
{
color: #080F0D;
}
</style>
background-color css
<style>
a { background-color: #080F0D; }
a { background-color: rgb(8,15,13); }
div.DivClassName
{
background-color: #080F0D;
}
.BgClassName
{
background-color: #080F0D;
}
</style>
border-color css
<style>
span { border-color: #080F0D; }
span { border-color: rgb(8,15,13); }
td.TdClassName
{
border-color: #080F0D;
}
.TagClassName
{
border-color: #080F0D;
}
</style>