Shades of Pine Tree #26380A
Tints of Pine Tree #26380A
RGB
CMYK
RGB Variations
Color information
#26380A (or 0x26380A) is known color: Pine Tree. HEX triplet: 26, 38 and 0A. RGB value is (38,56,10). Sum of RGB (Red+Green+Blue) = 38+56+10=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #26380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26380A is #D9C7F5. Grayscale: #2D2D2D. Windows color (decimal): -14272502 or 669734. OLE color: 669734.
HSL color Cylindrical-coordinate representation of color #26380A: hue angle of 83.48º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26380A is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 38 | 56 | 10 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.78 |
| HSL | 83.48º | 0.7% | 0.13% | - |
| HSV(B) | 83.48º | 0.82% | 0.22% | - |
| XYZ | 2.27 | 3.26 | 0.8 | - |
| YUV | 45.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 10 | 0.32 | 0 | 0.82 | 0.78 | 83.48 | 0.7 | 0.13 |
| Hex | 26 | 38 | A | 20 | 0 | 52 | 4E | 53 | 46 | D |
| Octal | 46 | 70 | 12 | 40 | 0 | 122 | 116 | 123 | 106 | 15 |
| Binary | 100110 | 111000 | 1010 | 100000 | 0 | 1010010 | 1001110 | 1010011 | 1000110 | 1101 |
Color Harmonies of #26380A
Complementary color
Monochromatic Colors of #26380A
Black with #26380A
Text Example
Text Example
White with #26380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26380A; }
p { color: rgb(38,56,10); }
H1.HeaderClassName
{
color: #26380A;
}
.AnyTagClassName
{
color: #26380A;
}
</style>
background-color css
<style>
a { background-color: #26380A; }
a { background-color: rgb(38,56,10); }
div.DivClassName
{
background-color: #26380A;
}
.BgClassName
{
background-color: #26380A;
}
</style>
border-color css
<style>
span { border-color: #26380A; }
span { border-color: rgb(38,56,10); }
td.TdClassName
{
border-color: #26380A;
}
.TagClassName
{
border-color: #26380A;
}
</style>