Shades of Pine Tree #1A260E
Tints of Pine Tree #1A260E
RGB
CMYK
RGB Variations
Color information
#1A260E (or 0x1A260E) is known color: Pine Tree. HEX triplet: 1A, 26 and 0E. RGB value is (26,38,14). Sum of RGB (Red+Green+Blue) = 26+38+14=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #1A260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A260E is #E5D9F1. Grayscale: #1F1F1F. Windows color (decimal): -15063538 or 927258. OLE color: 927258.
HSL color Cylindrical-coordinate representation of color #1A260E: hue angle of 90º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A260E is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 38 | 14 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.85 |
| HSL | 90º | 0.46% | 0.1% | - |
| HSV(B) | 90º | 0.63% | 0.15% | - |
| XYZ | 1.2 | 1.64 | 0.67 | - |
| YUV | 31.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 14 | 0.32 | 0 | 0.63 | 0.85 | 90 | 0.46 | 0.1 |
| Hex | 1A | 26 | E | 20 | 0 | 3F | 55 | 5A | 2E | A |
| Octal | 32 | 46 | 16 | 40 | 0 | 77 | 125 | 132 | 56 | 12 |
| Binary | 11010 | 100110 | 1110 | 100000 | 0 | 111111 | 1010101 | 1011010 | 101110 | 1010 |
Color Harmonies of #1A260E
Complementary color
Monochromatic Colors of #1A260E
Black with #1A260E
Text Example
Text Example
White with #1A260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A260E; }
p { color: rgb(26,38,14); }
H1.HeaderClassName
{
color: #1A260E;
}
.AnyTagClassName
{
color: #1A260E;
}
</style>
background-color css
<style>
a { background-color: #1A260E; }
a { background-color: rgb(26,38,14); }
div.DivClassName
{
background-color: #1A260E;
}
.BgClassName
{
background-color: #1A260E;
}
</style>
border-color css
<style>
span { border-color: #1A260E; }
span { border-color: rgb(26,38,14); }
td.TdClassName
{
border-color: #1A260E;
}
.TagClassName
{
border-color: #1A260E;
}
</style>