Shades of Deep Fir #1A4121
Tints of Deep Fir #1A4121
RGB
CMYK
RGB Variations
Color information
#1A4121 (or 0x1A4121) is known color: Deep Fir. HEX triplet: 1A, 41 and 21. RGB value is (26,65,33). Sum of RGB (Red+Green+Blue) = 26+65+33=124 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.97% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4121 is #E5BEDE. Grayscale: #313131. Windows color (decimal): -15056607 or 2179354. OLE color: 2179354.
HSL color Cylindrical-coordinate representation of color #1A4121: hue angle of 130.77º 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 #1A4121 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 65 | 33 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.75 |
| HSL | 130.77º | 0.43% | 0.18% | - |
| HSV(B) | 130.77º | 0.6% | 0.25% | - |
| XYZ | 2.59 | 4.11 | 2.1 | - |
| YUV | 49.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 33 | 0.60 | 0 | 0.49 | 0.75 | 130.77 | 0.43 | 0.18 |
| Hex | 1A | 41 | 21 | 3C | 0 | 31 | 4B | 83 | 2B | 12 |
| Octal | 32 | 101 | 41 | 74 | 0 | 61 | 113 | 203 | 53 | 22 |
| Binary | 11010 | 1000001 | 100001 | 111100 | 0 | 110001 | 1001011 | 10000011 | 101011 | 10010 |
Color Harmonies of #1A4121
Complementary color
Monochromatic Colors of #1A4121
Black with #1A4121
Text Example
Text Example
White with #1A4121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4121; }
p { color: rgb(26,65,33); }
H1.HeaderClassName
{
color: #1A4121;
}
.AnyTagClassName
{
color: #1A4121;
}
</style>
background-color css
<style>
a { background-color: #1A4121; }
a { background-color: rgb(26,65,33); }
div.DivClassName
{
background-color: #1A4121;
}
.BgClassName
{
background-color: #1A4121;
}
</style>
border-color css
<style>
span { border-color: #1A4121; }
span { border-color: rgb(26,65,33); }
td.TdClassName
{
border-color: #1A4121;
}
.TagClassName
{
border-color: #1A4121;
}
</style>