Shades of Deep Fir #1A4122
Tints of Deep Fir #1A4122
RGB
CMYK
RGB Variations
Color information
#1A4122 (or 0x1A4122) is known color: Deep Fir. HEX triplet: 1A, 41 and 22. RGB value is (26,65,34). Sum of RGB (Red+Green+Blue) = 26+65+34=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4122 is #E5BEDD. Grayscale: #313131. Windows color (decimal): -15056606 or 2244890. OLE color: 2244890.
HSL color Cylindrical-coordinate representation of color #1A4122: hue angle of 132.31º 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 #1A4122 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 65 | 34 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.75 |
| HSL | 132.31º | 0.43% | 0.18% | - |
| HSV(B) | 132.31º | 0.6% | 0.25% | - |
| XYZ | 2.61 | 4.12 | 2.17 | - |
| YUV | 49.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 34 | 0.60 | 0 | 0.48 | 0.75 | 132.31 | 0.43 | 0.18 |
| Hex | 1A | 41 | 22 | 3C | 0 | 30 | 4B | 84 | 2B | 12 |
| Octal | 32 | 101 | 42 | 74 | 0 | 60 | 113 | 204 | 53 | 22 |
| Binary | 11010 | 1000001 | 100010 | 111100 | 0 | 110000 | 1001011 | 10000100 | 101011 | 10010 |
Color Harmonies of #1A4122
Complementary color
Monochromatic Colors of #1A4122
Black with #1A4122
Text Example
Text Example
White with #1A4122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4122; }
p { color: rgb(26,65,34); }
H1.HeaderClassName
{
color: #1A4122;
}
.AnyTagClassName
{
color: #1A4122;
}
</style>
background-color css
<style>
a { background-color: #1A4122; }
a { background-color: rgb(26,65,34); }
div.DivClassName
{
background-color: #1A4122;
}
.BgClassName
{
background-color: #1A4122;
}
</style>
border-color css
<style>
span { border-color: #1A4122; }
span { border-color: rgb(26,65,34); }
td.TdClassName
{
border-color: #1A4122;
}
.TagClassName
{
border-color: #1A4122;
}
</style>