Shades of Deep Fir #1A4928
Tints of Deep Fir #1A4928
RGB
CMYK
RGB Variations
Color information
#1A4928 (or 0x1A4928) is known color: Deep Fir. HEX triplet: 1A, 49 and 28. RGB value is (26,73,40). Sum of RGB (Red+Green+Blue) = 26+73+40=139 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.71% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #1A4928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4928 is #E5B6D7. Grayscale: #373737. Windows color (decimal): -15054552 or 2640154. OLE color: 2640154.
HSL color Cylindrical-coordinate representation of color #1A4928: hue angle of 137.87º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A4928 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 73 | 40 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.71 |
| HSL | 137.87º | 0.47% | 0.19% | - |
| HSV(B) | 137.87º | 0.64% | 0.29% | - |
| XYZ | 3.19 | 5.14 | 2.83 | - |
| YUV | 55.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 40 | 0.64 | 0 | 0.45 | 0.71 | 137.87 | 0.47 | 0.19 |
| Hex | 1A | 49 | 28 | 40 | 0 | 2D | 47 | 8A | 2F | 13 |
| Octal | 32 | 111 | 50 | 100 | 0 | 55 | 107 | 212 | 57 | 23 |
| Binary | 11010 | 1001001 | 101000 | 1000000 | 0 | 101101 | 1000111 | 10001010 | 101111 | 10011 |
Color Harmonies of #1A4928
Complementary color
Monochromatic Colors of #1A4928
Black with #1A4928
Text Example
Text Example
White with #1A4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4928; }
p { color: rgb(26,73,40); }
H1.HeaderClassName
{
color: #1A4928;
}
.AnyTagClassName
{
color: #1A4928;
}
</style>
background-color css
<style>
a { background-color: #1A4928; }
a { background-color: rgb(26,73,40); }
div.DivClassName
{
background-color: #1A4928;
}
.BgClassName
{
background-color: #1A4928;
}
</style>
border-color css
<style>
span { border-color: #1A4928; }
span { border-color: rgb(26,73,40); }
td.TdClassName
{
border-color: #1A4928;
}
.TagClassName
{
border-color: #1A4928;
}
</style>