Shades of Pine Tree #1B2613
Tints of Pine Tree #1B2613
RGB
CMYK
RGB Variations
Color information
#1B2613 (or 0x1B2613) is known color: Pine Tree. HEX triplet: 1B, 26 and 13. RGB value is (27,38,19). Sum of RGB (Red+Green+Blue) = 27+38+19=84 (11% of max value = 765). Red value is 27 (10.94% from 255 or 32.14% from 84); Green value is 38 (15.23% from 255 or 45.24% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 38 - color contains mainly: green. Hex color #1B2613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2613 is #E4D9EC. Grayscale: #202020. Windows color (decimal): -14997997 or 1254939. OLE color: 1254939.
HSL color Cylindrical-coordinate representation of color #1B2613: hue angle of 94.74º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B2613 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 38 | 19 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.85 |
| HSL | 94.74º | 0.33% | 0.11% | - |
| HSV(B) | 94.74º | 0.5% | 0.15% | - |
| XYZ | 1.26 | 1.67 | 0.87 | - |
| YUV | 32.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 19 | 0.29 | 0 | 0.50 | 0.85 | 94.74 | 0.33 | 0.11 |
| Hex | 1B | 26 | 13 | 1D | 0 | 32 | 55 | 5F | 21 | B |
| Octal | 33 | 46 | 23 | 35 | 0 | 62 | 125 | 137 | 41 | 13 |
| Binary | 11011 | 100110 | 10011 | 11101 | 0 | 110010 | 1010101 | 1011111 | 100001 | 1011 |
Color Harmonies of #1B2613
Complementary color
Monochromatic Colors of #1B2613
Black with #1B2613
Text Example
Text Example
White with #1B2613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2613; }
p { color: rgb(27,38,19); }
H1.HeaderClassName
{
color: #1B2613;
}
.AnyTagClassName
{
color: #1B2613;
}
</style>
background-color css
<style>
a { background-color: #1B2613; }
a { background-color: rgb(27,38,19); }
div.DivClassName
{
background-color: #1B2613;
}
.BgClassName
{
background-color: #1B2613;
}
</style>
border-color css
<style>
span { border-color: #1B2613; }
span { border-color: rgb(27,38,19); }
td.TdClassName
{
border-color: #1B2613;
}
.TagClassName
{
border-color: #1B2613;
}
</style>