Shades of Deep Fir #1A3C24
Tints of Deep Fir #1A3C24
RGB
CMYK
RGB Variations
Color information
#1A3C24 (or 0x1A3C24) is known color: Deep Fir. HEX triplet: 1A, 3C and 24. RGB value is (26,60,36). Sum of RGB (Red+Green+Blue) = 26+60+36=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 60 (23.83% from 255 or 49.18% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 60 - color contains mainly: green. Hex color #1A3C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3C24 is #E5C3DB. Grayscale: #2F2F2F. Windows color (decimal): -15057884 or 2374682. OLE color: 2374682.
HSL color Cylindrical-coordinate representation of color #1A3C24: hue angle of 137.65º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A3C24 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 60 | 36 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.76 |
| HSL | 137.65º | 0.4% | 0.17% | - |
| HSV(B) | 137.65º | 0.57% | 0.24% | - |
| XYZ | 2.36 | 3.58 | 2.24 | - |
| YUV | 47.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 60 | 36 | 0.57 | 0 | 0.40 | 0.76 | 137.65 | 0.4 | 0.17 |
| Hex | 1A | 3C | 24 | 39 | 0 | 28 | 4C | 8A | 28 | 11 |
| Octal | 32 | 74 | 44 | 71 | 0 | 50 | 114 | 212 | 50 | 21 |
| Binary | 11010 | 111100 | 100100 | 111001 | 0 | 101000 | 1001100 | 10001010 | 101000 | 10001 |
Color Harmonies of #1A3C24
Complementary color
Monochromatic Colors of #1A3C24
Black with #1A3C24
Text Example
Text Example
White with #1A3C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3C24; }
p { color: rgb(26,60,36); }
H1.HeaderClassName
{
color: #1A3C24;
}
.AnyTagClassName
{
color: #1A3C24;
}
</style>
background-color css
<style>
a { background-color: #1A3C24; }
a { background-color: rgb(26,60,36); }
div.DivClassName
{
background-color: #1A3C24;
}
.BgClassName
{
background-color: #1A3C24;
}
</style>
border-color css
<style>
span { border-color: #1A3C24; }
span { border-color: rgb(26,60,36); }
td.TdClassName
{
border-color: #1A3C24;
}
.TagClassName
{
border-color: #1A3C24;
}
</style>