Shades of Deep Fir #1A4623
Tints of Deep Fir #1A4623
RGB
CMYK
RGB Variations
Color information
#1A4623 (or 0x1A4623) is known color: Deep Fir. HEX triplet: 1A, 46 and 23. RGB value is (26,70,35). Sum of RGB (Red+Green+Blue) = 26+70+35=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #1A4623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4623 is #E5B9DC. Grayscale: #343434. Windows color (decimal): -15055325 or 2311706. OLE color: 2311706.
HSL color Cylindrical-coordinate representation of color #1A4623: hue angle of 132.27º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A4623 is Cyan = 0.63, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 70 | 35 | - |
| CMYK | 0.63 | 0 | 0.5 | 0.73 |
| HSL | 132.27º | 0.46% | 0.19% | - |
| HSV(B) | 132.27º | 0.63% | 0.27% | - |
| XYZ | 2.92 | 4.72 | 2.35 | - |
| YUV | 52.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 70 | 35 | 0.63 | 0 | 0.5 | 0.73 | 132.27 | 0.46 | 0.19 |
| Hex | 1A | 46 | 23 | 3F | 0 | 32 | 49 | 84 | 2E | 13 |
| Octal | 32 | 106 | 43 | 77 | 0 | 62 | 111 | 204 | 56 | 23 |
| Binary | 11010 | 1000110 | 100011 | 111111 | 0 | 110010 | 1001001 | 10000100 | 101110 | 10011 |
Color Harmonies of #1A4623
Complementary color
Monochromatic Colors of #1A4623
Black with #1A4623
Text Example
Text Example
White with #1A4623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4623; }
p { color: rgb(26,70,35); }
H1.HeaderClassName
{
color: #1A4623;
}
.AnyTagClassName
{
color: #1A4623;
}
</style>
background-color css
<style>
a { background-color: #1A4623; }
a { background-color: rgb(26,70,35); }
div.DivClassName
{
background-color: #1A4623;
}
.BgClassName
{
background-color: #1A4623;
}
</style>
border-color css
<style>
span { border-color: #1A4623; }
span { border-color: rgb(26,70,35); }
td.TdClassName
{
border-color: #1A4623;
}
.TagClassName
{
border-color: #1A4623;
}
</style>