Shades of Pine Tree #26321B
Tints of Pine Tree #26321B
RGB
CMYK
RGB Variations
Color information
#26321B (or 0x26321B) is known color: Pine Tree. HEX triplet: 26, 32 and 1B. RGB value is (38,50,27). Sum of RGB (Red+Green+Blue) = 38+50+27=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #26321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26321B is #D9CDE4. Grayscale: #2B2B2B. Windows color (decimal): -14274021 or 1782310. OLE color: 1782310.
HSL color Cylindrical-coordinate representation of color #26321B: hue angle of 91.3º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #26321B is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 50 | 27 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.80 |
| HSL | 91.3º | 0.3% | 0.15% | - |
| HSV(B) | 91.3º | 0.46% | 0.2% | - |
| XYZ | 2.14 | 2.77 | 1.46 | - |
| YUV | 43.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 27 | 0.24 | 0 | 0.46 | 0.80 | 91.3 | 0.3 | 0.15 |
| Hex | 26 | 32 | 1B | 18 | 0 | 2E | 50 | 5B | 1E | F |
| Octal | 46 | 62 | 33 | 30 | 0 | 56 | 120 | 133 | 36 | 17 |
| Binary | 100110 | 110010 | 11011 | 11000 | 0 | 101110 | 1010000 | 1011011 | 11110 | 1111 |
Color Harmonies of #26321B
Complementary color
Monochromatic Colors of #26321B
Black with #26321B
Text Example
Text Example
White with #26321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26321B; }
p { color: rgb(38,50,27); }
H1.HeaderClassName
{
color: #26321B;
}
.AnyTagClassName
{
color: #26321B;
}
</style>
background-color css
<style>
a { background-color: #26321B; }
a { background-color: rgb(38,50,27); }
div.DivClassName
{
background-color: #26321B;
}
.BgClassName
{
background-color: #26321B;
}
</style>
border-color css
<style>
span { border-color: #26321B; }
span { border-color: rgb(38,50,27); }
td.TdClassName
{
border-color: #26321B;
}
.TagClassName
{
border-color: #26321B;
}
</style>