Shades of Pine Tree #1A2611
Tints of Pine Tree #1A2611
RGB
CMYK
RGB Variations
Color information
#1A2611 (or 0x1A2611) is known color: Pine Tree. HEX triplet: 1A, 26 and 11. RGB value is (26,38,17). Sum of RGB (Red+Green+Blue) = 26+38+17=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 38 (15.23% from 255 or 46.91% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 38 - color contains mainly: green. Hex color #1A2611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2611 is #E5D9EE. Grayscale: #202020. Windows color (decimal): -15063535 or 1123866. OLE color: 1123866.
HSL color Cylindrical-coordinate representation of color #1A2611: hue angle of 94.29º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A2611 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 38 | 17 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.85 |
| HSL | 94.29º | 0.38% | 0.11% | - |
| HSV(B) | 94.29º | 0.55% | 0.15% | - |
| XYZ | 1.22 | 1.65 | 0.78 | - |
| YUV | 32.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 17 | 0.32 | 0 | 0.55 | 0.85 | 94.29 | 0.38 | 0.11 |
| Hex | 1A | 26 | 11 | 20 | 0 | 37 | 55 | 5E | 26 | B |
| Octal | 32 | 46 | 21 | 40 | 0 | 67 | 125 | 136 | 46 | 13 |
| Binary | 11010 | 100110 | 10001 | 100000 | 0 | 110111 | 1010101 | 1011110 | 100110 | 1011 |
Color Harmonies of #1A2611
Complementary color
Monochromatic Colors of #1A2611
Black with #1A2611
Text Example
Text Example
White with #1A2611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2611; }
p { color: rgb(26,38,17); }
H1.HeaderClassName
{
color: #1A2611;
}
.AnyTagClassName
{
color: #1A2611;
}
</style>
background-color css
<style>
a { background-color: #1A2611; }
a { background-color: rgb(26,38,17); }
div.DivClassName
{
background-color: #1A2611;
}
.BgClassName
{
background-color: #1A2611;
}
</style>
border-color css
<style>
span { border-color: #1A2611; }
span { border-color: rgb(26,38,17); }
td.TdClassName
{
border-color: #1A2611;
}
.TagClassName
{
border-color: #1A2611;
}
</style>