Shades of Deep Fir #103A19
Tints of Deep Fir #103A19
RGB
CMYK
RGB Variations
Color information
#103A19 (or 0x103A19) is known color: Deep Fir. HEX triplet: 10, 3A and 19. RGB value is (16,58,25). Sum of RGB (Red+Green+Blue) = 16+58+25=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 58 (23.05% from 255 or 58.59% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 58 - color contains mainly: green. Hex color #103A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103A19 is #EFC5E6. Grayscale: #292929. Windows color (decimal): -15713767 or 1653264. OLE color: 1653264.
HSL color Cylindrical-coordinate representation of color #103A19: hue angle of 132.86º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103A19 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 58 | 25 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.77 |
| HSL | 132.86º | 0.57% | 0.15% | - |
| HSV(B) | 132.86º | 0.72% | 0.23% | - |
| XYZ | 1.9 | 3.21 | 1.44 | - |
| YUV | 41.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 25 | 0.72 | 0 | 0.57 | 0.77 | 132.86 | 0.57 | 0.15 |
| Hex | 10 | 3A | 19 | 48 | 0 | 39 | 4D | 85 | 39 | F |
| Octal | 20 | 72 | 31 | 110 | 0 | 71 | 115 | 205 | 71 | 17 |
| Binary | 10000 | 111010 | 11001 | 1001000 | 0 | 111001 | 1001101 | 10000101 | 111001 | 1111 |
Color Harmonies of #103A19
Complementary color
Monochromatic Colors of #103A19
Black with #103A19
Text Example
Text Example
White with #103A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103A19; }
p { color: rgb(16,58,25); }
H1.HeaderClassName
{
color: #103A19;
}
.AnyTagClassName
{
color: #103A19;
}
</style>
background-color css
<style>
a { background-color: #103A19; }
a { background-color: rgb(16,58,25); }
div.DivClassName
{
background-color: #103A19;
}
.BgClassName
{
background-color: #103A19;
}
</style>
border-color css
<style>
span { border-color: #103A19; }
span { border-color: rgb(16,58,25); }
td.TdClassName
{
border-color: #103A19;
}
.TagClassName
{
border-color: #103A19;
}
</style>