Shades of Deep Fir #0A2711
Tints of Deep Fir #0A2711
RGB
CMYK
RGB Variations
Color information
#0A2711 (or 0x0A2711) is known color: Deep Fir. HEX triplet: 0A, 27 and 11. RGB value is (10,39,17). Sum of RGB (Red+Green+Blue) = 10+39+17=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #0A2711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2711 is #F5D8EE. Grayscale: #1B1B1B. Windows color (decimal): -16111855 or 1124106. OLE color: 1124106.
HSL color Cylindrical-coordinate representation of color #0A2711: hue angle of 134.48º 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 #0A2711 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 39 | 17 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.85 |
| HSL | 134.48º | 0.59% | 0.1% | - |
| HSV(B) | 134.48º | 0.74% | 0.15% | - |
| XYZ | 0.95 | 1.56 | 0.78 | - |
| YUV | 27.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 39 | 17 | 0.74 | 0 | 0.56 | 0.85 | 134.48 | 0.59 | 0.1 |
| Hex | A | 27 | 11 | 4A | 0 | 38 | 55 | 86 | 3B | A |
| Octal | 12 | 47 | 21 | 112 | 0 | 70 | 125 | 206 | 73 | 12 |
| Binary | 1010 | 100111 | 10001 | 1001010 | 0 | 111000 | 1010101 | 10000110 | 111011 | 1010 |
Color Harmonies of #0A2711
Complementary color
Monochromatic Colors of #0A2711
Black with #0A2711
Text Example
Text Example
White with #0A2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2711; }
p { color: rgb(10,39,17); }
H1.HeaderClassName
{
color: #0A2711;
}
.AnyTagClassName
{
color: #0A2711;
}
</style>
background-color css
<style>
a { background-color: #0A2711; }
a { background-color: rgb(10,39,17); }
div.DivClassName
{
background-color: #0A2711;
}
.BgClassName
{
background-color: #0A2711;
}
</style>
border-color css
<style>
span { border-color: #0A2711; }
span { border-color: rgb(10,39,17); }
td.TdClassName
{
border-color: #0A2711;
}
.TagClassName
{
border-color: #0A2711;
}
</style>