Shades of Deep Fir #103E24
Tints of Deep Fir #103E24
RGB
CMYK
RGB Variations
Color information
#103E24 (or 0x103E24) is known color: Deep Fir. HEX triplet: 10, 3E and 24. RGB value is (16,62,36). Sum of RGB (Red+Green+Blue) = 16+62+36=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 62 (24.61% from 255 or 54.39% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 62 - color contains mainly: green. Hex color #103E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E24 is #EFC1DB. Grayscale: #2D2D2D. Windows color (decimal): -15712732 or 2375184. OLE color: 2375184.
HSL color Cylindrical-coordinate representation of color #103E24: hue angle of 146.09º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #103E24 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 36 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.76 |
| HSL | 146.09º | 0.59% | 0.15% | - |
| HSV(B) | 146.09º | 0.74% | 0.24% | - |
| XYZ | 2.25 | 3.68 | 2.26 | - |
| YUV | 45.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 36 | 0.74 | 0 | 0.42 | 0.76 | 146.09 | 0.59 | 0.15 |
| Hex | 10 | 3E | 24 | 4A | 0 | 2A | 4C | 92 | 3B | F |
| Octal | 20 | 76 | 44 | 112 | 0 | 52 | 114 | 222 | 73 | 17 |
| Binary | 10000 | 111110 | 100100 | 1001010 | 0 | 101010 | 1001100 | 10010010 | 111011 | 1111 |
Color Harmonies of #103E24
Complementary color
Monochromatic Colors of #103E24
Black with #103E24
Text Example
Text Example
White with #103E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E24; }
p { color: rgb(16,62,36); }
H1.HeaderClassName
{
color: #103E24;
}
.AnyTagClassName
{
color: #103E24;
}
</style>
background-color css
<style>
a { background-color: #103E24; }
a { background-color: rgb(16,62,36); }
div.DivClassName
{
background-color: #103E24;
}
.BgClassName
{
background-color: #103E24;
}
</style>
border-color css
<style>
span { border-color: #103E24; }
span { border-color: rgb(16,62,36); }
td.TdClassName
{
border-color: #103E24;
}
.TagClassName
{
border-color: #103E24;
}
</style>