Shades of Deep Fir #1A4523
Tints of Deep Fir #1A4523
RGB
CMYK
RGB Variations
Color information
#1A4523 (or 0x1A4523) is known color: Deep Fir. HEX triplet: 1A, 45 and 23. RGB value is (26,69,35). Sum of RGB (Red+Green+Blue) = 26+69+35=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #1A4523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4523 is #E5BADC. Grayscale: #343434. Windows color (decimal): -15055581 or 2311450. OLE color: 2311450.
HSL color Cylindrical-coordinate representation of color #1A4523: hue angle of 132.56º 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 #1A4523 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 26 | 69 | 35 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.73 |
| HSL | 132.56º | 0.45% | 0.19% | - |
| HSV(B) | 132.56º | 0.62% | 0.27% | - |
| XYZ | 2.86 | 4.6 | 2.33 | - |
| YUV | 52.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 69 | 35 | 0.62 | 0 | 0.49 | 0.73 | 132.56 | 0.45 | 0.19 |
| Hex | 1A | 45 | 23 | 3E | 0 | 31 | 49 | 85 | 2D | 13 |
| Octal | 32 | 105 | 43 | 76 | 0 | 61 | 111 | 205 | 55 | 23 |
| Binary | 11010 | 1000101 | 100011 | 111110 | 0 | 110001 | 1001001 | 10000101 | 101101 | 10011 |
Color Harmonies of #1A4523
Complementary color
Monochromatic Colors of #1A4523
Black with #1A4523
Text Example
Text Example
White with #1A4523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4523; }
p { color: rgb(26,69,35); }
H1.HeaderClassName
{
color: #1A4523;
}
.AnyTagClassName
{
color: #1A4523;
}
</style>
background-color css
<style>
a { background-color: #1A4523; }
a { background-color: rgb(26,69,35); }
div.DivClassName
{
background-color: #1A4523;
}
.BgClassName
{
background-color: #1A4523;
}
</style>
border-color css
<style>
span { border-color: #1A4523; }
span { border-color: rgb(26,69,35); }
td.TdClassName
{
border-color: #1A4523;
}
.TagClassName
{
border-color: #1A4523;
}
</style>