Shades of Deep Fir #1A4D24
Tints of Deep Fir #1A4D24
RGB
CMYK
RGB Variations
Color information
#1A4D24 (or 0x1A4D24) is known color: Deep Fir. HEX triplet: 1A, 4D and 24. RGB value is (26,77,36). Sum of RGB (Red+Green+Blue) = 26+77+36=139 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.71% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #1A4D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4D24 is #E5B2DB. Grayscale: #393939. Windows color (decimal): -15053532 or 2379034. OLE color: 2379034.
HSL color Cylindrical-coordinate representation of color #1A4D24: hue angle of 131.76º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4D24 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 26 | 77 | 36 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.70 |
| HSL | 131.76º | 0.5% | 0.2% | - |
| HSV(B) | 131.76º | 0.66% | 0.3% | - |
| XYZ | 3.4 | 5.65 | 2.58 | - |
| YUV | 57.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 36 | 0.66 | 0 | 0.53 | 0.70 | 131.76 | 0.5 | 0.2 |
| Hex | 1A | 4D | 24 | 42 | 0 | 35 | 46 | 84 | 32 | 14 |
| Octal | 32 | 115 | 44 | 102 | 0 | 65 | 106 | 204 | 62 | 24 |
| Binary | 11010 | 1001101 | 100100 | 1000010 | 0 | 110101 | 1000110 | 10000100 | 110010 | 10100 |
Color Harmonies of #1A4D24
Complementary color
Monochromatic Colors of #1A4D24
Black with #1A4D24
Text Example
Text Example
White with #1A4D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4D24; }
p { color: rgb(26,77,36); }
H1.HeaderClassName
{
color: #1A4D24;
}
.AnyTagClassName
{
color: #1A4D24;
}
</style>
background-color css
<style>
a { background-color: #1A4D24; }
a { background-color: rgb(26,77,36); }
div.DivClassName
{
background-color: #1A4D24;
}
.BgClassName
{
background-color: #1A4D24;
}
</style>
border-color css
<style>
span { border-color: #1A4D24; }
span { border-color: rgb(26,77,36); }
td.TdClassName
{
border-color: #1A4D24;
}
.TagClassName
{
border-color: #1A4D24;
}
</style>