Shades of Deep Fir #0A4A1E
Tints of Deep Fir #0A4A1E
RGB
CMYK
RGB Variations
Color information
#0A4A1E (or 0x0A4A1E) is known color: Deep Fir. HEX triplet: 0A, 4A and 1E. RGB value is (10,74,30). Sum of RGB (Red+Green+Blue) = 10+74+30=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 74 (29.30% from 255 or 64.91% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 74 - color contains mainly: green. Hex color #0A4A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4A1E is #F5B5E1. Grayscale: #313131. Windows color (decimal): -16102882 or 1985034. OLE color: 1985034.
HSL color Cylindrical-coordinate representation of color #0A4A1E: hue angle of 138.75º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4A1E is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 74 | 30 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.71 |
| HSL | 138.75º | 0.76% | 0.16% | - |
| HSV(B) | 138.75º | 0.86% | 0.29% | - |
| XYZ | 2.81 | 5.06 | 2.06 | - |
| YUV | 49.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 74 | 30 | 0.86 | 0 | 0.59 | 0.71 | 138.75 | 0.76 | 0.16 |
| Hex | A | 4A | 1E | 56 | 0 | 3B | 47 | 8B | 4C | 10 |
| Octal | 12 | 112 | 36 | 126 | 0 | 73 | 107 | 213 | 114 | 20 |
| Binary | 1010 | 1001010 | 11110 | 1010110 | 0 | 111011 | 1000111 | 10001011 | 1001100 | 10000 |
Color Harmonies of #0A4A1E
Complementary color
Monochromatic Colors of #0A4A1E
Black with #0A4A1E
Text Example
Text Example
White with #0A4A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4A1E; }
p { color: rgb(10,74,30); }
H1.HeaderClassName
{
color: #0A4A1E;
}
.AnyTagClassName
{
color: #0A4A1E;
}
</style>
background-color css
<style>
a { background-color: #0A4A1E; }
a { background-color: rgb(10,74,30); }
div.DivClassName
{
background-color: #0A4A1E;
}
.BgClassName
{
background-color: #0A4A1E;
}
</style>
border-color css
<style>
span { border-color: #0A4A1E; }
span { border-color: rgb(10,74,30); }
td.TdClassName
{
border-color: #0A4A1E;
}
.TagClassName
{
border-color: #0A4A1E;
}
</style>