Shades of Deep Fir #104223
Tints of Deep Fir #104223
RGB
CMYK
RGB Variations
Color information
#104223 (or 0x104223) is known color: Deep Fir. HEX triplet: 10, 42 and 23. RGB value is (16,66,35). Sum of RGB (Red+Green+Blue) = 16+66+35=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #104223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104223 is #EFBDDC. Grayscale: #2F2F2F. Windows color (decimal): -15711709 or 2310672. OLE color: 2310672.
HSL color Cylindrical-coordinate representation of color #104223: hue angle of 142.8º 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 #104223 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 66 | 35 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.74 |
| HSL | 142.8º | 0.61% | 0.16% | - |
| HSV(B) | 142.8º | 0.76% | 0.26% | - |
| XYZ | 2.47 | 4.13 | 2.26 | - |
| YUV | 47.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 35 | 0.76 | 0 | 0.47 | 0.74 | 142.8 | 0.61 | 0.16 |
| Hex | 10 | 42 | 23 | 4C | 0 | 2F | 4A | 8F | 3D | 10 |
| Octal | 20 | 102 | 43 | 114 | 0 | 57 | 112 | 217 | 75 | 20 |
| Binary | 10000 | 1000010 | 100011 | 1001100 | 0 | 101111 | 1001010 | 10001111 | 111101 | 10000 |
Color Harmonies of #104223
Complementary color
Monochromatic Colors of #104223
Black with #104223
Text Example
Text Example
White with #104223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104223; }
p { color: rgb(16,66,35); }
H1.HeaderClassName
{
color: #104223;
}
.AnyTagClassName
{
color: #104223;
}
</style>
background-color css
<style>
a { background-color: #104223; }
a { background-color: rgb(16,66,35); }
div.DivClassName
{
background-color: #104223;
}
.BgClassName
{
background-color: #104223;
}
</style>
border-color css
<style>
span { border-color: #104223; }
span { border-color: rgb(16,66,35); }
td.TdClassName
{
border-color: #104223;
}
.TagClassName
{
border-color: #104223;
}
</style>