Shades of Pine Tree #1B320B
Tints of Pine Tree #1B320B
RGB
CMYK
RGB Variations
Color information
#1B320B (or 0x1B320B) is known color: Pine Tree. HEX triplet: 1B, 32 and 0B. RGB value is (27,50,11). Sum of RGB (Red+Green+Blue) = 27+50+11=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #1B320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B320B is #E4CDF4. Grayscale: #262626. Windows color (decimal): -14994933 or 733723. OLE color: 733723.
HSL color Cylindrical-coordinate representation of color #1B320B: hue angle of 95.38º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B320B is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 50 | 11 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.80 |
| HSL | 95.38º | 0.64% | 0.12% | - |
| HSV(B) | 95.38º | 0.78% | 0.2% | - |
| XYZ | 1.65 | 2.54 | 0.72 | - |
| YUV | 38.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 11 | 0.46 | 0 | 0.78 | 0.80 | 95.38 | 0.64 | 0.12 |
| Hex | 1B | 32 | B | 2E | 0 | 4E | 50 | 5F | 40 | C |
| Octal | 33 | 62 | 13 | 56 | 0 | 116 | 120 | 137 | 100 | 14 |
| Binary | 11011 | 110010 | 1011 | 101110 | 0 | 1001110 | 1010000 | 1011111 | 1000000 | 1100 |
Color Harmonies of #1B320B
Complementary color
Monochromatic Colors of #1B320B
Black with #1B320B
Text Example
Text Example
White with #1B320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B320B; }
p { color: rgb(27,50,11); }
H1.HeaderClassName
{
color: #1B320B;
}
.AnyTagClassName
{
color: #1B320B;
}
</style>
background-color css
<style>
a { background-color: #1B320B; }
a { background-color: rgb(27,50,11); }
div.DivClassName
{
background-color: #1B320B;
}
.BgClassName
{
background-color: #1B320B;
}
</style>
border-color css
<style>
span { border-color: #1B320B; }
span { border-color: rgb(27,50,11); }
td.TdClassName
{
border-color: #1B320B;
}
.TagClassName
{
border-color: #1B320B;
}
</style>