Shades of Deep Fir #082A0D
Tints of Deep Fir #082A0D
RGB
CMYK
RGB Variations
Color information
#082A0D (or 0x082A0D) is known color: Deep Fir. HEX triplet: 08, 2A and 0D. RGB value is (8,42,13). Sum of RGB (Red+Green+Blue) = 8+42+13=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 42 (16.80% from 255 or 66.67% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 42 - color contains mainly: green. Hex color #082A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082A0D is #F7D5F2. Grayscale: #1C1C1C. Windows color (decimal): -16242163 or 862728. OLE color: 862728.
HSL color Cylindrical-coordinate representation of color #082A0D: hue angle of 128.82º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #082A0D is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 42 | 13 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.84 |
| HSL | 128.82º | 0.68% | 0.1% | - |
| HSV(B) | 128.82º | 0.81% | 0.16% | - |
| XYZ | 1 | 1.74 | 0.66 | - |
| YUV | 28.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 13 | 0.81 | 0 | 0.69 | 0.84 | 128.82 | 0.68 | 0.1 |
| Hex | 8 | 2A | D | 51 | 0 | 45 | 54 | 81 | 44 | A |
| Octal | 10 | 52 | 15 | 121 | 0 | 105 | 124 | 201 | 104 | 12 |
| Binary | 1000 | 101010 | 1101 | 1010001 | 0 | 1000101 | 1010100 | 10000001 | 1000100 | 1010 |
Color Harmonies of #082A0D
Complementary color
Monochromatic Colors of #082A0D
Black with #082A0D
Text Example
Text Example
White with #082A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A0D; }
p { color: rgb(8,42,13); }
H1.HeaderClassName
{
color: #082A0D;
}
.AnyTagClassName
{
color: #082A0D;
}
</style>
background-color css
<style>
a { background-color: #082A0D; }
a { background-color: rgb(8,42,13); }
div.DivClassName
{
background-color: #082A0D;
}
.BgClassName
{
background-color: #082A0D;
}
</style>
border-color css
<style>
span { border-color: #082A0D; }
span { border-color: rgb(8,42,13); }
td.TdClassName
{
border-color: #082A0D;
}
.TagClassName
{
border-color: #082A0D;
}
</style>