Shades of Deep Fir #104218
Tints of Deep Fir #104218
RGB
CMYK
RGB Variations
Color information
#104218 (or 0x104218) is known color: Deep Fir. HEX triplet: 10, 42 and 18. RGB value is (16,66,24). Sum of RGB (Red+Green+Blue) = 16+66+24=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #104218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104218 is #EFBDE7. Grayscale: #2E2E2E. Windows color (decimal): -15711720 or 1589776. OLE color: 1589776.
HSL color Cylindrical-coordinate representation of color #104218: hue angle of 129.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104218 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 66 | 24 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.74 |
| HSL | 129.6º | 0.61% | 0.16% | - |
| HSV(B) | 129.6º | 0.76% | 0.26% | - |
| XYZ | 2.33 | 4.07 | 1.53 | - |
| YUV | 46.26 | 115.44 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 24 | 0.76 | 0 | 0.64 | 0.74 | 129.6 | 0.61 | 0.16 |
| Hex | 10 | 42 | 18 | 4C | 0 | 40 | 4A | 82 | 3D | 10 |
| Octal | 20 | 102 | 30 | 114 | 0 | 100 | 112 | 202 | 75 | 20 |
| Binary | 10000 | 1000010 | 11000 | 1001100 | 0 | 1000000 | 1001010 | 10000010 | 111101 | 10000 |
Color Harmonies of #104218
Complementary color
Monochromatic Colors of #104218
Black with #104218
Text Example
Text Example
White with #104218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104218; }
p { color: rgb(16,66,24); }
H1.HeaderClassName
{
color: #104218;
}
.AnyTagClassName
{
color: #104218;
}
</style>
background-color css
<style>
a { background-color: #104218; }
a { background-color: rgb(16,66,24); }
div.DivClassName
{
background-color: #104218;
}
.BgClassName
{
background-color: #104218;
}
</style>
border-color css
<style>
span { border-color: #104218; }
span { border-color: rgb(16,66,24); }
td.TdClassName
{
border-color: #104218;
}
.TagClassName
{
border-color: #104218;
}
</style>