Shades of Pine Tree #26360B
Tints of Pine Tree #26360B
RGB
CMYK
RGB Variations
Color information
#26360B (or 0x26360B) is known color: Pine Tree. HEX triplet: 26, 36 and 0B. RGB value is (38,54,11). Sum of RGB (Red+Green+Blue) = 38+54+11=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 54 (21.48% from 255 or 52.43% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 54 - color contains mainly: green. Hex color #26360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26360B is #D9C9F4. Grayscale: #2C2C2C. Windows color (decimal): -14273013 or 734758. OLE color: 734758.
HSL color Cylindrical-coordinate representation of color #26360B: hue angle of 82.33º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26360B is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 54 | 11 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.79 |
| HSL | 82.33º | 0.66% | 0.13% | - |
| HSV(B) | 82.33º | 0.8% | 0.21% | - |
| XYZ | 2.18 | 3.07 | 0.8 | - |
| YUV | 44.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 11 | 0.30 | 0 | 0.80 | 0.79 | 82.33 | 0.66 | 0.13 |
| Hex | 26 | 36 | B | 1E | 0 | 50 | 4F | 52 | 42 | D |
| Octal | 46 | 66 | 13 | 36 | 0 | 120 | 117 | 122 | 102 | 15 |
| Binary | 100110 | 110110 | 1011 | 11110 | 0 | 1010000 | 1001111 | 1010010 | 1000010 | 1101 |
Color Harmonies of #26360B
Complementary color
Monochromatic Colors of #26360B
Black with #26360B
Text Example
Text Example
White with #26360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26360B; }
p { color: rgb(38,54,11); }
H1.HeaderClassName
{
color: #26360B;
}
.AnyTagClassName
{
color: #26360B;
}
</style>
background-color css
<style>
a { background-color: #26360B; }
a { background-color: rgb(38,54,11); }
div.DivClassName
{
background-color: #26360B;
}
.BgClassName
{
background-color: #26360B;
}
</style>
border-color css
<style>
span { border-color: #26360B; }
span { border-color: rgb(38,54,11); }
td.TdClassName
{
border-color: #26360B;
}
.TagClassName
{
border-color: #26360B;
}
</style>