Shades of Deep Fir #1A3E29
Tints of Deep Fir #1A3E29
RGB
CMYK
RGB Variations
Color information
#1A3E29 (or 0x1A3E29) is known color: Deep Fir. HEX triplet: 1A, 3E and 29. RGB value is (26,62,41). Sum of RGB (Red+Green+Blue) = 26+62+41=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 62 (24.61% from 255 or 48.06% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 62 - color contains mainly: green. Hex color #1A3E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3E29 is #E5C1D6. Grayscale: #303030. Windows color (decimal): -15057367 or 2702874. OLE color: 2702874.
HSL color Cylindrical-coordinate representation of color #1A3E29: hue angle of 145º 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 #1A3E29 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 62 | 41 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.76 |
| HSL | 145º | 0.41% | 0.17% | - |
| HSV(B) | 145º | 0.58% | 0.24% | - |
| XYZ | 2.55 | 3.82 | 2.7 | - |
| YUV | 48.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 62 | 41 | 0.58 | 0 | 0.34 | 0.76 | 145 | 0.41 | 0.17 |
| Hex | 1A | 3E | 29 | 3A | 0 | 22 | 4C | 91 | 29 | 11 |
| Octal | 32 | 76 | 51 | 72 | 0 | 42 | 114 | 221 | 51 | 21 |
| Binary | 11010 | 111110 | 101001 | 111010 | 0 | 100010 | 1001100 | 10010001 | 101001 | 10001 |
Color Harmonies of #1A3E29
Complementary color
Monochromatic Colors of #1A3E29
Black with #1A3E29
Text Example
Text Example
White with #1A3E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3E29; }
p { color: rgb(26,62,41); }
H1.HeaderClassName
{
color: #1A3E29;
}
.AnyTagClassName
{
color: #1A3E29;
}
</style>
background-color css
<style>
a { background-color: #1A3E29; }
a { background-color: rgb(26,62,41); }
div.DivClassName
{
background-color: #1A3E29;
}
.BgClassName
{
background-color: #1A3E29;
}
</style>
border-color css
<style>
span { border-color: #1A3E29; }
span { border-color: rgb(26,62,41); }
td.TdClassName
{
border-color: #1A3E29;
}
.TagClassName
{
border-color: #1A3E29;
}
</style>