Shades of Deep Fir #0E461F
Tints of Deep Fir #0E461F
RGB
CMYK
RGB Variations
Color information
#0E461F (or 0x0E461F) is known color: Deep Fir. HEX triplet: 0E, 46 and 1F. RGB value is (14,70,31). Sum of RGB (Red+Green+Blue) = 14+70+31=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #0E461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E461F is #F1B9E0. Grayscale: #303030. Windows color (decimal): -15841761 or 2049550. OLE color: 2049550.
HSL color Cylindrical-coordinate representation of color #0E461F: hue angle of 138.21º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E461F is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 70 | 31 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.73 |
| HSL | 138.21º | 0.67% | 0.16% | - |
| HSV(B) | 138.21º | 0.8% | 0.27% | - |
| XYZ | 2.62 | 4.57 | 2.04 | - |
| YUV | 48.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 70 | 31 | 0.80 | 0 | 0.56 | 0.73 | 138.21 | 0.67 | 0.16 |
| Hex | E | 46 | 1F | 50 | 0 | 38 | 49 | 8A | 43 | 10 |
| Octal | 16 | 106 | 37 | 120 | 0 | 70 | 111 | 212 | 103 | 20 |
| Binary | 1110 | 1000110 | 11111 | 1010000 | 0 | 111000 | 1001001 | 10001010 | 1000011 | 10000 |
Color Harmonies of #0E461F
Complementary color
Monochromatic Colors of #0E461F
Black with #0E461F
Text Example
Text Example
White with #0E461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E461F; }
p { color: rgb(14,70,31); }
H1.HeaderClassName
{
color: #0E461F;
}
.AnyTagClassName
{
color: #0E461F;
}
</style>
background-color css
<style>
a { background-color: #0E461F; }
a { background-color: rgb(14,70,31); }
div.DivClassName
{
background-color: #0E461F;
}
.BgClassName
{
background-color: #0E461F;
}
</style>
border-color css
<style>
span { border-color: #0E461F; }
span { border-color: rgb(14,70,31); }
td.TdClassName
{
border-color: #0E461F;
}
.TagClassName
{
border-color: #0E461F;
}
</style>