Shades of Pine Tree #263211
Tints of Pine Tree #263211
RGB
CMYK
RGB Variations
Color information
#263211 (or 0x263211) is known color: Pine Tree. HEX triplet: 26, 32 and 11. RGB value is (38,50,17). Sum of RGB (Red+Green+Blue) = 38+50+17=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #263211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263211 is #D9CDEE. Grayscale: #2A2A2A. Windows color (decimal): -14274031 or 1126950. OLE color: 1126950.
HSL color Cylindrical-coordinate representation of color #263211: hue angle of 81.82º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #263211 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 50 | 17 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.80 |
| HSL | 81.82º | 0.49% | 0.13% | - |
| HSV(B) | 81.82º | 0.66% | 0.2% | - |
| XYZ | 2.04 | 2.73 | 0.95 | - |
| YUV | 42.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 17 | 0.24 | 0 | 0.66 | 0.80 | 81.82 | 0.49 | 0.13 |
| Hex | 26 | 32 | 11 | 18 | 0 | 42 | 50 | 52 | 31 | D |
| Octal | 46 | 62 | 21 | 30 | 0 | 102 | 120 | 122 | 61 | 15 |
| Binary | 100110 | 110010 | 10001 | 11000 | 0 | 1000010 | 1010000 | 1010010 | 110001 | 1101 |
Color Harmonies of #263211
Complementary color
Monochromatic Colors of #263211
Black with #263211
Text Example
Text Example
White with #263211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263211; }
p { color: rgb(38,50,17); }
H1.HeaderClassName
{
color: #263211;
}
.AnyTagClassName
{
color: #263211;
}
</style>
background-color css
<style>
a { background-color: #263211; }
a { background-color: rgb(38,50,17); }
div.DivClassName
{
background-color: #263211;
}
.BgClassName
{
background-color: #263211;
}
</style>
border-color css
<style>
span { border-color: #263211; }
span { border-color: rgb(38,50,17); }
td.TdClassName
{
border-color: #263211;
}
.TagClassName
{
border-color: #263211;
}
</style>