Shades of Pine Tree #1B2C00
Tints of Pine Tree #1B2C00
RGB
CMYK
RGB Variations
Color information
#1B2C00 (or 0x1B2C00) is known color: Pine Tree. HEX triplet: 1B, 2C and 00. RGB value is (27,44,0). Sum of RGB (Red+Green+Blue) = 27+44+0=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 44 (17.58% from 255 or 61.97% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 44 - color contains mainly: green. Hex color #1B2C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2C00 is #E4D3FF. Grayscale: #222222. Windows color (decimal): -14996480 or 11291. OLE color: 11291.
HSL color Cylindrical-coordinate representation of color #1B2C00: hue angle of 83.18º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B2C00 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 27 | 44 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.83 |
| HSL | 83.18º | 1% | 0.09% | - |
| HSV(B) | 83.18º | 1% | 0.17% | - |
| XYZ | 1.35 | 2.03 | 0.32 | - |
| YUV | 33.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 44 | 0 | 0.39 | 0 | 1 | 0.83 | 83.18 | 1 | 0.09 |
| Hex | 1B | 2C | 0 | 27 | 0 | 64 | 53 | 53 | 64 | 9 |
| Octal | 33 | 54 | 0 | 47 | 0 | 144 | 123 | 123 | 144 | 11 |
| Binary | 11011 | 101100 | 0 | 100111 | 0 | 1100100 | 1010011 | 1010011 | 1100100 | 1001 |
Color Harmonies of #1B2C00
Complementary color
Monochromatic Colors of #1B2C00
Black with #1B2C00
Text Example
Text Example
White with #1B2C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2C00; }
p { color: rgb(27,44,0); }
H1.HeaderClassName
{
color: #1B2C00;
}
.AnyTagClassName
{
color: #1B2C00;
}
</style>
background-color css
<style>
a { background-color: #1B2C00; }
a { background-color: rgb(27,44,0); }
div.DivClassName
{
background-color: #1B2C00;
}
.BgClassName
{
background-color: #1B2C00;
}
</style>
border-color css
<style>
span { border-color: #1B2C00; }
span { border-color: rgb(27,44,0); }
td.TdClassName
{
border-color: #1B2C00;
}
.TagClassName
{
border-color: #1B2C00;
}
</style>