Shades of Pine Tree #1B3408
Tints of Pine Tree #1B3408
RGB
CMYK
RGB Variations
Color information
#1B3408 (or 0x1B3408) is known color: Pine Tree. HEX triplet: 1B, 34 and 08. RGB value is (27,52,8). Sum of RGB (Red+Green+Blue) = 27+52+8=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 52 (20.70% from 255 or 59.77% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 52 - color contains mainly: green. Hex color #1B3408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3408 is #E4CBF7. Grayscale: #272727. Windows color (decimal): -14994424 or 537627. OLE color: 537627.
HSL color Cylindrical-coordinate representation of color #1B3408: hue angle of 94.09º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B3408 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 52 | 8 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.80 |
| HSL | 94.09º | 0.73% | 0.12% | - |
| HSV(B) | 94.09º | 0.85% | 0.2% | - |
| XYZ | 1.72 | 2.71 | 0.66 | - |
| YUV | 39.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 52 | 8 | 0.48 | 0 | 0.85 | 0.80 | 94.09 | 0.73 | 0.12 |
| Hex | 1B | 34 | 8 | 30 | 0 | 55 | 50 | 5E | 49 | C |
| Octal | 33 | 64 | 10 | 60 | 0 | 125 | 120 | 136 | 111 | 14 |
| Binary | 11011 | 110100 | 1000 | 110000 | 0 | 1010101 | 1010000 | 1011110 | 1001001 | 1100 |
Color Harmonies of #1B3408
Complementary color
Monochromatic Colors of #1B3408
Black with #1B3408
Text Example
Text Example
White with #1B3408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3408; }
p { color: rgb(27,52,8); }
H1.HeaderClassName
{
color: #1B3408;
}
.AnyTagClassName
{
color: #1B3408;
}
</style>
background-color css
<style>
a { background-color: #1B3408; }
a { background-color: rgb(27,52,8); }
div.DivClassName
{
background-color: #1B3408;
}
.BgClassName
{
background-color: #1B3408;
}
</style>
border-color css
<style>
span { border-color: #1B3408; }
span { border-color: rgb(27,52,8); }
td.TdClassName
{
border-color: #1B3408;
}
.TagClassName
{
border-color: #1B3408;
}
</style>