Shades of Pine Tree #263112
Tints of Pine Tree #263112
RGB
CMYK
RGB Variations
Color information
#263112 (or 0x263112) is known color: Pine Tree. HEX triplet: 26, 31 and 12. RGB value is (38,49,18). Sum of RGB (Red+Green+Blue) = 38+49+18=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #263112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263112 is #D9CEED. Grayscale: #2A2A2A. Windows color (decimal): -14274286 or 1192230. OLE color: 1192230.
HSL color Cylindrical-coordinate representation of color #263112: hue angle of 81.29º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #263112 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 49 | 18 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.81 |
| HSL | 81.29º | 0.46% | 0.13% | - |
| HSV(B) | 81.29º | 0.63% | 0.19% | - |
| XYZ | 2.01 | 2.65 | 0.98 | - |
| YUV | 42.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 18 | 0.22 | 0 | 0.63 | 0.81 | 81.29 | 0.46 | 0.13 |
| Hex | 26 | 31 | 12 | 16 | 0 | 3F | 51 | 51 | 2E | D |
| Octal | 46 | 61 | 22 | 26 | 0 | 77 | 121 | 121 | 56 | 15 |
| Binary | 100110 | 110001 | 10010 | 10110 | 0 | 111111 | 1010001 | 1010001 | 101110 | 1101 |
Color Harmonies of #263112
Complementary color
Monochromatic Colors of #263112
Black with #263112
Text Example
Text Example
White with #263112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263112; }
p { color: rgb(38,49,18); }
H1.HeaderClassName
{
color: #263112;
}
.AnyTagClassName
{
color: #263112;
}
</style>
background-color css
<style>
a { background-color: #263112; }
a { background-color: rgb(38,49,18); }
div.DivClassName
{
background-color: #263112;
}
.BgClassName
{
background-color: #263112;
}
</style>
border-color css
<style>
span { border-color: #263112; }
span { border-color: rgb(38,49,18); }
td.TdClassName
{
border-color: #263112;
}
.TagClassName
{
border-color: #263112;
}
</style>