Shades of Pine Tree #1B260E
Tints of Pine Tree #1B260E
RGB
CMYK
RGB Variations
Color information
#1B260E (or 0x1B260E) is known color: Pine Tree. HEX triplet: 1B, 26 and 0E. RGB value is (27,38,14). Sum of RGB (Red+Green+Blue) = 27+38+14=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #1B260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B260E is #E4D9F1. Grayscale: #202020. Windows color (decimal): -14998002 or 927259. OLE color: 927259.
HSL color Cylindrical-coordinate representation of color #1B260E: hue angle of 87.5º 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 #1B260E is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 38 | 14 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.85 |
| HSL | 87.5º | 0.46% | 0.1% | - |
| HSV(B) | 87.5º | 0.63% | 0.15% | - |
| XYZ | 1.22 | 1.65 | 0.67 | - |
| YUV | 31.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 14 | 0.29 | 0 | 0.63 | 0.85 | 87.5 | 0.46 | 0.1 |
| Hex | 1B | 26 | E | 1D | 0 | 3F | 55 | 57 | 2E | A |
| Octal | 33 | 46 | 16 | 35 | 0 | 77 | 125 | 127 | 56 | 12 |
| Binary | 11011 | 100110 | 1110 | 11101 | 0 | 111111 | 1010101 | 1010111 | 101110 | 1010 |
Color Harmonies of #1B260E
Complementary color
Monochromatic Colors of #1B260E
Black with #1B260E
Text Example
Text Example
White with #1B260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B260E; }
p { color: rgb(27,38,14); }
H1.HeaderClassName
{
color: #1B260E;
}
.AnyTagClassName
{
color: #1B260E;
}
</style>
background-color css
<style>
a { background-color: #1B260E; }
a { background-color: rgb(27,38,14); }
div.DivClassName
{
background-color: #1B260E;
}
.BgClassName
{
background-color: #1B260E;
}
</style>
border-color css
<style>
span { border-color: #1B260E; }
span { border-color: rgb(27,38,14); }
td.TdClassName
{
border-color: #1B260E;
}
.TagClassName
{
border-color: #1B260E;
}
</style>