Shades of Pine Tree #263409
Tints of Pine Tree #263409
RGB
CMYK
RGB Variations
Color information
#263409 (or 0x263409) is known color: Pine Tree. HEX triplet: 26, 34 and 09. RGB value is (38,52,9). Sum of RGB (Red+Green+Blue) = 38+52+9=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #263409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263409 is #D9CBF6. Grayscale: #2B2B2B. Windows color (decimal): -14273527 or 603174. OLE color: 603174.
HSL color Cylindrical-coordinate representation of color #263409: hue angle of 79.53º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #263409 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 52 | 9 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.80 |
| HSL | 79.53º | 0.7% | 0.12% | - |
| HSV(B) | 79.53º | 0.83% | 0.2% | - |
| XYZ | 2.08 | 2.89 | 0.71 | - |
| YUV | 42.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 52 | 9 | 0.27 | 0 | 0.83 | 0.80 | 79.53 | 0.7 | 0.12 |
| Hex | 26 | 34 | 9 | 1B | 0 | 53 | 50 | 50 | 46 | C |
| Octal | 46 | 64 | 11 | 33 | 0 | 123 | 120 | 120 | 106 | 14 |
| Binary | 100110 | 110100 | 1001 | 11011 | 0 | 1010011 | 1010000 | 1010000 | 1000110 | 1100 |
Color Harmonies of #263409
Complementary color
Monochromatic Colors of #263409
Black with #263409
Text Example
Text Example
White with #263409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263409; }
p { color: rgb(38,52,9); }
H1.HeaderClassName
{
color: #263409;
}
.AnyTagClassName
{
color: #263409;
}
</style>
background-color css
<style>
a { background-color: #263409; }
a { background-color: rgb(38,52,9); }
div.DivClassName
{
background-color: #263409;
}
.BgClassName
{
background-color: #263409;
}
</style>
border-color css
<style>
span { border-color: #263409; }
span { border-color: rgb(38,52,9); }
td.TdClassName
{
border-color: #263409;
}
.TagClassName
{
border-color: #263409;
}
</style>