Shades of Deep Fir #1A4229
Tints of Deep Fir #1A4229
RGB
CMYK
RGB Variations
Color information
#1A4229 (or 0x1A4229) is known color: Deep Fir. HEX triplet: 1A, 42 and 29. RGB value is (26,66,41). Sum of RGB (Red+Green+Blue) = 26+66+41=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #1A4229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4229 is #E5BDD6. Grayscale: #333333. Windows color (decimal): -15056343 or 2703898. OLE color: 2703898.
HSL color Cylindrical-coordinate representation of color #1A4229: hue angle of 142.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A4229 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 66 | 41 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.74 |
| HSL | 142.5º | 0.43% | 0.18% | - |
| HSV(B) | 142.5º | 0.61% | 0.26% | - |
| XYZ | 2.77 | 4.28 | 2.78 | - |
| YUV | 51.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 41 | 0.61 | 0 | 0.38 | 0.74 | 142.5 | 0.43 | 0.18 |
| Hex | 1A | 42 | 29 | 3D | 0 | 26 | 4A | 8E | 2B | 12 |
| Octal | 32 | 102 | 51 | 75 | 0 | 46 | 112 | 216 | 53 | 22 |
| Binary | 11010 | 1000010 | 101001 | 111101 | 0 | 100110 | 1001010 | 10001110 | 101011 | 10010 |
Color Harmonies of #1A4229
Complementary color
Monochromatic Colors of #1A4229
Black with #1A4229
Text Example
Text Example
White with #1A4229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4229; }
p { color: rgb(26,66,41); }
H1.HeaderClassName
{
color: #1A4229;
}
.AnyTagClassName
{
color: #1A4229;
}
</style>
background-color css
<style>
a { background-color: #1A4229; }
a { background-color: rgb(26,66,41); }
div.DivClassName
{
background-color: #1A4229;
}
.BgClassName
{
background-color: #1A4229;
}
</style>
border-color css
<style>
span { border-color: #1A4229; }
span { border-color: rgb(26,66,41); }
td.TdClassName
{
border-color: #1A4229;
}
.TagClassName
{
border-color: #1A4229;
}
</style>