Shades of Deep Fir #0A3110
Tints of Deep Fir #0A3110
RGB
CMYK
RGB Variations
Color information
#0A3110 (or 0x0A3110) is known color: Deep Fir. HEX triplet: 0A, 31 and 10. RGB value is (10,49,16). Sum of RGB (Red+Green+Blue) = 10+49+16=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 49 (19.53% from 255 or 65.33% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 49 - color contains mainly: green. Hex color #0A3110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3110 is #F5CEEF. Grayscale: #212121. Windows color (decimal): -16109296 or 1061130. OLE color: 1061130.
HSL color Cylindrical-coordinate representation of color #0A3110: hue angle of 129.23º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3110 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 49 | 16 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.81 |
| HSL | 129.23º | 0.66% | 0.12% | - |
| HSV(B) | 129.23º | 0.8% | 0.19% | - |
| XYZ | 1.32 | 2.3 | 0.86 | - |
| YUV | 33.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 16 | 0.80 | 0 | 0.67 | 0.81 | 129.23 | 0.66 | 0.12 |
| Hex | A | 31 | 10 | 50 | 0 | 43 | 51 | 81 | 42 | C |
| Octal | 12 | 61 | 20 | 120 | 0 | 103 | 121 | 201 | 102 | 14 |
| Binary | 1010 | 110001 | 10000 | 1010000 | 0 | 1000011 | 1010001 | 10000001 | 1000010 | 1100 |
Color Harmonies of #0A3110
Complementary color
Monochromatic Colors of #0A3110
Black with #0A3110
Text Example
Text Example
White with #0A3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3110; }
p { color: rgb(10,49,16); }
H1.HeaderClassName
{
color: #0A3110;
}
.AnyTagClassName
{
color: #0A3110;
}
</style>
background-color css
<style>
a { background-color: #0A3110; }
a { background-color: rgb(10,49,16); }
div.DivClassName
{
background-color: #0A3110;
}
.BgClassName
{
background-color: #0A3110;
}
</style>
border-color css
<style>
span { border-color: #0A3110; }
span { border-color: rgb(10,49,16); }
td.TdClassName
{
border-color: #0A3110;
}
.TagClassName
{
border-color: #0A3110;
}
</style>