Shades of Dark Green #080F0F
Tints of Dark Green #080F0F
RGB
CMYK
RGB Variations
Color information
#080F0F (or 0x080F0F) is known color: Dark Green. HEX triplet: 08, 0F and 0F. RGB value is (8,15,15). Sum of RGB (Red+Green+Blue) = 8+15+15=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 15 - color contains mainly: green, blue. Hex color #080F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F0F is #F7F0F0. Grayscale: #0C0C0C. Windows color (decimal): -16249073 or 986888. OLE color: 986888.
HSL color Cylindrical-coordinate representation of color #080F0F: hue angle of 180º 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 #080F0F is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 8 | 15 | 15 | - |
| CMYK | 0.47 | 0 | 0 | 0.94 |
| HSL | 180º | 0.3% | 0.05% | - |
| HSV(B) | 180º | 0.47% | 0.06% | - |
| XYZ | 0.36 | 0.43 | 0.52 | - |
| YUV | 12.91 | 129.18 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 15 | 0.47 | 0 | 0 | 0.94 | 180 | 0.3 | 0.05 |
| Hex | 8 | F | F | 2F | 0 | 0 | 5E | B4 | 1E | 5 |
| Octal | 10 | 17 | 17 | 57 | 0 | 0 | 136 | 264 | 36 | 5 |
| Binary | 1000 | 1111 | 1111 | 101111 | 0 | 0 | 1011110 | 10110100 | 11110 | 101 |
Color Harmonies of #080F0F
Complementary color
Monochromatic Colors of #080F0F
Black with #080F0F
Text Example
Text Example
White with #080F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F0F; }
p { color: rgb(8,15,15); }
H1.HeaderClassName
{
color: #080F0F;
}
.AnyTagClassName
{
color: #080F0F;
}
</style>
background-color css
<style>
a { background-color: #080F0F; }
a { background-color: rgb(8,15,15); }
div.DivClassName
{
background-color: #080F0F;
}
.BgClassName
{
background-color: #080F0F;
}
</style>
border-color css
<style>
span { border-color: #080F0F; }
span { border-color: rgb(8,15,15); }
td.TdClassName
{
border-color: #080F0F;
}
.TagClassName
{
border-color: #080F0F;
}
</style>