Shades of Deep Fir #1A4323
Tints of Deep Fir #1A4323
RGB
CMYK
RGB Variations
Color information
#1A4323 (or 0x1A4323) is known color: Deep Fir. HEX triplet: 1A, 43 and 23. RGB value is (26,67,35). Sum of RGB (Red+Green+Blue) = 26+67+35=128 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.31% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #1A4323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4323 is #E5BCDC. Grayscale: #333333. Windows color (decimal): -15056093 or 2310938. OLE color: 2310938.
HSL color Cylindrical-coordinate representation of color #1A4323: hue angle of 133.17º degrees, saturation: 0.44, 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 #1A4323 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 67 | 35 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.74 |
| HSL | 133.17º | 0.44% | 0.18% | - |
| HSV(B) | 133.17º | 0.61% | 0.26% | - |
| XYZ | 2.74 | 4.36 | 2.29 | - |
| YUV | 51.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 35 | 0.61 | 0 | 0.48 | 0.74 | 133.17 | 0.44 | 0.18 |
| Hex | 1A | 43 | 23 | 3D | 0 | 30 | 4A | 85 | 2C | 12 |
| Octal | 32 | 103 | 43 | 75 | 0 | 60 | 112 | 205 | 54 | 22 |
| Binary | 11010 | 1000011 | 100011 | 111101 | 0 | 110000 | 1001010 | 10000101 | 101100 | 10010 |
Color Harmonies of #1A4323
Complementary color
Monochromatic Colors of #1A4323
Black with #1A4323
Text Example
Text Example
White with #1A4323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4323; }
p { color: rgb(26,67,35); }
H1.HeaderClassName
{
color: #1A4323;
}
.AnyTagClassName
{
color: #1A4323;
}
</style>
background-color css
<style>
a { background-color: #1A4323; }
a { background-color: rgb(26,67,35); }
div.DivClassName
{
background-color: #1A4323;
}
.BgClassName
{
background-color: #1A4323;
}
</style>
border-color css
<style>
span { border-color: #1A4323; }
span { border-color: rgb(26,67,35); }
td.TdClassName
{
border-color: #1A4323;
}
.TagClassName
{
border-color: #1A4323;
}
</style>