Shades of Deep Fir #1A4225
Tints of Deep Fir #1A4225
RGB
CMYK
RGB Variations
Color information
#1A4225 (or 0x1A4225) is known color: Deep Fir. HEX triplet: 1A, 42 and 25. RGB value is (26,66,37). Sum of RGB (Red+Green+Blue) = 26+66+37=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #1A4225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4225 is #E5BDDA. Grayscale: #323232. Windows color (decimal): -15056347 or 2441754. OLE color: 2441754.
HSL color Cylindrical-coordinate representation of color #1A4225: hue angle of 136.5º 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 #1A4225 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 66 | 37 | - |
| CMYK | 0.61 | 0 | 0.44 | 0.74 |
| HSL | 136.5º | 0.43% | 0.18% | - |
| HSV(B) | 136.5º | 0.61% | 0.26% | - |
| XYZ | 2.71 | 4.25 | 2.43 | - |
| YUV | 50.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 37 | 0.61 | 0 | 0.44 | 0.74 | 136.5 | 0.43 | 0.18 |
| Hex | 1A | 42 | 25 | 3D | 0 | 2C | 4A | 88 | 2B | 12 |
| Octal | 32 | 102 | 45 | 75 | 0 | 54 | 112 | 210 | 53 | 22 |
| Binary | 11010 | 1000010 | 100101 | 111101 | 0 | 101100 | 1001010 | 10001000 | 101011 | 10010 |
Color Harmonies of #1A4225
Complementary color
Monochromatic Colors of #1A4225
Black with #1A4225
Text Example
Text Example
White with #1A4225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4225; }
p { color: rgb(26,66,37); }
H1.HeaderClassName
{
color: #1A4225;
}
.AnyTagClassName
{
color: #1A4225;
}
</style>
background-color css
<style>
a { background-color: #1A4225; }
a { background-color: rgb(26,66,37); }
div.DivClassName
{
background-color: #1A4225;
}
.BgClassName
{
background-color: #1A4225;
}
</style>
border-color css
<style>
span { border-color: #1A4225; }
span { border-color: rgb(26,66,37); }
td.TdClassName
{
border-color: #1A4225;
}
.TagClassName
{
border-color: #1A4225;
}
</style>