Shades of Pine Tree #26400D
Tints of Pine Tree #26400D
RGB
CMYK
RGB Variations
Color information
#26400D (or 0x26400D) is known color: Pine Tree. HEX triplet: 26, 40 and 0D. RGB value is (38,64,13). Sum of RGB (Red+Green+Blue) = 38+64+13=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #26400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26400D is #D9BFF2. Grayscale: #323232. Windows color (decimal): -14270451 or 868390. OLE color: 868390.
HSL color Cylindrical-coordinate representation of color #26400D: hue angle of 90.59º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26400D is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 64 | 13 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.75 |
| HSL | 90.59º | 0.66% | 0.15% | - |
| HSV(B) | 90.59º | 0.8% | 0.25% | - |
| XYZ | 2.71 | 4.11 | 1.03 | - |
| YUV | 50.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 13 | 0.41 | 0 | 0.80 | 0.75 | 90.59 | 0.66 | 0.15 |
| Hex | 26 | 40 | D | 29 | 0 | 50 | 4B | 5B | 42 | F |
| Octal | 46 | 100 | 15 | 51 | 0 | 120 | 113 | 133 | 102 | 17 |
| Binary | 100110 | 1000000 | 1101 | 101001 | 0 | 1010000 | 1001011 | 1011011 | 1000010 | 1111 |
Color Harmonies of #26400D
Complementary color
Monochromatic Colors of #26400D
Black with #26400D
Text Example
Text Example
White with #26400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26400D; }
p { color: rgb(38,64,13); }
H1.HeaderClassName
{
color: #26400D;
}
.AnyTagClassName
{
color: #26400D;
}
</style>
background-color css
<style>
a { background-color: #26400D; }
a { background-color: rgb(38,64,13); }
div.DivClassName
{
background-color: #26400D;
}
.BgClassName
{
background-color: #26400D;
}
</style>
border-color css
<style>
span { border-color: #26400D; }
span { border-color: rgb(38,64,13); }
td.TdClassName
{
border-color: #26400D;
}
.TagClassName
{
border-color: #26400D;
}
</style>