Shades of Deep Fir #103E18
Tints of Deep Fir #103E18
RGB
CMYK
RGB Variations
Color information
#103E18 (or 0x103E18) is known color: Deep Fir. HEX triplet: 10, 3E and 18. RGB value is (16,62,24). Sum of RGB (Red+Green+Blue) = 16+62+24=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 62 (24.61% from 255 or 60.78% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 62 - color contains mainly: green. Hex color #103E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103E18 is #EFC1E7. Grayscale: #2C2C2C. Windows color (decimal): -15712744 or 1588752. OLE color: 1588752.
HSL color Cylindrical-coordinate representation of color #103E18: hue angle of 130.43º 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 #103E18 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 24 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.76 |
| HSL | 130.43º | 0.59% | 0.15% | - |
| HSV(B) | 130.43º | 0.74% | 0.24% | - |
| XYZ | 2.1 | 3.62 | 1.45 | - |
| YUV | 43.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 24 | 0.74 | 0 | 0.61 | 0.76 | 130.43 | 0.59 | 0.15 |
| Hex | 10 | 3E | 18 | 4A | 0 | 3D | 4C | 82 | 3B | F |
| Octal | 20 | 76 | 30 | 112 | 0 | 75 | 114 | 202 | 73 | 17 |
| Binary | 10000 | 111110 | 11000 | 1001010 | 0 | 111101 | 1001100 | 10000010 | 111011 | 1111 |
Color Harmonies of #103E18
Complementary color
Monochromatic Colors of #103E18
Black with #103E18
Text Example
Text Example
White with #103E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E18; }
p { color: rgb(16,62,24); }
H1.HeaderClassName
{
color: #103E18;
}
.AnyTagClassName
{
color: #103E18;
}
</style>
background-color css
<style>
a { background-color: #103E18; }
a { background-color: rgb(16,62,24); }
div.DivClassName
{
background-color: #103E18;
}
.BgClassName
{
background-color: #103E18;
}
</style>
border-color css
<style>
span { border-color: #103E18; }
span { border-color: rgb(16,62,24); }
td.TdClassName
{
border-color: #103E18;
}
.TagClassName
{
border-color: #103E18;
}
</style>