Shades of Deep Fir #1A4521
Tints of Deep Fir #1A4521
RGB
CMYK
RGB Variations
Color information
#1A4521 (or 0x1A4521) is known color: Deep Fir. HEX triplet: 1A, 45 and 21. RGB value is (26,69,33). Sum of RGB (Red+Green+Blue) = 26+69+33=128 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.31% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #1A4521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4521 is #E5BADE. Grayscale: #343434. Windows color (decimal): -15055583 or 2180378. OLE color: 2180378.
HSL color Cylindrical-coordinate representation of color #1A4521: hue angle of 129.77º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A4521 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 69 | 33 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.73 |
| HSL | 129.77º | 0.45% | 0.19% | - |
| HSV(B) | 129.77º | 0.62% | 0.27% | - |
| XYZ | 2.83 | 4.59 | 2.17 | - |
| YUV | 52.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 33 | 0.62 | 0 | 0.52 | 0.73 | 129.77 | 0.45 | 0.19 |
| Hex | 1A | 45 | 21 | 3E | 0 | 34 | 49 | 82 | 2D | 13 |
| Octal | 32 | 105 | 41 | 76 | 0 | 64 | 111 | 202 | 55 | 23 |
| Binary | 11010 | 1000101 | 100001 | 111110 | 0 | 110100 | 1001001 | 10000010 | 101101 | 10011 |
Color Harmonies of #1A4521
Complementary color
Monochromatic Colors of #1A4521
Black with #1A4521
Text Example
Text Example
White with #1A4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4521; }
p { color: rgb(26,69,33); }
H1.HeaderClassName
{
color: #1A4521;
}
.AnyTagClassName
{
color: #1A4521;
}
</style>
background-color css
<style>
a { background-color: #1A4521; }
a { background-color: rgb(26,69,33); }
div.DivClassName
{
background-color: #1A4521;
}
.BgClassName
{
background-color: #1A4521;
}
</style>
border-color css
<style>
span { border-color: #1A4521; }
span { border-color: rgb(26,69,33); }
td.TdClassName
{
border-color: #1A4521;
}
.TagClassName
{
border-color: #1A4521;
}
</style>