Shades of Deep Fir #1A4127
Tints of Deep Fir #1A4127
RGB
CMYK
RGB Variations
Color information
#1A4127 (or 0x1A4127) is known color: Deep Fir. HEX triplet: 1A, 41 and 27. RGB value is (26,65,39). Sum of RGB (Red+Green+Blue) = 26+65+39=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4127 is #E5BED8. Grayscale: #323232. Windows color (decimal): -15056601 or 2572570. OLE color: 2572570.
HSL color Cylindrical-coordinate representation of color #1A4127: hue angle of 140º 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 #1A4127 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 65 | 39 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.75 |
| HSL | 140º | 0.43% | 0.18% | - |
| HSV(B) | 140º | 0.6% | 0.25% | - |
| XYZ | 2.68 | 4.15 | 2.58 | - |
| YUV | 50.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 39 | 0.60 | 0 | 0.40 | 0.75 | 140 | 0.43 | 0.18 |
| Hex | 1A | 41 | 27 | 3C | 0 | 28 | 4B | 8C | 2B | 12 |
| Octal | 32 | 101 | 47 | 74 | 0 | 50 | 113 | 214 | 53 | 22 |
| Binary | 11010 | 1000001 | 100111 | 111100 | 0 | 101000 | 1001011 | 10001100 | 101011 | 10010 |
Color Harmonies of #1A4127
Complementary color
Monochromatic Colors of #1A4127
Black with #1A4127
Text Example
Text Example
White with #1A4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4127; }
p { color: rgb(26,65,39); }
H1.HeaderClassName
{
color: #1A4127;
}
.AnyTagClassName
{
color: #1A4127;
}
</style>
background-color css
<style>
a { background-color: #1A4127; }
a { background-color: rgb(26,65,39); }
div.DivClassName
{
background-color: #1A4127;
}
.BgClassName
{
background-color: #1A4127;
}
</style>
border-color css
<style>
span { border-color: #1A4127; }
span { border-color: rgb(26,65,39); }
td.TdClassName
{
border-color: #1A4127;
}
.TagClassName
{
border-color: #1A4127;
}
</style>