Shades of Deep Fir #1A2E21
Tints of Deep Fir #1A2E21
RGB
CMYK
RGB Variations
Color information
#1A2E21 (or 0x1A2E21) is known color: Deep Fir. HEX triplet: 1A, 2E and 21. RGB value is (26,46,33). Sum of RGB (Red+Green+Blue) = 26+46+33=105 (13% of max value = 765). Red value is 26 (10.55% from 255 or 24.76% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #1A2E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2E21 is #E5D1DE. Grayscale: #262626. Windows color (decimal): -15061471 or 2174490. OLE color: 2174490.
HSL color Cylindrical-coordinate representation of color #1A2E21: hue angle of 141º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1A2E21 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 46 | 33 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.82 |
| HSL | 141º | 0.28% | 0.14% | - |
| HSV(B) | 141º | 0.43% | 0.18% | - |
| XYZ | 1.68 | 2.28 | 1.79 | - |
| YUV | 38.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 33 | 0.43 | 0 | 0.28 | 0.82 | 141 | 0.28 | 0.14 |
| Hex | 1A | 2E | 21 | 2B | 0 | 1C | 52 | 8D | 1C | E |
| Octal | 32 | 56 | 41 | 53 | 0 | 34 | 122 | 215 | 34 | 16 |
| Binary | 11010 | 101110 | 100001 | 101011 | 0 | 11100 | 1010010 | 10001101 | 11100 | 1110 |
Color Harmonies of #1A2E21
Complementary color
Monochromatic Colors of #1A2E21
Black with #1A2E21
Text Example
Text Example
White with #1A2E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E21; }
p { color: rgb(26,46,33); }
H1.HeaderClassName
{
color: #1A2E21;
}
.AnyTagClassName
{
color: #1A2E21;
}
</style>
background-color css
<style>
a { background-color: #1A2E21; }
a { background-color: rgb(26,46,33); }
div.DivClassName
{
background-color: #1A2E21;
}
.BgClassName
{
background-color: #1A2E21;
}
</style>
border-color css
<style>
span { border-color: #1A2E21; }
span { border-color: rgb(26,46,33); }
td.TdClassName
{
border-color: #1A2E21;
}
.TagClassName
{
border-color: #1A2E21;
}
</style>