Shades of Deep Fir #0E4F1A
Tints of Deep Fir #0E4F1A
RGB
CMYK
RGB Variations
Color information
#0E4F1A (or 0x0E4F1A) is known color: Deep Fir. HEX triplet: 0E, 4F and 1A. RGB value is (14,79,26). Sum of RGB (Red+Green+Blue) = 14+79+26=119 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.76% from 119); Green value is 79 (31.25% from 255 or 66.39% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 79 - color contains mainly: green. Hex color #0E4F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4F1A is #F1B0E5. Grayscale: #353535. Windows color (decimal): -15839462 or 1724174. OLE color: 1724174.
HSL color Cylindrical-coordinate representation of color #0E4F1A: hue angle of 131.08º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4F1A is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 79 | 26 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.69 |
| HSL | 131.08º | 0.7% | 0.18% | - |
| HSV(B) | 131.08º | 0.82% | 0.31% | - |
| XYZ | 3.16 | 5.76 | 1.92 | - |
| YUV | 53.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 79 | 26 | 0.82 | 0 | 0.67 | 0.69 | 131.08 | 0.7 | 0.18 |
| Hex | E | 4F | 1A | 52 | 0 | 43 | 45 | 83 | 46 | 12 |
| Octal | 16 | 117 | 32 | 122 | 0 | 103 | 105 | 203 | 106 | 22 |
| Binary | 1110 | 1001111 | 11010 | 1010010 | 0 | 1000011 | 1000101 | 10000011 | 1000110 | 10010 |
Color Harmonies of #0E4F1A
Complementary color
Monochromatic Colors of #0E4F1A
Black with #0E4F1A
Text Example
Text Example
White with #0E4F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4F1A; }
p { color: rgb(14,79,26); }
H1.HeaderClassName
{
color: #0E4F1A;
}
.AnyTagClassName
{
color: #0E4F1A;
}
</style>
background-color css
<style>
a { background-color: #0E4F1A; }
a { background-color: rgb(14,79,26); }
div.DivClassName
{
background-color: #0E4F1A;
}
.BgClassName
{
background-color: #0E4F1A;
}
</style>
border-color css
<style>
span { border-color: #0E4F1A; }
span { border-color: rgb(14,79,26); }
td.TdClassName
{
border-color: #0E4F1A;
}
.TagClassName
{
border-color: #0E4F1A;
}
</style>