Shades of Pine Tree #263114
Tints of Pine Tree #263114
RGB
CMYK
RGB Variations
Color information
#263114 (or 0x263114) is known color: Pine Tree. HEX triplet: 26, 31 and 14. RGB value is (38,49,20). Sum of RGB (Red+Green+Blue) = 38+49+20=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 49 (19.53% from 255 or 45.79% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 49 - color contains mainly: green. Hex color #263114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263114 is #D9CEEB. Grayscale: #2A2A2A. Windows color (decimal): -14274284 or 1323302. OLE color: 1323302.
HSL color Cylindrical-coordinate representation of color #263114: hue angle of 82.76º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #263114 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 49 | 20 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.81 |
| HSL | 82.76º | 0.42% | 0.14% | - |
| HSV(B) | 82.76º | 0.59% | 0.19% | - |
| XYZ | 2.02 | 2.66 | 1.07 | - |
| YUV | 42.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 20 | 0.22 | 0 | 0.59 | 0.81 | 82.76 | 0.42 | 0.14 |
| Hex | 26 | 31 | 14 | 16 | 0 | 3B | 51 | 53 | 2A | E |
| Octal | 46 | 61 | 24 | 26 | 0 | 73 | 121 | 123 | 52 | 16 |
| Binary | 100110 | 110001 | 10100 | 10110 | 0 | 111011 | 1010001 | 1010011 | 101010 | 1110 |
Color Harmonies of #263114
Complementary color
Monochromatic Colors of #263114
Black with #263114
Text Example
Text Example
White with #263114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263114; }
p { color: rgb(38,49,20); }
H1.HeaderClassName
{
color: #263114;
}
.AnyTagClassName
{
color: #263114;
}
</style>
background-color css
<style>
a { background-color: #263114; }
a { background-color: rgb(38,49,20); }
div.DivClassName
{
background-color: #263114;
}
.BgClassName
{
background-color: #263114;
}
</style>
border-color css
<style>
span { border-color: #263114; }
span { border-color: rgb(38,49,20); }
td.TdClassName
{
border-color: #263114;
}
.TagClassName
{
border-color: #263114;
}
</style>