Shades of Deep Fir #1A3E21
Tints of Deep Fir #1A3E21
RGB
CMYK
RGB Variations
Color information
#1A3E21 (or 0x1A3E21) is known color: Deep Fir. HEX triplet: 1A, 3E and 21. RGB value is (26,62,33). Sum of RGB (Red+Green+Blue) = 26+62+33=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 62 (24.61% from 255 or 51.24% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 62 - color contains mainly: green. Hex color #1A3E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3E21 is #E5C1DE. Grayscale: #303030. Windows color (decimal): -15057375 or 2178586. OLE color: 2178586.
HSL color Cylindrical-coordinate representation of color #1A3E21: hue angle of 131.67º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A3E21 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 62 | 33 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.76 |
| HSL | 131.67º | 0.41% | 0.17% | - |
| HSV(B) | 131.67º | 0.58% | 0.24% | - |
| XYZ | 2.42 | 3.77 | 2.04 | - |
| YUV | 47.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 62 | 33 | 0.58 | 0 | 0.47 | 0.76 | 131.67 | 0.41 | 0.17 |
| Hex | 1A | 3E | 21 | 3A | 0 | 2F | 4C | 84 | 29 | 11 |
| Octal | 32 | 76 | 41 | 72 | 0 | 57 | 114 | 204 | 51 | 21 |
| Binary | 11010 | 111110 | 100001 | 111010 | 0 | 101111 | 1001100 | 10000100 | 101001 | 10001 |
Color Harmonies of #1A3E21
Complementary color
Monochromatic Colors of #1A3E21
Black with #1A3E21
Text Example
Text Example
White with #1A3E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3E21; }
p { color: rgb(26,62,33); }
H1.HeaderClassName
{
color: #1A3E21;
}
.AnyTagClassName
{
color: #1A3E21;
}
</style>
background-color css
<style>
a { background-color: #1A3E21; }
a { background-color: rgb(26,62,33); }
div.DivClassName
{
background-color: #1A3E21;
}
.BgClassName
{
background-color: #1A3E21;
}
</style>
border-color css
<style>
span { border-color: #1A3E21; }
span { border-color: rgb(26,62,33); }
td.TdClassName
{
border-color: #1A3E21;
}
.TagClassName
{
border-color: #1A3E21;
}
</style>