Shades of Deep Fir #1A4026
Tints of Deep Fir #1A4026
RGB
CMYK
RGB Variations
Color information
#1A4026 (or 0x1A4026) is known color: Deep Fir. HEX triplet: 1A, 40 and 26. RGB value is (26,64,38). Sum of RGB (Red+Green+Blue) = 26+64+38=128 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.31% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #1A4026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4026 is #E5BFD9. Grayscale: #313131. Windows color (decimal): -15056858 or 2506778. OLE color: 2506778.
HSL color Cylindrical-coordinate representation of color #1A4026: hue angle of 138.95º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A4026 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 64 | 38 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.75 |
| HSL | 138.95º | 0.42% | 0.18% | - |
| HSV(B) | 138.95º | 0.59% | 0.25% | - |
| XYZ | 2.61 | 4.03 | 2.47 | - |
| YUV | 49.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 38 | 0.59 | 0 | 0.41 | 0.75 | 138.95 | 0.42 | 0.18 |
| Hex | 1A | 40 | 26 | 3B | 0 | 29 | 4B | 8B | 2A | 12 |
| Octal | 32 | 100 | 46 | 73 | 0 | 51 | 113 | 213 | 52 | 22 |
| Binary | 11010 | 1000000 | 100110 | 111011 | 0 | 101001 | 1001011 | 10001011 | 101010 | 10010 |
Color Harmonies of #1A4026
Complementary color
Monochromatic Colors of #1A4026
Black with #1A4026
Text Example
Text Example
White with #1A4026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4026; }
p { color: rgb(26,64,38); }
H1.HeaderClassName
{
color: #1A4026;
}
.AnyTagClassName
{
color: #1A4026;
}
</style>
background-color css
<style>
a { background-color: #1A4026; }
a { background-color: rgb(26,64,38); }
div.DivClassName
{
background-color: #1A4026;
}
.BgClassName
{
background-color: #1A4026;
}
</style>
border-color css
<style>
span { border-color: #1A4026; }
span { border-color: rgb(26,64,38); }
td.TdClassName
{
border-color: #1A4026;
}
.TagClassName
{
border-color: #1A4026;
}
</style>