Shades of Deep Fir #082F0E
Tints of Deep Fir #082F0E
RGB
CMYK
RGB Variations
Color information
#082F0E (or 0x082F0E) is known color: Deep Fir. HEX triplet: 08, 2F and 0E. RGB value is (8,47,14). Sum of RGB (Red+Green+Blue) = 8+47+14=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 47 (18.75% from 255 or 68.12% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 47 - color contains mainly: green. Hex color #082F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082F0E is #F7D0F1. Grayscale: #1F1F1F. Windows color (decimal): -16240882 or 929544. OLE color: 929544.
HSL color Cylindrical-coordinate representation of color #082F0E: hue angle of 129.23º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #082F0E is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 47 | 14 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.82 |
| HSL | 129.23º | 0.71% | 0.11% | - |
| HSV(B) | 129.23º | 0.83% | 0.18% | - |
| XYZ | 1.2 | 2.12 | 0.76 | - |
| YUV | 31.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 14 | 0.83 | 0 | 0.70 | 0.82 | 129.23 | 0.71 | 0.11 |
| Hex | 8 | 2F | E | 53 | 0 | 46 | 52 | 81 | 47 | B |
| Octal | 10 | 57 | 16 | 123 | 0 | 106 | 122 | 201 | 107 | 13 |
| Binary | 1000 | 101111 | 1110 | 1010011 | 0 | 1000110 | 1010010 | 10000001 | 1000111 | 1011 |
Color Harmonies of #082F0E
Complementary color
Monochromatic Colors of #082F0E
Black with #082F0E
Text Example
Text Example
White with #082F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F0E; }
p { color: rgb(8,47,14); }
H1.HeaderClassName
{
color: #082F0E;
}
.AnyTagClassName
{
color: #082F0E;
}
</style>
background-color css
<style>
a { background-color: #082F0E; }
a { background-color: rgb(8,47,14); }
div.DivClassName
{
background-color: #082F0E;
}
.BgClassName
{
background-color: #082F0E;
}
</style>
border-color css
<style>
span { border-color: #082F0E; }
span { border-color: rgb(8,47,14); }
td.TdClassName
{
border-color: #082F0E;
}
.TagClassName
{
border-color: #082F0E;
}
</style>