Shades of Deep Fir #1A4324
Tints of Deep Fir #1A4324
RGB
CMYK
RGB Variations
Color information
#1A4324 (or 0x1A4324) is known color: Deep Fir. HEX triplet: 1A, 43 and 24. RGB value is (26,67,36). Sum of RGB (Red+Green+Blue) = 26+67+36=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #1A4324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4324 is #E5BCDB. Grayscale: #333333. Windows color (decimal): -15056092 or 2376474. OLE color: 2376474.
HSL color Cylindrical-coordinate representation of color #1A4324: hue angle of 134.63º 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 #1A4324 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 67 | 36 | - |
| CMYK | 0.61 | 0 | 0.46 | 0.74 |
| HSL | 134.63º | 0.44% | 0.18% | - |
| HSV(B) | 134.63º | 0.61% | 0.26% | - |
| XYZ | 2.75 | 4.36 | 2.37 | - |
| YUV | 51.21 | 119.42 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 67 | 36 | 0.61 | 0 | 0.46 | 0.74 | 134.63 | 0.44 | 0.18 |
| Hex | 1A | 43 | 24 | 3D | 0 | 2E | 4A | 87 | 2C | 12 |
| Octal | 32 | 103 | 44 | 75 | 0 | 56 | 112 | 207 | 54 | 22 |
| Binary | 11010 | 1000011 | 100100 | 111101 | 0 | 101110 | 1001010 | 10000111 | 101100 | 10010 |
Color Harmonies of #1A4324
Complementary color
Monochromatic Colors of #1A4324
Black with #1A4324
Text Example
Text Example
White with #1A4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4324; }
p { color: rgb(26,67,36); }
H1.HeaderClassName
{
color: #1A4324;
}
.AnyTagClassName
{
color: #1A4324;
}
</style>
background-color css
<style>
a { background-color: #1A4324; }
a { background-color: rgb(26,67,36); }
div.DivClassName
{
background-color: #1A4324;
}
.BgClassName
{
background-color: #1A4324;
}
</style>
border-color css
<style>
span { border-color: #1A4324; }
span { border-color: rgb(26,67,36); }
td.TdClassName
{
border-color: #1A4324;
}
.TagClassName
{
border-color: #1A4324;
}
</style>