Shades of Pine Tree #263313
Tints of Pine Tree #263313
RGB
CMYK
RGB Variations
Color information
#263313 (or 0x263313) is known color: Pine Tree. HEX triplet: 26, 33 and 13. RGB value is (38,51,19). Sum of RGB (Red+Green+Blue) = 38+51+19=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #263313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263313 is #D9CCEC. Grayscale: #2B2B2B. Windows color (decimal): -14273773 or 1258278. OLE color: 1258278.
HSL color Cylindrical-coordinate representation of color #263313: hue angle of 84.38º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #263313 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 38 | 51 | 19 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.8 |
| HSL | 84.38º | 0.46% | 0.14% | - |
| HSV(B) | 84.38º | 0.63% | 0.2% | - |
| XYZ | 2.1 | 2.83 | 1.05 | - |
| YUV | 43.47 | 114.19 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 19 | 0.25 | 0 | 0.63 | 0.8 | 84.38 | 0.46 | 0.14 |
| Hex | 26 | 33 | 13 | 19 | 0 | 3F | 50 | 54 | 2E | E |
| Octal | 46 | 63 | 23 | 31 | 0 | 77 | 120 | 124 | 56 | 16 |
| Binary | 100110 | 110011 | 10011 | 11001 | 0 | 111111 | 1010000 | 1010100 | 101110 | 1110 |
Color Harmonies of #263313
Complementary color
Monochromatic Colors of #263313
Black with #263313
Text Example
Text Example
White with #263313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263313; }
p { color: rgb(38,51,19); }
H1.HeaderClassName
{
color: #263313;
}
.AnyTagClassName
{
color: #263313;
}
</style>
background-color css
<style>
a { background-color: #263313; }
a { background-color: rgb(38,51,19); }
div.DivClassName
{
background-color: #263313;
}
.BgClassName
{
background-color: #263313;
}
</style>
border-color css
<style>
span { border-color: #263313; }
span { border-color: rgb(38,51,19); }
td.TdClassName
{
border-color: #263313;
}
.TagClassName
{
border-color: #263313;
}
</style>