Shades of Pine Tree #26390D
Tints of Pine Tree #26390D
RGB
CMYK
RGB Variations
Color information
#26390D (or 0x26390D) is known color: Pine Tree. HEX triplet: 26, 39 and 0D. RGB value is (38,57,13). Sum of RGB (Red+Green+Blue) = 38+57+13=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 57 (22.66% from 255 or 52.78% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 57 - color contains mainly: green. Hex color #26390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26390D is #D9C6F2. Grayscale: #2E2E2E. Windows color (decimal): -14272243 or 866598. OLE color: 866598.
HSL color Cylindrical-coordinate representation of color #26390D: hue angle of 85.91º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26390D is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 57 | 13 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.78 |
| HSL | 85.91º | 0.63% | 0.14% | - |
| HSV(B) | 85.91º | 0.77% | 0.22% | - |
| XYZ | 2.34 | 3.37 | 0.91 | - |
| YUV | 46.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 13 | 0.33 | 0 | 0.77 | 0.78 | 85.91 | 0.63 | 0.14 |
| Hex | 26 | 39 | D | 21 | 0 | 4D | 4E | 56 | 3F | E |
| Octal | 46 | 71 | 15 | 41 | 0 | 115 | 116 | 126 | 77 | 16 |
| Binary | 100110 | 111001 | 1101 | 100001 | 0 | 1001101 | 1001110 | 1010110 | 111111 | 1110 |
Color Harmonies of #26390D
Complementary color
Monochromatic Colors of #26390D
Black with #26390D
Text Example
Text Example
White with #26390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26390D; }
p { color: rgb(38,57,13); }
H1.HeaderClassName
{
color: #26390D;
}
.AnyTagClassName
{
color: #26390D;
}
</style>
background-color css
<style>
a { background-color: #26390D; }
a { background-color: rgb(38,57,13); }
div.DivClassName
{
background-color: #26390D;
}
.BgClassName
{
background-color: #26390D;
}
</style>
border-color css
<style>
span { border-color: #26390D; }
span { border-color: rgb(38,57,13); }
td.TdClassName
{
border-color: #26390D;
}
.TagClassName
{
border-color: #26390D;
}
</style>