Shades of Deep Fir #1A4228
Tints of Deep Fir #1A4228
RGB
CMYK
RGB Variations
Color information
#1A4228 (or 0x1A4228) is known color: Deep Fir. HEX triplet: 1A, 42 and 28. RGB value is (26,66,40). Sum of RGB (Red+Green+Blue) = 26+66+40=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #1A4228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4228 is #E5BDD7. Grayscale: #333333. Windows color (decimal): -15056344 or 2638362. OLE color: 2638362.
HSL color Cylindrical-coordinate representation of color #1A4228: hue angle of 141º 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 #1A4228 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 66 | 40 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.74 |
| HSL | 141º | 0.43% | 0.18% | - |
| HSV(B) | 141º | 0.61% | 0.26% | - |
| XYZ | 2.76 | 4.27 | 2.69 | - |
| YUV | 51.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 40 | 0.61 | 0 | 0.39 | 0.74 | 141 | 0.43 | 0.18 |
| Hex | 1A | 42 | 28 | 3D | 0 | 27 | 4A | 8D | 2B | 12 |
| Octal | 32 | 102 | 50 | 75 | 0 | 47 | 112 | 215 | 53 | 22 |
| Binary | 11010 | 1000010 | 101000 | 111101 | 0 | 100111 | 1001010 | 10001101 | 101011 | 10010 |
Color Harmonies of #1A4228
Complementary color
Monochromatic Colors of #1A4228
Black with #1A4228
Text Example
Text Example
White with #1A4228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4228; }
p { color: rgb(26,66,40); }
H1.HeaderClassName
{
color: #1A4228;
}
.AnyTagClassName
{
color: #1A4228;
}
</style>
background-color css
<style>
a { background-color: #1A4228; }
a { background-color: rgb(26,66,40); }
div.DivClassName
{
background-color: #1A4228;
}
.BgClassName
{
background-color: #1A4228;
}
</style>
border-color css
<style>
span { border-color: #1A4228; }
span { border-color: rgb(26,66,40); }
td.TdClassName
{
border-color: #1A4228;
}
.TagClassName
{
border-color: #1A4228;
}
</style>