Shades of Deep Fir #082A0F
Tints of Deep Fir #082A0F
RGB
CMYK
RGB Variations
Color information
#082A0F (or 0x082A0F) is known color: Deep Fir. HEX triplet: 08, 2A and 0F. RGB value is (8,42,15). Sum of RGB (Red+Green+Blue) = 8+42+15=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 42 (16.80% from 255 or 64.62% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 42 - color contains mainly: green. Hex color #082A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082A0F is #F7D5F0. Grayscale: #1C1C1C. Windows color (decimal): -16242161 or 993800. OLE color: 993800.
HSL color Cylindrical-coordinate representation of color #082A0F: hue angle of 132.35º 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 #082A0F is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 42 | 15 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.84 |
| HSL | 132.35º | 0.68% | 0.1% | - |
| HSV(B) | 132.35º | 0.81% | 0.16% | - |
| XYZ | 1.01 | 1.74 | 0.73 | - |
| YUV | 28.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 15 | 0.81 | 0 | 0.64 | 0.84 | 132.35 | 0.68 | 0.1 |
| Hex | 8 | 2A | F | 51 | 0 | 40 | 54 | 84 | 44 | A |
| Octal | 10 | 52 | 17 | 121 | 0 | 100 | 124 | 204 | 104 | 12 |
| Binary | 1000 | 101010 | 1111 | 1010001 | 0 | 1000000 | 1010100 | 10000100 | 1000100 | 1010 |
Color Harmonies of #082A0F
Complementary color
Monochromatic Colors of #082A0F
Black with #082A0F
Text Example
Text Example
White with #082A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A0F; }
p { color: rgb(8,42,15); }
H1.HeaderClassName
{
color: #082A0F;
}
.AnyTagClassName
{
color: #082A0F;
}
</style>
background-color css
<style>
a { background-color: #082A0F; }
a { background-color: rgb(8,42,15); }
div.DivClassName
{
background-color: #082A0F;
}
.BgClassName
{
background-color: #082A0F;
}
</style>
border-color css
<style>
span { border-color: #082A0F; }
span { border-color: rgb(8,42,15); }
td.TdClassName
{
border-color: #082A0F;
}
.TagClassName
{
border-color: #082A0F;
}
</style>