Shades of Pine Tree #263214
Tints of Pine Tree #263214
RGB
CMYK
RGB Variations
Color information
#263214 (or 0x263214) is known color: Pine Tree. HEX triplet: 26, 32 and 14. RGB value is (38,50,20). Sum of RGB (Red+Green+Blue) = 38+50+20=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #263214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263214 is #D9CDEB. Grayscale: #2B2B2B. Windows color (decimal): -14274028 or 1323558. OLE color: 1323558.
HSL color Cylindrical-coordinate representation of color #263214: hue angle of 84º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #263214 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 50 | 20 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.80 |
| HSL | 84º | 0.43% | 0.14% | - |
| HSV(B) | 84º | 0.6% | 0.2% | - |
| XYZ | 2.07 | 2.74 | 1.08 | - |
| YUV | 42.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 20 | 0.24 | 0 | 0.60 | 0.80 | 84 | 0.43 | 0.14 |
| Hex | 26 | 32 | 14 | 18 | 0 | 3C | 50 | 54 | 2B | E |
| Octal | 46 | 62 | 24 | 30 | 0 | 74 | 120 | 124 | 53 | 16 |
| Binary | 100110 | 110010 | 10100 | 11000 | 0 | 111100 | 1010000 | 1010100 | 101011 | 1110 |
Color Harmonies of #263214
Complementary color
Monochromatic Colors of #263214
Black with #263214
Text Example
Text Example
White with #263214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263214; }
p { color: rgb(38,50,20); }
H1.HeaderClassName
{
color: #263214;
}
.AnyTagClassName
{
color: #263214;
}
</style>
background-color css
<style>
a { background-color: #263214; }
a { background-color: rgb(38,50,20); }
div.DivClassName
{
background-color: #263214;
}
.BgClassName
{
background-color: #263214;
}
</style>
border-color css
<style>
span { border-color: #263214; }
span { border-color: rgb(38,50,20); }
td.TdClassName
{
border-color: #263214;
}
.TagClassName
{
border-color: #263214;
}
</style>