Shades of Pine Tree #1B260F
Tints of Pine Tree #1B260F
RGB
CMYK
RGB Variations
Color information
#1B260F (or 0x1B260F) is known color: Pine Tree. HEX triplet: 1B, 26 and 0F. RGB value is (27,38,15). Sum of RGB (Red+Green+Blue) = 27+38+15=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #1B260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B260F is #E4D9F0. Grayscale: #202020. Windows color (decimal): -14998001 or 992795. OLE color: 992795.
HSL color Cylindrical-coordinate representation of color #1B260F: hue angle of 88.7º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B260F is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 38 | 15 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.85 |
| HSL | 88.7º | 0.43% | 0.1% | - |
| HSV(B) | 88.7º | 0.61% | 0.15% | - |
| XYZ | 1.23 | 1.65 | 0.71 | - |
| YUV | 32.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 15 | 0.29 | 0 | 0.61 | 0.85 | 88.7 | 0.43 | 0.1 |
| Hex | 1B | 26 | F | 1D | 0 | 3D | 55 | 59 | 2B | A |
| Octal | 33 | 46 | 17 | 35 | 0 | 75 | 125 | 131 | 53 | 12 |
| Binary | 11011 | 100110 | 1111 | 11101 | 0 | 111101 | 1010101 | 1011001 | 101011 | 1010 |
Color Harmonies of #1B260F
Complementary color
Monochromatic Colors of #1B260F
Black with #1B260F
Text Example
Text Example
White with #1B260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B260F; }
p { color: rgb(27,38,15); }
H1.HeaderClassName
{
color: #1B260F;
}
.AnyTagClassName
{
color: #1B260F;
}
</style>
background-color css
<style>
a { background-color: #1B260F; }
a { background-color: rgb(27,38,15); }
div.DivClassName
{
background-color: #1B260F;
}
.BgClassName
{
background-color: #1B260F;
}
</style>
border-color css
<style>
span { border-color: #1B260F; }
span { border-color: rgb(27,38,15); }
td.TdClassName
{
border-color: #1B260F;
}
.TagClassName
{
border-color: #1B260F;
}
</style>