Shades of Pine Tree #1A260B
Tints of Pine Tree #1A260B
RGB
CMYK
RGB Variations
Color information
#1A260B (or 0x1A260B) is known color: Pine Tree. HEX triplet: 1A, 26 and 0B. RGB value is (26,38,11). Sum of RGB (Red+Green+Blue) = 26+38+11=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #1A260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A260B is #E5D9F4. Grayscale: #1F1F1F. Windows color (decimal): -15063541 or 730650. OLE color: 730650.
HSL color Cylindrical-coordinate representation of color #1A260B: hue angle of 86.67º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A260B is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 38 | 11 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.85 |
| HSL | 86.67º | 0.55% | 0.1% | - |
| HSV(B) | 86.67º | 0.71% | 0.15% | - |
| XYZ | 1.18 | 1.63 | 0.57 | - |
| YUV | 31.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 11 | 0.32 | 0 | 0.71 | 0.85 | 86.67 | 0.55 | 0.1 |
| Hex | 1A | 26 | B | 20 | 0 | 47 | 55 | 57 | 37 | A |
| Octal | 32 | 46 | 13 | 40 | 0 | 107 | 125 | 127 | 67 | 12 |
| Binary | 11010 | 100110 | 1011 | 100000 | 0 | 1000111 | 1010101 | 1010111 | 110111 | 1010 |
Color Harmonies of #1A260B
Complementary color
Monochromatic Colors of #1A260B
Black with #1A260B
Text Example
Text Example
White with #1A260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A260B; }
p { color: rgb(26,38,11); }
H1.HeaderClassName
{
color: #1A260B;
}
.AnyTagClassName
{
color: #1A260B;
}
</style>
background-color css
<style>
a { background-color: #1A260B; }
a { background-color: rgb(26,38,11); }
div.DivClassName
{
background-color: #1A260B;
}
.BgClassName
{
background-color: #1A260B;
}
</style>
border-color css
<style>
span { border-color: #1A260B; }
span { border-color: rgb(26,38,11); }
td.TdClassName
{
border-color: #1A260B;
}
.TagClassName
{
border-color: #1A260B;
}
</style>