Shades of Deep Fir #082C12
Tints of Deep Fir #082C12
RGB
CMYK
RGB Variations
Color information
#082C12 (or 0x082C12) is known color: Deep Fir. HEX triplet: 08, 2C and 12. RGB value is (8,44,18). Sum of RGB (Red+Green+Blue) = 8+44+18=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 44 (17.58% from 255 or 62.86% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 44 - color contains mainly: green. Hex color #082C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082C12 is #F7D3ED. Grayscale: #1E1E1E. Windows color (decimal): -16241646 or 1190920. OLE color: 1190920.
HSL color Cylindrical-coordinate representation of color #082C12: hue angle of 136.67º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #082C12 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 44 | 18 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.83 |
| HSL | 136.67º | 0.69% | 0.1% | - |
| HSV(B) | 136.67º | 0.82% | 0.17% | - |
| XYZ | 1.11 | 1.9 | 0.88 | - |
| YUV | 30.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 18 | 0.82 | 0 | 0.59 | 0.83 | 136.67 | 0.69 | 0.1 |
| Hex | 8 | 2C | 12 | 52 | 0 | 3B | 53 | 89 | 45 | A |
| Octal | 10 | 54 | 22 | 122 | 0 | 73 | 123 | 211 | 105 | 12 |
| Binary | 1000 | 101100 | 10010 | 1010010 | 0 | 111011 | 1010011 | 10001001 | 1000101 | 1010 |
Color Harmonies of #082C12
Complementary color
Monochromatic Colors of #082C12
Black with #082C12
Text Example
Text Example
White with #082C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C12; }
p { color: rgb(8,44,18); }
H1.HeaderClassName
{
color: #082C12;
}
.AnyTagClassName
{
color: #082C12;
}
</style>
background-color css
<style>
a { background-color: #082C12; }
a { background-color: rgb(8,44,18); }
div.DivClassName
{
background-color: #082C12;
}
.BgClassName
{
background-color: #082C12;
}
</style>
border-color css
<style>
span { border-color: #082C12; }
span { border-color: rgb(8,44,18); }
td.TdClassName
{
border-color: #082C12;
}
.TagClassName
{
border-color: #082C12;
}
</style>