Shades of Deep Fir #104B1E
Tints of Deep Fir #104B1E
RGB
CMYK
RGB Variations
Color information
#104B1E (or 0x104B1E) is known color: Deep Fir. HEX triplet: 10, 4B and 1E. RGB value is (16,75,30). Sum of RGB (Red+Green+Blue) = 16+75+30=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #104B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B1E is #EFB4E1. Grayscale: #343434. Windows color (decimal): -15709410 or 1985296. OLE color: 1985296.
HSL color Cylindrical-coordinate representation of color #104B1E: hue angle of 134.24º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104B1E is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 75 | 30 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.71 |
| HSL | 134.24º | 0.65% | 0.18% | - |
| HSV(B) | 134.24º | 0.79% | 0.29% | - |
| XYZ | 2.96 | 5.24 | 2.08 | - |
| YUV | 52.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 30 | 0.79 | 0 | 0.60 | 0.71 | 134.24 | 0.65 | 0.18 |
| Hex | 10 | 4B | 1E | 4F | 0 | 3C | 47 | 86 | 41 | 12 |
| Octal | 20 | 113 | 36 | 117 | 0 | 74 | 107 | 206 | 101 | 22 |
| Binary | 10000 | 1001011 | 11110 | 1001111 | 0 | 111100 | 1000111 | 10000110 | 1000001 | 10010 |
Color Harmonies of #104B1E
Complementary color
Monochromatic Colors of #104B1E
Black with #104B1E
Text Example
Text Example
White with #104B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104B1E; }
p { color: rgb(16,75,30); }
H1.HeaderClassName
{
color: #104B1E;
}
.AnyTagClassName
{
color: #104B1E;
}
</style>
background-color css
<style>
a { background-color: #104B1E; }
a { background-color: rgb(16,75,30); }
div.DivClassName
{
background-color: #104B1E;
}
.BgClassName
{
background-color: #104B1E;
}
</style>
border-color css
<style>
span { border-color: #104B1E; }
span { border-color: rgb(16,75,30); }
td.TdClassName
{
border-color: #104B1E;
}
.TagClassName
{
border-color: #104B1E;
}
</style>