Shades of Pine Tree #1B3107
Tints of Pine Tree #1B3107
RGB
CMYK
RGB Variations
Color information
#1B3107 (or 0x1B3107) is known color: Pine Tree. HEX triplet: 1B, 31 and 07. RGB value is (27,49,7). Sum of RGB (Red+Green+Blue) = 27+49+7=83 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.53% from 83); Green value is 49 (19.53% from 255 or 59.04% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 49 - color contains mainly: green. Hex color #1B3107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3107 is #E4CEF8. Grayscale: #252525. Windows color (decimal): -14995193 or 471323. OLE color: 471323.
HSL color Cylindrical-coordinate representation of color #1B3107: hue angle of 91.43º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B3107 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 49 | 7 | - |
| CMYK | 0.45 | 0 | 0.86 | 0.81 |
| HSL | 91.43º | 0.75% | 0.11% | - |
| HSV(B) | 91.43º | 0.86% | 0.19% | - |
| XYZ | 1.59 | 2.44 | 0.59 | - |
| YUV | 37.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 49 | 7 | 0.45 | 0 | 0.86 | 0.81 | 91.43 | 0.75 | 0.11 |
| Hex | 1B | 31 | 7 | 2D | 0 | 56 | 51 | 5B | 4B | B |
| Octal | 33 | 61 | 7 | 55 | 0 | 126 | 121 | 133 | 113 | 13 |
| Binary | 11011 | 110001 | 111 | 101101 | 0 | 1010110 | 1010001 | 1011011 | 1001011 | 1011 |
Color Harmonies of #1B3107
Complementary color
Monochromatic Colors of #1B3107
Black with #1B3107
Text Example
Text Example
White with #1B3107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3107; }
p { color: rgb(27,49,7); }
H1.HeaderClassName
{
color: #1B3107;
}
.AnyTagClassName
{
color: #1B3107;
}
</style>
background-color css
<style>
a { background-color: #1B3107; }
a { background-color: rgb(27,49,7); }
div.DivClassName
{
background-color: #1B3107;
}
.BgClassName
{
background-color: #1B3107;
}
</style>
border-color css
<style>
span { border-color: #1B3107; }
span { border-color: rgb(27,49,7); }
td.TdClassName
{
border-color: #1B3107;
}
.TagClassName
{
border-color: #1B3107;
}
</style>