Shades of Pine Tree #26310F
Tints of Pine Tree #26310F
RGB
CMYK
RGB Variations
Color information
#26310F (or 0x26310F) is known color: Pine Tree. HEX triplet: 26, 31 and 0F. RGB value is (38,49,15). Sum of RGB (Red+Green+Blue) = 38+49+15=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #26310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26310F is #D9CEF0. Grayscale: #292929. Windows color (decimal): -14274289 or 995622. OLE color: 995622.
HSL color Cylindrical-coordinate representation of color #26310F: hue angle of 79.41º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26310F is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 49 | 15 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.81 |
| HSL | 79.41º | 0.53% | 0.13% | - |
| HSV(B) | 79.41º | 0.69% | 0.19% | - |
| XYZ | 1.98 | 2.64 | 0.86 | - |
| YUV | 41.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 15 | 0.22 | 0 | 0.69 | 0.81 | 79.41 | 0.53 | 0.13 |
| Hex | 26 | 31 | F | 16 | 0 | 45 | 51 | 4F | 35 | D |
| Octal | 46 | 61 | 17 | 26 | 0 | 105 | 121 | 117 | 65 | 15 |
| Binary | 100110 | 110001 | 1111 | 10110 | 0 | 1000101 | 1010001 | 1001111 | 110101 | 1101 |
Color Harmonies of #26310F
Complementary color
Monochromatic Colors of #26310F
Black with #26310F
Text Example
Text Example
White with #26310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26310F; }
p { color: rgb(38,49,15); }
H1.HeaderClassName
{
color: #26310F;
}
.AnyTagClassName
{
color: #26310F;
}
</style>
background-color css
<style>
a { background-color: #26310F; }
a { background-color: rgb(38,49,15); }
div.DivClassName
{
background-color: #26310F;
}
.BgClassName
{
background-color: #26310F;
}
</style>
border-color css
<style>
span { border-color: #26310F; }
span { border-color: rgb(38,49,15); }
td.TdClassName
{
border-color: #26310F;
}
.TagClassName
{
border-color: #26310F;
}
</style>