Shades of Pine Tree #1B2B11
Tints of Pine Tree #1B2B11
RGB
CMYK
RGB Variations
Color information
#1B2B11 (or 0x1B2B11) is known color: Pine Tree. HEX triplet: 1B, 2B and 11. RGB value is (27,43,17). Sum of RGB (Red+Green+Blue) = 27+43+17=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 43 (17.19% from 255 or 49.43% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 43 - color contains mainly: green. Hex color #1B2B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2B11 is #E4D4EE. Grayscale: #232323. Windows color (decimal): -14996719 or 1125147. OLE color: 1125147.
HSL color Cylindrical-coordinate representation of color #1B2B11: hue angle of 96.92º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B2B11 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 27 | 43 | 17 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.83 |
| HSL | 96.92º | 0.43% | 0.12% | - |
| HSV(B) | 96.92º | 0.6% | 0.17% | - |
| XYZ | 1.42 | 2 | 0.84 | - |
| YUV | 35.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 43 | 17 | 0.37 | 0 | 0.60 | 0.83 | 96.92 | 0.43 | 0.12 |
| Hex | 1B | 2B | 11 | 25 | 0 | 3C | 53 | 61 | 2B | C |
| Octal | 33 | 53 | 21 | 45 | 0 | 74 | 123 | 141 | 53 | 14 |
| Binary | 11011 | 101011 | 10001 | 100101 | 0 | 111100 | 1010011 | 1100001 | 101011 | 1100 |
Color Harmonies of #1B2B11
Complementary color
Monochromatic Colors of #1B2B11
Black with #1B2B11
Text Example
Text Example
White with #1B2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2B11; }
p { color: rgb(27,43,17); }
H1.HeaderClassName
{
color: #1B2B11;
}
.AnyTagClassName
{
color: #1B2B11;
}
</style>
background-color css
<style>
a { background-color: #1B2B11; }
a { background-color: rgb(27,43,17); }
div.DivClassName
{
background-color: #1B2B11;
}
.BgClassName
{
background-color: #1B2B11;
}
</style>
border-color css
<style>
span { border-color: #1B2B11; }
span { border-color: rgb(27,43,17); }
td.TdClassName
{
border-color: #1B2B11;
}
.TagClassName
{
border-color: #1B2B11;
}
</style>