Shades of Deep Fir #103F24
Tints of Deep Fir #103F24
RGB
CMYK
RGB Variations
Color information
#103F24 (or 0x103F24) is known color: Deep Fir. HEX triplet: 10, 3F and 24. RGB value is (16,63,36). Sum of RGB (Red+Green+Blue) = 16+63+36=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 63 (25% from 255 or 54.78% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 63 - color contains mainly: green. Hex color #103F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F24 is #EFC0DB. Grayscale: #2D2D2D. Windows color (decimal): -15712476 or 2375440. OLE color: 2375440.
HSL color Cylindrical-coordinate representation of color #103F24: hue angle of 145.53º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103F24 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 63 | 36 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.75 |
| HSL | 145.53º | 0.59% | 0.15% | - |
| HSV(B) | 145.53º | 0.75% | 0.25% | - |
| XYZ | 2.31 | 3.79 | 2.28 | - |
| YUV | 45.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 36 | 0.75 | 0 | 0.43 | 0.75 | 145.53 | 0.59 | 0.15 |
| Hex | 10 | 3F | 24 | 4B | 0 | 2B | 4B | 92 | 3B | F |
| Octal | 20 | 77 | 44 | 113 | 0 | 53 | 113 | 222 | 73 | 17 |
| Binary | 10000 | 111111 | 100100 | 1001011 | 0 | 101011 | 1001011 | 10010010 | 111011 | 1111 |
Color Harmonies of #103F24
Complementary color
Monochromatic Colors of #103F24
Black with #103F24
Text Example
Text Example
White with #103F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F24; }
p { color: rgb(16,63,36); }
H1.HeaderClassName
{
color: #103F24;
}
.AnyTagClassName
{
color: #103F24;
}
</style>
background-color css
<style>
a { background-color: #103F24; }
a { background-color: rgb(16,63,36); }
div.DivClassName
{
background-color: #103F24;
}
.BgClassName
{
background-color: #103F24;
}
</style>
border-color css
<style>
span { border-color: #103F24; }
span { border-color: rgb(16,63,36); }
td.TdClassName
{
border-color: #103F24;
}
.TagClassName
{
border-color: #103F24;
}
</style>