Shades of Deep Fir #1A4129
Tints of Deep Fir #1A4129
RGB
CMYK
RGB Variations
Color information
#1A4129 (or 0x1A4129) is known color: Deep Fir. HEX triplet: 1A, 41 and 29. RGB value is (26,65,41). Sum of RGB (Red+Green+Blue) = 26+65+41=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4129 is #E5BED6. Grayscale: #323232. Windows color (decimal): -15056599 or 2703642. OLE color: 2703642.
HSL color Cylindrical-coordinate representation of color #1A4129: hue angle of 143.08º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1A4129 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 65 | 41 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.75 |
| HSL | 143.08º | 0.43% | 0.18% | - |
| HSV(B) | 143.08º | 0.6% | 0.25% | - |
| XYZ | 2.72 | 4.16 | 2.76 | - |
| YUV | 50.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 41 | 0.60 | 0 | 0.37 | 0.75 | 143.08 | 0.43 | 0.18 |
| Hex | 1A | 41 | 29 | 3C | 0 | 25 | 4B | 8F | 2B | 12 |
| Octal | 32 | 101 | 51 | 74 | 0 | 45 | 113 | 217 | 53 | 22 |
| Binary | 11010 | 1000001 | 101001 | 111100 | 0 | 100101 | 1001011 | 10001111 | 101011 | 10010 |
Color Harmonies of #1A4129
Complementary color
Monochromatic Colors of #1A4129
Black with #1A4129
Text Example
Text Example
White with #1A4129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4129; }
p { color: rgb(26,65,41); }
H1.HeaderClassName
{
color: #1A4129;
}
.AnyTagClassName
{
color: #1A4129;
}
</style>
background-color css
<style>
a { background-color: #1A4129; }
a { background-color: rgb(26,65,41); }
div.DivClassName
{
background-color: #1A4129;
}
.BgClassName
{
background-color: #1A4129;
}
</style>
border-color css
<style>
span { border-color: #1A4129; }
span { border-color: rgb(26,65,41); }
td.TdClassName
{
border-color: #1A4129;
}
.TagClassName
{
border-color: #1A4129;
}
</style>