Shades of Pine Tree #262E18
Tints of Pine Tree #262E18
RGB
CMYK
RGB Variations
Color information
#262E18 (or 0x262E18) is known color: Pine Tree. HEX triplet: 26, 2E and 18. RGB value is (38,46,24). Sum of RGB (Red+Green+Blue) = 38+46+24=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 46 - color contains mainly: green. Hex color #262E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262E18 is #D9D1E7. Grayscale: #292929. Windows color (decimal): -14275048 or 1584678. OLE color: 1584678.
HSL color Cylindrical-coordinate representation of color #262E18: hue angle of 81.82º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #262E18 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 46 | 24 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.82 |
| HSL | 81.82º | 0.31% | 0.14% | - |
| HSV(B) | 81.82º | 0.48% | 0.18% | - |
| XYZ | 1.94 | 2.43 | 1.23 | - |
| YUV | 41.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 24 | 0.17 | 0 | 0.48 | 0.82 | 81.82 | 0.31 | 0.14 |
| Hex | 26 | 2E | 18 | 11 | 0 | 30 | 52 | 52 | 1F | E |
| Octal | 46 | 56 | 30 | 21 | 0 | 60 | 122 | 122 | 37 | 16 |
| Binary | 100110 | 101110 | 11000 | 10001 | 0 | 110000 | 1010010 | 1010010 | 11111 | 1110 |
Color Harmonies of #262E18
Complementary color
Monochromatic Colors of #262E18
Black with #262E18
Text Example
Text Example
White with #262E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E18; }
p { color: rgb(38,46,24); }
H1.HeaderClassName
{
color: #262E18;
}
.AnyTagClassName
{
color: #262E18;
}
</style>
background-color css
<style>
a { background-color: #262E18; }
a { background-color: rgb(38,46,24); }
div.DivClassName
{
background-color: #262E18;
}
.BgClassName
{
background-color: #262E18;
}
</style>
border-color css
<style>
span { border-color: #262E18; }
span { border-color: rgb(38,46,24); }
td.TdClassName
{
border-color: #262E18;
}
.TagClassName
{
border-color: #262E18;
}
</style>