Shades of Pine Tree #1B2314
Tints of Pine Tree #1B2314
RGB
CMYK
RGB Variations
Color information
#1B2314 (or 0x1B2314) is known color: Pine Tree. HEX triplet: 1B, 23 and 14. RGB value is (27,35,20). Sum of RGB (Red+Green+Blue) = 27+35+20=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #1B2314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2314 is #E4DCEB. Grayscale: #1E1E1E. Windows color (decimal): -14998764 or 1319707. OLE color: 1319707.
HSL color Cylindrical-coordinate representation of color #1B2314: hue angle of 92º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1B2314 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 35 | 20 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.86 |
| HSL | 92º | 0.27% | 0.11% | - |
| HSV(B) | 92º | 0.43% | 0.14% | - |
| XYZ | 1.18 | 1.49 | 0.89 | - |
| YUV | 30.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 20 | 0.23 | 0 | 0.43 | 0.86 | 92 | 0.27 | 0.11 |
| Hex | 1B | 23 | 14 | 17 | 0 | 2B | 56 | 5C | 1B | B |
| Octal | 33 | 43 | 24 | 27 | 0 | 53 | 126 | 134 | 33 | 13 |
| Binary | 11011 | 100011 | 10100 | 10111 | 0 | 101011 | 1010110 | 1011100 | 11011 | 1011 |
Color Harmonies of #1B2314
Complementary color
Monochromatic Colors of #1B2314
Black with #1B2314
Text Example
Text Example
White with #1B2314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2314; }
p { color: rgb(27,35,20); }
H1.HeaderClassName
{
color: #1B2314;
}
.AnyTagClassName
{
color: #1B2314;
}
</style>
background-color css
<style>
a { background-color: #1B2314; }
a { background-color: rgb(27,35,20); }
div.DivClassName
{
background-color: #1B2314;
}
.BgClassName
{
background-color: #1B2314;
}
</style>
border-color css
<style>
span { border-color: #1B2314; }
span { border-color: rgb(27,35,20); }
td.TdClassName
{
border-color: #1B2314;
}
.TagClassName
{
border-color: #1B2314;
}
</style>