Shades of Pine Tree #1B2410
Tints of Pine Tree #1B2410
RGB
CMYK
RGB Variations
Color information
#1B2410 (or 0x1B2410) is known color: Pine Tree. HEX triplet: 1B, 24 and 10. RGB value is (27,36,16). Sum of RGB (Red+Green+Blue) = 27+36+16=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #1B2410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2410 is #E4DBEF. Grayscale: #1F1F1F. Windows color (decimal): -14998512 or 1057819. OLE color: 1057819.
HSL color Cylindrical-coordinate representation of color #1B2410: hue angle of 87º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B2410 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 36 | 16 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.86 |
| HSL | 87º | 0.38% | 0.1% | - |
| HSV(B) | 87º | 0.56% | 0.14% | - |
| XYZ | 1.18 | 1.53 | 0.72 | - |
| YUV | 31.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 36 | 16 | 0.25 | 0 | 0.56 | 0.86 | 87 | 0.38 | 0.1 |
| Hex | 1B | 24 | 10 | 19 | 0 | 38 | 56 | 57 | 26 | A |
| Octal | 33 | 44 | 20 | 31 | 0 | 70 | 126 | 127 | 46 | 12 |
| Binary | 11011 | 100100 | 10000 | 11001 | 0 | 111000 | 1010110 | 1010111 | 100110 | 1010 |
Color Harmonies of #1B2410
Complementary color
Monochromatic Colors of #1B2410
Black with #1B2410
Text Example
Text Example
White with #1B2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2410; }
p { color: rgb(27,36,16); }
H1.HeaderClassName
{
color: #1B2410;
}
.AnyTagClassName
{
color: #1B2410;
}
</style>
background-color css
<style>
a { background-color: #1B2410; }
a { background-color: rgb(27,36,16); }
div.DivClassName
{
background-color: #1B2410;
}
.BgClassName
{
background-color: #1B2410;
}
</style>
border-color css
<style>
span { border-color: #1B2410; }
span { border-color: rgb(27,36,16); }
td.TdClassName
{
border-color: #1B2410;
}
.TagClassName
{
border-color: #1B2410;
}
</style>