Shades of Deep Fir #1A4527
Tints of Deep Fir #1A4527
RGB
CMYK
RGB Variations
Color information
#1A4527 (or 0x1A4527) is known color: Deep Fir. HEX triplet: 1A, 45 and 27. RGB value is (26,69,39). Sum of RGB (Red+Green+Blue) = 26+69+39=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #1A4527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4527 is #E5BAD8. Grayscale: #343434. Windows color (decimal): -15055577 or 2573594. OLE color: 2573594.
HSL color Cylindrical-coordinate representation of color #1A4527: hue angle of 138.14º 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 #1A4527 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 69 | 39 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.73 |
| HSL | 138.14º | 0.45% | 0.19% | - |
| HSV(B) | 138.14º | 0.62% | 0.27% | - |
| XYZ | 2.92 | 4.62 | 2.66 | - |
| YUV | 52.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 39 | 0.62 | 0 | 0.43 | 0.73 | 138.14 | 0.45 | 0.19 |
| Hex | 1A | 45 | 27 | 3E | 0 | 2B | 49 | 8A | 2D | 13 |
| Octal | 32 | 105 | 47 | 76 | 0 | 53 | 111 | 212 | 55 | 23 |
| Binary | 11010 | 1000101 | 100111 | 111110 | 0 | 101011 | 1001001 | 10001010 | 101101 | 10011 |
Color Harmonies of #1A4527
Complementary color
Monochromatic Colors of #1A4527
Black with #1A4527
Text Example
Text Example
White with #1A4527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4527; }
p { color: rgb(26,69,39); }
H1.HeaderClassName
{
color: #1A4527;
}
.AnyTagClassName
{
color: #1A4527;
}
</style>
background-color css
<style>
a { background-color: #1A4527; }
a { background-color: rgb(26,69,39); }
div.DivClassName
{
background-color: #1A4527;
}
.BgClassName
{
background-color: #1A4527;
}
</style>
border-color css
<style>
span { border-color: #1A4527; }
span { border-color: rgb(26,69,39); }
td.TdClassName
{
border-color: #1A4527;
}
.TagClassName
{
border-color: #1A4527;
}
</style>