Shades of Deep Fir #1A4125
Tints of Deep Fir #1A4125
RGB
CMYK
RGB Variations
Color information
#1A4125 (or 0x1A4125) is known color: Deep Fir. HEX triplet: 1A, 41 and 25. RGB value is (26,65,37). Sum of RGB (Red+Green+Blue) = 26+65+37=128 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.31% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #1A4125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4125 is #E5BEDA. Grayscale: #323232. Windows color (decimal): -15056603 or 2441498. OLE color: 2441498.
HSL color Cylindrical-coordinate representation of color #1A4125: hue angle of 136.92º 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 #1A4125 is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 65 | 37 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.75 |
| HSL | 136.92º | 0.43% | 0.18% | - |
| HSV(B) | 136.92º | 0.6% | 0.25% | - |
| XYZ | 2.65 | 4.13 | 2.41 | - |
| YUV | 50.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 37 | 0.60 | 0 | 0.43 | 0.75 | 136.92 | 0.43 | 0.18 |
| Hex | 1A | 41 | 25 | 3C | 0 | 2B | 4B | 89 | 2B | 12 |
| Octal | 32 | 101 | 45 | 74 | 0 | 53 | 113 | 211 | 53 | 22 |
| Binary | 11010 | 1000001 | 100101 | 111100 | 0 | 101011 | 1001011 | 10001001 | 101011 | 10010 |
Color Harmonies of #1A4125
Complementary color
Monochromatic Colors of #1A4125
Black with #1A4125
Text Example
Text Example
White with #1A4125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4125; }
p { color: rgb(26,65,37); }
H1.HeaderClassName
{
color: #1A4125;
}
.AnyTagClassName
{
color: #1A4125;
}
</style>
background-color css
<style>
a { background-color: #1A4125; }
a { background-color: rgb(26,65,37); }
div.DivClassName
{
background-color: #1A4125;
}
.BgClassName
{
background-color: #1A4125;
}
</style>
border-color css
<style>
span { border-color: #1A4125; }
span { border-color: rgb(26,65,37); }
td.TdClassName
{
border-color: #1A4125;
}
.TagClassName
{
border-color: #1A4125;
}
</style>