Shades of Deep Fir #1A4528
Tints of Deep Fir #1A4528
RGB
CMYK
RGB Variations
Color information
#1A4528 (or 0x1A4528) is known color: Deep Fir. HEX triplet: 1A, 45 and 28. RGB value is (26,69,40). Sum of RGB (Red+Green+Blue) = 26+69+40=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #1A4528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4528 is #E5BAD7. Grayscale: #343434. Windows color (decimal): -15055576 or 2639130. OLE color: 2639130.
HSL color Cylindrical-coordinate representation of color #1A4528: hue angle of 139.53º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A4528 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 69 | 40 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.73 |
| HSL | 139.53º | 0.45% | 0.19% | - |
| HSV(B) | 139.53º | 0.62% | 0.27% | - |
| XYZ | 2.94 | 4.63 | 2.75 | - |
| YUV | 52.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 40 | 0.62 | 0 | 0.42 | 0.73 | 139.53 | 0.45 | 0.19 |
| Hex | 1A | 45 | 28 | 3E | 0 | 2A | 49 | 8C | 2D | 13 |
| Octal | 32 | 105 | 50 | 76 | 0 | 52 | 111 | 214 | 55 | 23 |
| Binary | 11010 | 1000101 | 101000 | 111110 | 0 | 101010 | 1001001 | 10001100 | 101101 | 10011 |
Color Harmonies of #1A4528
Complementary color
Monochromatic Colors of #1A4528
Black with #1A4528
Text Example
Text Example
White with #1A4528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4528; }
p { color: rgb(26,69,40); }
H1.HeaderClassName
{
color: #1A4528;
}
.AnyTagClassName
{
color: #1A4528;
}
</style>
background-color css
<style>
a { background-color: #1A4528; }
a { background-color: rgb(26,69,40); }
div.DivClassName
{
background-color: #1A4528;
}
.BgClassName
{
background-color: #1A4528;
}
</style>
border-color css
<style>
span { border-color: #1A4528; }
span { border-color: rgb(26,69,40); }
td.TdClassName
{
border-color: #1A4528;
}
.TagClassName
{
border-color: #1A4528;
}
</style>