Shades of Deep Fir #1A3021
Tints of Deep Fir #1A3021
RGB
CMYK
RGB Variations
Color information
#1A3021 (or 0x1A3021) is known color: Deep Fir. HEX triplet: 1A, 30 and 21. RGB value is (26,48,33). Sum of RGB (Red+Green+Blue) = 26+48+33=107 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.30% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #1A3021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3021 is #E5CFDE. Grayscale: #272727. Windows color (decimal): -15060959 or 2175002. OLE color: 2175002.
HSL color Cylindrical-coordinate representation of color #1A3021: hue angle of 139.09º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1A3021 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 48 | 33 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.81 |
| HSL | 139.09º | 0.3% | 0.15% | - |
| HSV(B) | 139.09º | 0.46% | 0.19% | - |
| XYZ | 1.76 | 2.44 | 1.82 | - |
| YUV | 39.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 33 | 0.46 | 0 | 0.31 | 0.81 | 139.09 | 0.3 | 0.15 |
| Hex | 1A | 30 | 21 | 2E | 0 | 1F | 51 | 8B | 1E | F |
| Octal | 32 | 60 | 41 | 56 | 0 | 37 | 121 | 213 | 36 | 17 |
| Binary | 11010 | 110000 | 100001 | 101110 | 0 | 11111 | 1010001 | 10001011 | 11110 | 1111 |
Color Harmonies of #1A3021
Complementary color
Monochromatic Colors of #1A3021
Black with #1A3021
Text Example
Text Example
White with #1A3021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3021; }
p { color: rgb(26,48,33); }
H1.HeaderClassName
{
color: #1A3021;
}
.AnyTagClassName
{
color: #1A3021;
}
</style>
background-color css
<style>
a { background-color: #1A3021; }
a { background-color: rgb(26,48,33); }
div.DivClassName
{
background-color: #1A3021;
}
.BgClassName
{
background-color: #1A3021;
}
</style>
border-color css
<style>
span { border-color: #1A3021; }
span { border-color: rgb(26,48,33); }
td.TdClassName
{
border-color: #1A3021;
}
.TagClassName
{
border-color: #1A3021;
}
</style>