Shades of Deep Fir #1A3B24
Tints of Deep Fir #1A3B24
RGB
CMYK
RGB Variations
Color information
#1A3B24 (or 0x1A3B24) is known color: Deep Fir. HEX triplet: 1A, 3B and 24. RGB value is (26,59,36). Sum of RGB (Red+Green+Blue) = 26+59+36=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 59 (23.44% from 255 or 48.76% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 59 - color contains mainly: green. Hex color #1A3B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3B24 is #E5C4DB. Grayscale: #2E2E2E. Windows color (decimal): -15058140 or 2374426. OLE color: 2374426.
HSL color Cylindrical-coordinate representation of color #1A3B24: hue angle of 138.18º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1A3B24 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 59 | 36 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.77 |
| HSL | 138.18º | 0.39% | 0.17% | - |
| HSV(B) | 138.18º | 0.56% | 0.23% | - |
| XYZ | 2.31 | 3.47 | 2.22 | - |
| YUV | 46.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 59 | 36 | 0.56 | 0 | 0.39 | 0.77 | 138.18 | 0.39 | 0.17 |
| Hex | 1A | 3B | 24 | 38 | 0 | 27 | 4D | 8A | 27 | 11 |
| Octal | 32 | 73 | 44 | 70 | 0 | 47 | 115 | 212 | 47 | 21 |
| Binary | 11010 | 111011 | 100100 | 111000 | 0 | 100111 | 1001101 | 10001010 | 100111 | 10001 |
Color Harmonies of #1A3B24
Complementary color
Monochromatic Colors of #1A3B24
Black with #1A3B24
Text Example
Text Example
White with #1A3B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3B24; }
p { color: rgb(26,59,36); }
H1.HeaderClassName
{
color: #1A3B24;
}
.AnyTagClassName
{
color: #1A3B24;
}
</style>
background-color css
<style>
a { background-color: #1A3B24; }
a { background-color: rgb(26,59,36); }
div.DivClassName
{
background-color: #1A3B24;
}
.BgClassName
{
background-color: #1A3B24;
}
</style>
border-color css
<style>
span { border-color: #1A3B24; }
span { border-color: rgb(26,59,36); }
td.TdClassName
{
border-color: #1A3B24;
}
.TagClassName
{
border-color: #1A3B24;
}
</style>