Shades of Pine Tree #26301C
Tints of Pine Tree #26301C
RGB
CMYK
RGB Variations
Color information
#26301C (or 0x26301C) is known color: Pine Tree. HEX triplet: 26, 30 and 1C. RGB value is (38,48,28). Sum of RGB (Red+Green+Blue) = 38+48+28=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 48 - color contains mainly: green. Hex color #26301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26301C is #D9CFE3. Grayscale: #2A2A2A. Windows color (decimal): -14274532 or 1847334. OLE color: 1847334.
HSL color Cylindrical-coordinate representation of color #26301C: hue angle of 90º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26301C is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 48 | 28 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.81 |
| HSL | 90º | 0.26% | 0.15% | - |
| HSV(B) | 90º | 0.42% | 0.19% | - |
| XYZ | 2.07 | 2.61 | 1.49 | - |
| YUV | 42.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 28 | 0.21 | 0 | 0.42 | 0.81 | 90 | 0.26 | 0.15 |
| Hex | 26 | 30 | 1C | 15 | 0 | 2A | 51 | 5A | 1A | F |
| Octal | 46 | 60 | 34 | 25 | 0 | 52 | 121 | 132 | 32 | 17 |
| Binary | 100110 | 110000 | 11100 | 10101 | 0 | 101010 | 1010001 | 1011010 | 11010 | 1111 |
Color Harmonies of #26301C
Complementary color
Monochromatic Colors of #26301C
Black with #26301C
Text Example
Text Example
White with #26301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26301C; }
p { color: rgb(38,48,28); }
H1.HeaderClassName
{
color: #26301C;
}
.AnyTagClassName
{
color: #26301C;
}
</style>
background-color css
<style>
a { background-color: #26301C; }
a { background-color: rgb(38,48,28); }
div.DivClassName
{
background-color: #26301C;
}
.BgClassName
{
background-color: #26301C;
}
</style>
border-color css
<style>
span { border-color: #26301C; }
span { border-color: rgb(38,48,28); }
td.TdClassName
{
border-color: #26301C;
}
.TagClassName
{
border-color: #26301C;
}
</style>