Shades of Pine Tree #1B320A
Tints of Pine Tree #1B320A
RGB
CMYK
RGB Variations
Color information
#1B320A (or 0x1B320A) is known color: Pine Tree. HEX triplet: 1B, 32 and 0A. RGB value is (27,50,10). Sum of RGB (Red+Green+Blue) = 27+50+10=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #1B320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B320A is #E4CDF5. Grayscale: #262626. Windows color (decimal): -14994934 or 668187. OLE color: 668187.
HSL color Cylindrical-coordinate representation of color #1B320A: hue angle of 94.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B320A is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 50 | 10 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.80 |
| HSL | 94.5º | 0.67% | 0.12% | - |
| HSV(B) | 94.5º | 0.8% | 0.2% | - |
| XYZ | 1.65 | 2.54 | 0.69 | - |
| YUV | 38.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 10 | 0.46 | 0 | 0.80 | 0.80 | 94.5 | 0.67 | 0.12 |
| Hex | 1B | 32 | A | 2E | 0 | 50 | 50 | 5E | 43 | C |
| Octal | 33 | 62 | 12 | 56 | 0 | 120 | 120 | 136 | 103 | 14 |
| Binary | 11011 | 110010 | 1010 | 101110 | 0 | 1010000 | 1010000 | 1011110 | 1000011 | 1100 |
Color Harmonies of #1B320A
Complementary color
Monochromatic Colors of #1B320A
Black with #1B320A
Text Example
Text Example
White with #1B320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B320A; }
p { color: rgb(27,50,10); }
H1.HeaderClassName
{
color: #1B320A;
}
.AnyTagClassName
{
color: #1B320A;
}
</style>
background-color css
<style>
a { background-color: #1B320A; }
a { background-color: rgb(27,50,10); }
div.DivClassName
{
background-color: #1B320A;
}
.BgClassName
{
background-color: #1B320A;
}
</style>
border-color css
<style>
span { border-color: #1B320A; }
span { border-color: rgb(27,50,10); }
td.TdClassName
{
border-color: #1B320A;
}
.TagClassName
{
border-color: #1B320A;
}
</style>