Shades of Dark Green #080F0B
Tints of Dark Green #080F0B
RGB
CMYK
RGB Variations
Color information
#080F0B (or 0x080F0B) is known color: Dark Green. HEX triplet: 08, 0F and 0B. RGB value is (8,15,11). Sum of RGB (Red+Green+Blue) = 8+15+11=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 15 - color contains mainly: green. Hex color #080F0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F0B is #F7F0F4. Grayscale: #0C0C0C. Windows color (decimal): -16249077 or 724744. OLE color: 724744.
HSL color Cylindrical-coordinate representation of color #080F0B: hue angle of 145.71º 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 #080F0B is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.94.
Color convert
RGB | 8 | 15 | 11 | - |
CMYK | 0.47 | 0 | 0.27 | 0.94 |
HSL | 145.71º | 0.3% | 0.05% | - |
HSV(B) | 145.71º | 0.47% | 0.06% | - |
XYZ | 0.33 | 0.42 | 0.38 | - |
YUV | 12.45 | 127.18 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 15 | 11 | 0.47 | 0 | 0.27 | 0.94 | 145.71 | 0.3 | 0.05 |
Hex | 8 | F | B | 2F | 0 | 1B | 5E | 92 | 1E | 5 |
Octal | 10 | 17 | 13 | 57 | 0 | 33 | 136 | 222 | 36 | 5 |
Binary | 1000 | 1111 | 1011 | 101111 | 0 | 11011 | 1011110 | 10010010 | 11110 | 101 |
Color Harmonies of #080F0B
Complementary color
Monochromatic Colors of #080F0B
Black with #080F0B
Text Example
Text Example
White with #080F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F0B; }
p { color: rgb(8,15,11); }
H1.HeaderClassName
{
color: #080F0B;
}
.AnyTagClassName
{
color: #080F0B;
}
</style>
background-color css
<style>
a { background-color: #080F0B; }
a { background-color: rgb(8,15,11); }
div.DivClassName
{
background-color: #080F0B;
}
.BgClassName
{
background-color: #080F0B;
}
</style>
border-color css
<style>
span { border-color: #080F0B; }
span { border-color: rgb(8,15,11); }
td.TdClassName
{
border-color: #080F0B;
}
.TagClassName
{
border-color: #080F0B;
}
</style>