Shades of Pine Tree #1B2606
Tints of Pine Tree #1B2606
RGB
CMYK
RGB Variations
Color information
#1B2606 (or 0x1B2606) is known color: Pine Tree. HEX triplet: 1B, 26 and 06. RGB value is (27,38,6). Sum of RGB (Red+Green+Blue) = 27+38+6=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 38 (15.23% from 255 or 53.52% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 38 - color contains mainly: green. Hex color #1B2606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2606 is #E4D9F9. Grayscale: #1F1F1F. Windows color (decimal): -14998010 or 402971. OLE color: 402971.
HSL color Cylindrical-coordinate representation of color #1B2606: hue angle of 80.62º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B2606 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 38 | 6 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.85 |
| HSL | 80.63º | 0.73% | 0.09% | - |
| HSV(B) | 80.63º | 0.84% | 0.15% | - |
| XYZ | 1.18 | 1.63 | 0.43 | - |
| YUV | 31.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 6 | 0.29 | 0 | 0.84 | 0.85 | 80.63 | 0.73 | 0.09 |
| Hex | 1B | 26 | 6 | 1D | 0 | 54 | 55 | 51 | 49 | 9 |
| Octal | 33 | 46 | 6 | 35 | 0 | 124 | 125 | 121 | 111 | 11 |
| Binary | 11011 | 100110 | 110 | 11101 | 0 | 1010100 | 1010101 | 1010001 | 1001001 | 1001 |
Color Harmonies of #1B2606
Complementary color
Monochromatic Colors of #1B2606
Black with #1B2606
Text Example
Text Example
White with #1B2606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2606; }
p { color: rgb(27,38,6); }
H1.HeaderClassName
{
color: #1B2606;
}
.AnyTagClassName
{
color: #1B2606;
}
</style>
background-color css
<style>
a { background-color: #1B2606; }
a { background-color: rgb(27,38,6); }
div.DivClassName
{
background-color: #1B2606;
}
.BgClassName
{
background-color: #1B2606;
}
</style>
border-color css
<style>
span { border-color: #1B2606; }
span { border-color: rgb(27,38,6); }
td.TdClassName
{
border-color: #1B2606;
}
.TagClassName
{
border-color: #1B2606;
}
</style>