Shades of Pine Tree #1A290C
Tints of Pine Tree #1A290C
RGB
CMYK
RGB Variations
Color information
#1A290C (or 0x1A290C) is known color: Pine Tree. HEX triplet: 1A, 29 and 0C. RGB value is (26,41,12). Sum of RGB (Red+Green+Blue) = 26+41+12=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 41 (16.41% from 255 or 51.90% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 41 - color contains mainly: green. Hex color #1A290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A290C is #E5D6F3. Grayscale: #212121. Windows color (decimal): -15062772 or 796954. OLE color: 796954.
HSL color Cylindrical-coordinate representation of color #1A290C: hue angle of 91.03º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A290C is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 41 | 12 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.84 |
| HSL | 91.03º | 0.55% | 0.1% | - |
| HSV(B) | 91.03º | 0.71% | 0.16% | - |
| XYZ | 1.29 | 1.83 | 0.63 | - |
| YUV | 33.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 41 | 12 | 0.37 | 0 | 0.71 | 0.84 | 91.03 | 0.55 | 0.1 |
| Hex | 1A | 29 | C | 25 | 0 | 47 | 54 | 5B | 37 | A |
| Octal | 32 | 51 | 14 | 45 | 0 | 107 | 124 | 133 | 67 | 12 |
| Binary | 11010 | 101001 | 1100 | 100101 | 0 | 1000111 | 1010100 | 1011011 | 110111 | 1010 |
Color Harmonies of #1A290C
Complementary color
Monochromatic Colors of #1A290C
Black with #1A290C
Text Example
Text Example
White with #1A290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A290C; }
p { color: rgb(26,41,12); }
H1.HeaderClassName
{
color: #1A290C;
}
.AnyTagClassName
{
color: #1A290C;
}
</style>
background-color css
<style>
a { background-color: #1A290C; }
a { background-color: rgb(26,41,12); }
div.DivClassName
{
background-color: #1A290C;
}
.BgClassName
{
background-color: #1A290C;
}
</style>
border-color css
<style>
span { border-color: #1A290C; }
span { border-color: rgb(26,41,12); }
td.TdClassName
{
border-color: #1A290C;
}
.TagClassName
{
border-color: #1A290C;
}
</style>