Shades of Pine Tree #26380F
Tints of Pine Tree #26380F
RGB
CMYK
RGB Variations
Color information
#26380F (or 0x26380F) is known color: Pine Tree. HEX triplet: 26, 38 and 0F. RGB value is (38,56,15). Sum of RGB (Red+Green+Blue) = 38+56+15=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #26380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26380F is #D9C7F0. Grayscale: #2E2E2E. Windows color (decimal): -14272497 or 997414. OLE color: 997414.
HSL color Cylindrical-coordinate representation of color #26380F: hue angle of 86.34º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26380F is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 56 | 15 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.78 |
| HSL | 86.34º | 0.58% | 0.14% | - |
| HSV(B) | 86.34º | 0.73% | 0.22% | - |
| XYZ | 2.3 | 3.27 | 0.96 | - |
| YUV | 45.94 | 110.54 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 15 | 0.32 | 0 | 0.73 | 0.78 | 86.34 | 0.58 | 0.14 |
| Hex | 26 | 38 | F | 20 | 0 | 49 | 4E | 56 | 3A | E |
| Octal | 46 | 70 | 17 | 40 | 0 | 111 | 116 | 126 | 72 | 16 |
| Binary | 100110 | 111000 | 1111 | 100000 | 0 | 1001001 | 1001110 | 1010110 | 111010 | 1110 |
Color Harmonies of #26380F
Complementary color
Monochromatic Colors of #26380F
Black with #26380F
Text Example
Text Example
White with #26380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26380F; }
p { color: rgb(38,56,15); }
H1.HeaderClassName
{
color: #26380F;
}
.AnyTagClassName
{
color: #26380F;
}
</style>
background-color css
<style>
a { background-color: #26380F; }
a { background-color: rgb(38,56,15); }
div.DivClassName
{
background-color: #26380F;
}
.BgClassName
{
background-color: #26380F;
}
</style>
border-color css
<style>
span { border-color: #26380F; }
span { border-color: rgb(38,56,15); }
td.TdClassName
{
border-color: #26380F;
}
.TagClassName
{
border-color: #26380F;
}
</style>