Shades of Deep Fir #082F13
Tints of Deep Fir #082F13
RGB
CMYK
RGB Variations
Color information
#082F13 (or 0x082F13) is known color: Deep Fir. HEX triplet: 08, 2F and 13. RGB value is (8,47,19). Sum of RGB (Red+Green+Blue) = 8+47+19=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 47 (18.75% from 255 or 63.51% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 47 - color contains mainly: green. Hex color #082F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082F13 is #F7D0EC. Grayscale: #202020. Windows color (decimal): -16240877 or 1257224. OLE color: 1257224.
HSL color Cylindrical-coordinate representation of color #082F13: hue angle of 136.92º 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 #082F13 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 47 | 19 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.82 |
| HSL | 136.92º | 0.71% | 0.11% | - |
| HSV(B) | 136.92º | 0.83% | 0.18% | - |
| XYZ | 1.23 | 2.13 | 0.96 | - |
| YUV | 32.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 19 | 0.83 | 0 | 0.60 | 0.82 | 136.92 | 0.71 | 0.11 |
| Hex | 8 | 2F | 13 | 53 | 0 | 3C | 52 | 89 | 47 | B |
| Octal | 10 | 57 | 23 | 123 | 0 | 74 | 122 | 211 | 107 | 13 |
| Binary | 1000 | 101111 | 10011 | 1010011 | 0 | 111100 | 1010010 | 10001001 | 1000111 | 1011 |
Color Harmonies of #082F13
Complementary color
Monochromatic Colors of #082F13
Black with #082F13
Text Example
Text Example
White with #082F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F13; }
p { color: rgb(8,47,19); }
H1.HeaderClassName
{
color: #082F13;
}
.AnyTagClassName
{
color: #082F13;
}
</style>
background-color css
<style>
a { background-color: #082F13; }
a { background-color: rgb(8,47,19); }
div.DivClassName
{
background-color: #082F13;
}
.BgClassName
{
background-color: #082F13;
}
</style>
border-color css
<style>
span { border-color: #082F13; }
span { border-color: rgb(8,47,19); }
td.TdClassName
{
border-color: #082F13;
}
.TagClassName
{
border-color: #082F13;
}
</style>