Shades of Pine Tree #26300F
Tints of Pine Tree #26300F
RGB
CMYK
RGB Variations
Color information
#26300F (or 0x26300F) is known color: Pine Tree. HEX triplet: 26, 30 and 0F. RGB value is (38,48,15). Sum of RGB (Red+Green+Blue) = 38+48+15=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #26300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26300F is #D9CFF0. Grayscale: #292929. Windows color (decimal): -14274545 or 995366. OLE color: 995366.
HSL color Cylindrical-coordinate representation of color #26300F: hue angle of 78.18º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26300F is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 48 | 15 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.81 |
| HSL | 78.18º | 0.52% | 0.12% | - |
| HSV(B) | 78.18º | 0.69% | 0.19% | - |
| XYZ | 1.94 | 2.56 | 0.84 | - |
| YUV | 41.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 15 | 0.21 | 0 | 0.69 | 0.81 | 78.18 | 0.52 | 0.12 |
| Hex | 26 | 30 | F | 15 | 0 | 45 | 51 | 4E | 34 | C |
| Octal | 46 | 60 | 17 | 25 | 0 | 105 | 121 | 116 | 64 | 14 |
| Binary | 100110 | 110000 | 1111 | 10101 | 0 | 1000101 | 1010001 | 1001110 | 110100 | 1100 |
Color Harmonies of #26300F
Complementary color
Monochromatic Colors of #26300F
Black with #26300F
Text Example
Text Example
White with #26300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26300F; }
p { color: rgb(38,48,15); }
H1.HeaderClassName
{
color: #26300F;
}
.AnyTagClassName
{
color: #26300F;
}
</style>
background-color css
<style>
a { background-color: #26300F; }
a { background-color: rgb(38,48,15); }
div.DivClassName
{
background-color: #26300F;
}
.BgClassName
{
background-color: #26300F;
}
</style>
border-color css
<style>
span { border-color: #26300F; }
span { border-color: rgb(38,48,15); }
td.TdClassName
{
border-color: #26300F;
}
.TagClassName
{
border-color: #26300F;
}
</style>