Shades of Pine Tree #26320A
Tints of Pine Tree #26320A
RGB
CMYK
RGB Variations
Color information
#26320A (or 0x26320A) is known color: Pine Tree. HEX triplet: 26, 32 and 0A. RGB value is (38,50,10). Sum of RGB (Red+Green+Blue) = 38+50+10=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #26320A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26320A is #D9CDF5. Grayscale: #2A2A2A. Windows color (decimal): -14274038 or 668198. OLE color: 668198.
HSL color Cylindrical-coordinate representation of color #26320A: hue angle of 78º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26320A is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 50 | 10 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.80 |
| HSL | 78º | 0.67% | 0.12% | - |
| HSV(B) | 78º | 0.8% | 0.2% | - |
| XYZ | 1.99 | 2.72 | 0.71 | - |
| YUV | 41.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 10 | 0.24 | 0 | 0.80 | 0.80 | 78 | 0.67 | 0.12 |
| Hex | 26 | 32 | A | 18 | 0 | 50 | 50 | 4E | 43 | C |
| Octal | 46 | 62 | 12 | 30 | 0 | 120 | 120 | 116 | 103 | 14 |
| Binary | 100110 | 110010 | 1010 | 11000 | 0 | 1010000 | 1010000 | 1001110 | 1000011 | 1100 |
Color Harmonies of #26320A
Complementary color
Monochromatic Colors of #26320A
Black with #26320A
Text Example
Text Example
White with #26320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26320A; }
p { color: rgb(38,50,10); }
H1.HeaderClassName
{
color: #26320A;
}
.AnyTagClassName
{
color: #26320A;
}
</style>
background-color css
<style>
a { background-color: #26320A; }
a { background-color: rgb(38,50,10); }
div.DivClassName
{
background-color: #26320A;
}
.BgClassName
{
background-color: #26320A;
}
</style>
border-color css
<style>
span { border-color: #26320A; }
span { border-color: rgb(38,50,10); }
td.TdClassName
{
border-color: #26320A;
}
.TagClassName
{
border-color: #26320A;
}
</style>