Shades of Pine Tree #1B3102
Tints of Pine Tree #1B3102
RGB
CMYK
RGB Variations
Color information
#1B3102 (or 0x1B3102) is known color: Pine Tree. HEX triplet: 1B, 31 and 02. RGB value is (27,49,2). Sum of RGB (Red+Green+Blue) = 27+49+2=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #1B3102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3102 is #E4CEFD. Grayscale: #252525. Windows color (decimal): -14995198 or 143643. OLE color: 143643.
HSL color Cylindrical-coordinate representation of color #1B3102: hue angle of 88.09º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B3102 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 49 | 2 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.81 |
| HSL | 88.09º | 0.92% | 0.1% | - |
| HSV(B) | 88.09º | 0.96% | 0.19% | - |
| XYZ | 1.56 | 2.43 | 0.44 | - |
| YUV | 37.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 49 | 2 | 0.45 | 0 | 0.96 | 0.81 | 88.09 | 0.92 | 0.1 |
| Hex | 1B | 31 | 2 | 2D | 0 | 60 | 51 | 58 | 5C | A |
| Octal | 33 | 61 | 2 | 55 | 0 | 140 | 121 | 130 | 134 | 12 |
| Binary | 11011 | 110001 | 10 | 101101 | 0 | 1100000 | 1010001 | 1011000 | 1011100 | 1010 |
Color Harmonies of #1B3102
Complementary color
Monochromatic Colors of #1B3102
Black with #1B3102
Text Example
Text Example
White with #1B3102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3102; }
p { color: rgb(27,49,2); }
H1.HeaderClassName
{
color: #1B3102;
}
.AnyTagClassName
{
color: #1B3102;
}
</style>
background-color css
<style>
a { background-color: #1B3102; }
a { background-color: rgb(27,49,2); }
div.DivClassName
{
background-color: #1B3102;
}
.BgClassName
{
background-color: #1B3102;
}
</style>
border-color css
<style>
span { border-color: #1B3102; }
span { border-color: rgb(27,49,2); }
td.TdClassName
{
border-color: #1B3102;
}
.TagClassName
{
border-color: #1B3102;
}
</style>