Shades of Deep Fir #103F25
Tints of Deep Fir #103F25
RGB
CMYK
RGB Variations
Color information
#103F25 (or 0x103F25) is known color: Deep Fir. HEX triplet: 10, 3F and 25. RGB value is (16,63,37). Sum of RGB (Red+Green+Blue) = 16+63+37=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 63 (25% from 255 or 54.31% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 63 - color contains mainly: green. Hex color #103F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F25 is #EFC0DA. Grayscale: #2E2E2E. Windows color (decimal): -15712475 or 2440976. OLE color: 2440976.
HSL color Cylindrical-coordinate representation of color #103F25: hue angle of 146.81º 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 #103F25 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 63 | 37 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.75 |
| HSL | 146.81º | 0.59% | 0.15% | - |
| HSV(B) | 146.81º | 0.75% | 0.25% | - |
| XYZ | 2.33 | 3.8 | 2.36 | - |
| YUV | 45.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 37 | 0.75 | 0 | 0.41 | 0.75 | 146.81 | 0.59 | 0.15 |
| Hex | 10 | 3F | 25 | 4B | 0 | 29 | 4B | 93 | 3B | F |
| Octal | 20 | 77 | 45 | 113 | 0 | 51 | 113 | 223 | 73 | 17 |
| Binary | 10000 | 111111 | 100101 | 1001011 | 0 | 101001 | 1001011 | 10010011 | 111011 | 1111 |
Color Harmonies of #103F25
Complementary color
Monochromatic Colors of #103F25
Black with #103F25
Text Example
Text Example
White with #103F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F25; }
p { color: rgb(16,63,37); }
H1.HeaderClassName
{
color: #103F25;
}
.AnyTagClassName
{
color: #103F25;
}
</style>
background-color css
<style>
a { background-color: #103F25; }
a { background-color: rgb(16,63,37); }
div.DivClassName
{
background-color: #103F25;
}
.BgClassName
{
background-color: #103F25;
}
</style>
border-color css
<style>
span { border-color: #103F25; }
span { border-color: rgb(16,63,37); }
td.TdClassName
{
border-color: #103F25;
}
.TagClassName
{
border-color: #103F25;
}
</style>