Shades of Deep Fir #0A461C
Tints of Deep Fir #0A461C
RGB
CMYK
RGB Variations
Color information
#0A461C (or 0x0A461C) is known color: Deep Fir. HEX triplet: 0A, 46 and 1C. RGB value is (10,70,28). Sum of RGB (Red+Green+Blue) = 10+70+28=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 70 (27.73% from 255 or 64.81% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 70 - color contains mainly: green. Hex color #0A461C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A461C is #F5B9E3. Grayscale: #2F2F2F. Windows color (decimal): -16103908 or 1852938. OLE color: 1852938.
HSL color Cylindrical-coordinate representation of color #0A461C: hue angle of 138º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A461C is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 70 | 28 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.73 |
| HSL | 138º | 0.75% | 0.16% | - |
| HSV(B) | 138º | 0.86% | 0.27% | - |
| XYZ | 2.52 | 4.53 | 1.84 | - |
| YUV | 47.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 70 | 28 | 0.86 | 0 | 0.60 | 0.73 | 138 | 0.75 | 0.16 |
| Hex | A | 46 | 1C | 56 | 0 | 3C | 49 | 8A | 4B | 10 |
| Octal | 12 | 106 | 34 | 126 | 0 | 74 | 111 | 212 | 113 | 20 |
| Binary | 1010 | 1000110 | 11100 | 1010110 | 0 | 111100 | 1001001 | 10001010 | 1001011 | 10000 |
Color Harmonies of #0A461C
Complementary color
Monochromatic Colors of #0A461C
Black with #0A461C
Text Example
Text Example
White with #0A461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A461C; }
p { color: rgb(10,70,28); }
H1.HeaderClassName
{
color: #0A461C;
}
.AnyTagClassName
{
color: #0A461C;
}
</style>
background-color css
<style>
a { background-color: #0A461C; }
a { background-color: rgb(10,70,28); }
div.DivClassName
{
background-color: #0A461C;
}
.BgClassName
{
background-color: #0A461C;
}
</style>
border-color css
<style>
span { border-color: #0A461C; }
span { border-color: rgb(10,70,28); }
td.TdClassName
{
border-color: #0A461C;
}
.TagClassName
{
border-color: #0A461C;
}
</style>