Shades of Pine Tree #1B2514
Tints of Pine Tree #1B2514
RGB
CMYK
RGB Variations
Color information
#1B2514 (or 0x1B2514) is known color: Pine Tree. HEX triplet: 1B, 25 and 14. RGB value is (27,37,20). Sum of RGB (Red+Green+Blue) = 27+37+20=84 (11% of max value = 765). Red value is 27 (10.94% from 255 or 32.14% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #1B2514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2514 is #E4DAEB. Grayscale: #202020. Windows color (decimal): -14998252 or 1320219. OLE color: 1320219.
HSL color Cylindrical-coordinate representation of color #1B2514: hue angle of 95.29º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B2514 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 37 | 20 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.85 |
| HSL | 95.29º | 0.3% | 0.11% | - |
| HSV(B) | 95.29º | 0.46% | 0.15% | - |
| XYZ | 1.24 | 1.61 | 0.91 | - |
| YUV | 32.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 20 | 0.27 | 0 | 0.46 | 0.85 | 95.29 | 0.3 | 0.11 |
| Hex | 1B | 25 | 14 | 1B | 0 | 2E | 55 | 5F | 1E | B |
| Octal | 33 | 45 | 24 | 33 | 0 | 56 | 125 | 137 | 36 | 13 |
| Binary | 11011 | 100101 | 10100 | 11011 | 0 | 101110 | 1010101 | 1011111 | 11110 | 1011 |
Color Harmonies of #1B2514
Complementary color
Monochromatic Colors of #1B2514
Black with #1B2514
Text Example
Text Example
White with #1B2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2514; }
p { color: rgb(27,37,20); }
H1.HeaderClassName
{
color: #1B2514;
}
.AnyTagClassName
{
color: #1B2514;
}
</style>
background-color css
<style>
a { background-color: #1B2514; }
a { background-color: rgb(27,37,20); }
div.DivClassName
{
background-color: #1B2514;
}
.BgClassName
{
background-color: #1B2514;
}
</style>
border-color css
<style>
span { border-color: #1B2514; }
span { border-color: rgb(27,37,20); }
td.TdClassName
{
border-color: #1B2514;
}
.TagClassName
{
border-color: #1B2514;
}
</style>