Shades of Deep Fir #082F14
Tints of Deep Fir #082F14
RGB
CMYK
RGB Variations
Color information
#082F14 (or 0x082F14) is known color: Deep Fir. HEX triplet: 08, 2F and 14. RGB value is (8,47,20). Sum of RGB (Red+Green+Blue) = 8+47+20=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 47 (18.75% from 255 or 62.67% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 47 - color contains mainly: green. Hex color #082F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082F14 is #F7D0EB. Grayscale: #202020. Windows color (decimal): -16240876 or 1322760. OLE color: 1322760.
HSL color Cylindrical-coordinate representation of color #082F14: hue angle of 138.46º 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 #082F14 is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 47 | 20 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.82 |
| HSL | 138.46º | 0.71% | 0.11% | - |
| HSV(B) | 138.46º | 0.83% | 0.18% | - |
| XYZ | 1.24 | 2.14 | 1.01 | - |
| YUV | 32.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 20 | 0.83 | 0 | 0.57 | 0.82 | 138.46 | 0.71 | 0.11 |
| Hex | 8 | 2F | 14 | 53 | 0 | 39 | 52 | 8A | 47 | B |
| Octal | 10 | 57 | 24 | 123 | 0 | 71 | 122 | 212 | 107 | 13 |
| Binary | 1000 | 101111 | 10100 | 1010011 | 0 | 111001 | 1010010 | 10001010 | 1000111 | 1011 |
Color Harmonies of #082F14
Complementary color
Monochromatic Colors of #082F14
Black with #082F14
Text Example
Text Example
White with #082F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F14; }
p { color: rgb(8,47,20); }
H1.HeaderClassName
{
color: #082F14;
}
.AnyTagClassName
{
color: #082F14;
}
</style>
background-color css
<style>
a { background-color: #082F14; }
a { background-color: rgb(8,47,20); }
div.DivClassName
{
background-color: #082F14;
}
.BgClassName
{
background-color: #082F14;
}
</style>
border-color css
<style>
span { border-color: #082F14; }
span { border-color: rgb(8,47,20); }
td.TdClassName
{
border-color: #082F14;
}
.TagClassName
{
border-color: #082F14;
}
</style>