Shades of Deep Fir #0A2712
Tints of Deep Fir #0A2712
RGB
CMYK
RGB Variations
Color information
#0A2712 (or 0x0A2712) is known color: Deep Fir. HEX triplet: 0A, 27 and 12. RGB value is (10,39,18). Sum of RGB (Red+Green+Blue) = 10+39+18=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #0A2712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2712 is #F5D8ED. Grayscale: #1B1B1B. Windows color (decimal): -16111854 or 1189642. OLE color: 1189642.
HSL color Cylindrical-coordinate representation of color #0A2712: hue angle of 136.55º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2712 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 39 | 18 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.85 |
| HSL | 136.55º | 0.59% | 0.1% | - |
| HSV(B) | 136.55º | 0.74% | 0.15% | - |
| XYZ | 0.96 | 1.56 | 0.82 | - |
| YUV | 27.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 18 | 0.74 | 0 | 0.54 | 0.85 | 136.55 | 0.59 | 0.1 |
| Hex | A | 27 | 12 | 4A | 0 | 36 | 55 | 89 | 3B | A |
| Octal | 12 | 47 | 22 | 112 | 0 | 66 | 125 | 211 | 73 | 12 |
| Binary | 1010 | 100111 | 10010 | 1001010 | 0 | 110110 | 1010101 | 10001001 | 111011 | 1010 |
Color Harmonies of #0A2712
Complementary color
Monochromatic Colors of #0A2712
Black with #0A2712
Text Example
Text Example
White with #0A2712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2712; }
p { color: rgb(10,39,18); }
H1.HeaderClassName
{
color: #0A2712;
}
.AnyTagClassName
{
color: #0A2712;
}
</style>
background-color css
<style>
a { background-color: #0A2712; }
a { background-color: rgb(10,39,18); }
div.DivClassName
{
background-color: #0A2712;
}
.BgClassName
{
background-color: #0A2712;
}
</style>
border-color css
<style>
span { border-color: #0A2712; }
span { border-color: rgb(10,39,18); }
td.TdClassName
{
border-color: #0A2712;
}
.TagClassName
{
border-color: #0A2712;
}
</style>