Shades of Pine Tree #1B2510
Tints of Pine Tree #1B2510
RGB
CMYK
RGB Variations
Color information
#1B2510 (or 0x1B2510) is known color: Pine Tree. HEX triplet: 1B, 25 and 10. RGB value is (27,37,16). Sum of RGB (Red+Green+Blue) = 27+37+16=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #1B2510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2510 is #E4DAEF. Grayscale: #1F1F1F. Windows color (decimal): -14998256 or 1058075. OLE color: 1058075.
HSL color Cylindrical-coordinate representation of color #1B2510: hue angle of 88.57º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B2510 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 37 | 16 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.85 |
| HSL | 88.57º | 0.4% | 0.1% | - |
| HSV(B) | 88.57º | 0.57% | 0.15% | - |
| XYZ | 1.21 | 1.59 | 0.73 | - |
| YUV | 31.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 16 | 0.27 | 0 | 0.57 | 0.85 | 88.57 | 0.4 | 0.1 |
| Hex | 1B | 25 | 10 | 1B | 0 | 39 | 55 | 59 | 28 | A |
| Octal | 33 | 45 | 20 | 33 | 0 | 71 | 125 | 131 | 50 | 12 |
| Binary | 11011 | 100101 | 10000 | 11011 | 0 | 111001 | 1010101 | 1011001 | 101000 | 1010 |
Color Harmonies of #1B2510
Complementary color
Monochromatic Colors of #1B2510
Black with #1B2510
Text Example
Text Example
White with #1B2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2510; }
p { color: rgb(27,37,16); }
H1.HeaderClassName
{
color: #1B2510;
}
.AnyTagClassName
{
color: #1B2510;
}
</style>
background-color css
<style>
a { background-color: #1B2510; }
a { background-color: rgb(27,37,16); }
div.DivClassName
{
background-color: #1B2510;
}
.BgClassName
{
background-color: #1B2510;
}
</style>
border-color css
<style>
span { border-color: #1B2510; }
span { border-color: rgb(27,37,16); }
td.TdClassName
{
border-color: #1B2510;
}
.TagClassName
{
border-color: #1B2510;
}
</style>