Shades of Pine Tree #1B3808
Tints of Pine Tree #1B3808
RGB
CMYK
RGB Variations
Color information
#1B3808 (or 0x1B3808) is known color: Pine Tree. HEX triplet: 1B, 38 and 08. RGB value is (27,56,8). Sum of RGB (Red+Green+Blue) = 27+56+8=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 56 (22.27% from 255 or 61.54% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 56 - color contains mainly: green. Hex color #1B3808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B3808 is #E4C7F7. Grayscale: #2A2A2A. Windows color (decimal): -14993400 or 538651. OLE color: 538651.
HSL color Cylindrical-coordinate representation of color #1B3808: hue angle of 96.25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B3808 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 56 | 8 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.78 |
| HSL | 96.25º | 0.75% | 0.13% | - |
| HSV(B) | 96.25º | 0.86% | 0.22% | - |
| XYZ | 1.91 | 3.08 | 0.72 | - |
| YUV | 41.86 | 108.89 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 56 | 8 | 0.52 | 0 | 0.86 | 0.78 | 96.25 | 0.75 | 0.13 |
| Hex | 1B | 38 | 8 | 34 | 0 | 56 | 4E | 60 | 4B | D |
| Octal | 33 | 70 | 10 | 64 | 0 | 126 | 116 | 140 | 113 | 15 |
| Binary | 11011 | 111000 | 1000 | 110100 | 0 | 1010110 | 1001110 | 1100000 | 1001011 | 1101 |
Color Harmonies of #1B3808
Complementary color
Monochromatic Colors of #1B3808
Black with #1B3808
Text Example
Text Example
White with #1B3808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3808; }
p { color: rgb(27,56,8); }
H1.HeaderClassName
{
color: #1B3808;
}
.AnyTagClassName
{
color: #1B3808;
}
</style>
background-color css
<style>
a { background-color: #1B3808; }
a { background-color: rgb(27,56,8); }
div.DivClassName
{
background-color: #1B3808;
}
.BgClassName
{
background-color: #1B3808;
}
</style>
border-color css
<style>
span { border-color: #1B3808; }
span { border-color: rgb(27,56,8); }
td.TdClassName
{
border-color: #1B3808;
}
.TagClassName
{
border-color: #1B3808;
}
</style>