Shades of Pine Tree #26380B
Tints of Pine Tree #26380B
RGB
CMYK
RGB Variations
Color information
#26380B (or 0x26380B) is known color: Pine Tree. HEX triplet: 26, 38 and 0B. RGB value is (38,56,11). Sum of RGB (Red+Green+Blue) = 38+56+11=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #26380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26380B is #D9C7F4. Grayscale: #2D2D2D. Windows color (decimal): -14272501 or 735270. OLE color: 735270.
HSL color Cylindrical-coordinate representation of color #26380B: hue angle of 84º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26380B is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 56 | 11 | - |
| CMYK | 0.32 | 0 | 0.80 | 0.78 |
| HSL | 84º | 0.67% | 0.13% | - |
| HSV(B) | 84º | 0.8% | 0.22% | - |
| XYZ | 2.27 | 3.26 | 0.83 | - |
| YUV | 45.49 | 108.54 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 11 | 0.32 | 0 | 0.80 | 0.78 | 84 | 0.67 | 0.13 |
| Hex | 26 | 38 | B | 20 | 0 | 50 | 4E | 54 | 43 | D |
| Octal | 46 | 70 | 13 | 40 | 0 | 120 | 116 | 124 | 103 | 15 |
| Binary | 100110 | 111000 | 1011 | 100000 | 0 | 1010000 | 1001110 | 1010100 | 1000011 | 1101 |
Color Harmonies of #26380B
Complementary color
Monochromatic Colors of #26380B
Black with #26380B
Text Example
Text Example
White with #26380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26380B; }
p { color: rgb(38,56,11); }
H1.HeaderClassName
{
color: #26380B;
}
.AnyTagClassName
{
color: #26380B;
}
</style>
background-color css
<style>
a { background-color: #26380B; }
a { background-color: rgb(38,56,11); }
div.DivClassName
{
background-color: #26380B;
}
.BgClassName
{
background-color: #26380B;
}
</style>
border-color css
<style>
span { border-color: #26380B; }
span { border-color: rgb(38,56,11); }
td.TdClassName
{
border-color: #26380B;
}
.TagClassName
{
border-color: #26380B;
}
</style>