Shades of Pine Tree #1A2411
Tints of Pine Tree #1A2411
RGB
CMYK
RGB Variations
Color information
#1A2411 (or 0x1A2411) is known color: Pine Tree. HEX triplet: 1A, 24 and 11. RGB value is (26,36,17). Sum of RGB (Red+Green+Blue) = 26+36+17=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #1A2411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2411 is #E5DBEE. Grayscale: #1E1E1E. Windows color (decimal): -15064047 or 1123354. OLE color: 1123354.
HSL color Cylindrical-coordinate representation of color #1A2411: hue angle of 91.58º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1A2411 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 36 | 17 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.86 |
| HSL | 91.58º | 0.36% | 0.1% | - |
| HSV(B) | 91.58º | 0.53% | 0.14% | - |
| XYZ | 1.16 | 1.52 | 0.76 | - |
| YUV | 30.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 17 | 0.28 | 0 | 0.53 | 0.86 | 91.58 | 0.36 | 0.1 |
| Hex | 1A | 24 | 11 | 1C | 0 | 35 | 56 | 5C | 24 | A |
| Octal | 32 | 44 | 21 | 34 | 0 | 65 | 126 | 134 | 44 | 12 |
| Binary | 11010 | 100100 | 10001 | 11100 | 0 | 110101 | 1010110 | 1011100 | 100100 | 1010 |
Color Harmonies of #1A2411
Complementary color
Monochromatic Colors of #1A2411
Black with #1A2411
Text Example
Text Example
White with #1A2411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2411; }
p { color: rgb(26,36,17); }
H1.HeaderClassName
{
color: #1A2411;
}
.AnyTagClassName
{
color: #1A2411;
}
</style>
background-color css
<style>
a { background-color: #1A2411; }
a { background-color: rgb(26,36,17); }
div.DivClassName
{
background-color: #1A2411;
}
.BgClassName
{
background-color: #1A2411;
}
</style>
border-color css
<style>
span { border-color: #1A2411; }
span { border-color: rgb(26,36,17); }
td.TdClassName
{
border-color: #1A2411;
}
.TagClassName
{
border-color: #1A2411;
}
</style>