Shades of Pine Tree #1B3100
Tints of Pine Tree #1B3100
RGB
CMYK
RGB Variations
Color information
#1B3100 (or 0x1B3100) is known color: Pine Tree. HEX triplet: 1B, 31 and 00. RGB value is (27,49,0). Sum of RGB (Red+Green+Blue) = 27+49+0=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 49 (19.53% from 255 or 64.47% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 49 - color contains mainly: green. Hex color #1B3100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3100 is #E4CEFF. Grayscale: #252525. Windows color (decimal): -14995200 or 12571. OLE color: 12571.
HSL color Cylindrical-coordinate representation of color #1B3100: hue angle of 86.94º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B3100 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 49 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.81 |
| HSL | 86.94º | 1% | 0.1% | - |
| HSV(B) | 86.94º | 1% | 0.19% | - |
| XYZ | 1.55 | 2.43 | 0.39 | - |
| YUV | 36.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 49 | 0 | 0.45 | 0 | 1 | 0.81 | 86.94 | 1 | 0.1 |
| Hex | 1B | 31 | 0 | 2D | 0 | 64 | 51 | 57 | 64 | A |
| Octal | 33 | 61 | 0 | 55 | 0 | 144 | 121 | 127 | 144 | 12 |
| Binary | 11011 | 110001 | 0 | 101101 | 0 | 1100100 | 1010001 | 1010111 | 1100100 | 1010 |
Color Harmonies of #1B3100
Complementary color
Monochromatic Colors of #1B3100
Black with #1B3100
Text Example
Text Example
White with #1B3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3100; }
p { color: rgb(27,49,0); }
H1.HeaderClassName
{
color: #1B3100;
}
.AnyTagClassName
{
color: #1B3100;
}
</style>
background-color css
<style>
a { background-color: #1B3100; }
a { background-color: rgb(27,49,0); }
div.DivClassName
{
background-color: #1B3100;
}
.BgClassName
{
background-color: #1B3100;
}
</style>
border-color css
<style>
span { border-color: #1B3100; }
span { border-color: rgb(27,49,0); }
td.TdClassName
{
border-color: #1B3100;
}
.TagClassName
{
border-color: #1B3100;
}
</style>