Shades of Pine Tree #263D11
Tints of Pine Tree #263D11
RGB
CMYK
RGB Variations
Color information
#263D11 (or 0x263D11) is known color: Pine Tree. HEX triplet: 26, 3D and 11. RGB value is (38,61,17). Sum of RGB (Red+Green+Blue) = 38+61+17=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #263D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263D11 is #D9C2EE. Grayscale: #313131. Windows color (decimal): -14271215 or 1129766. OLE color: 1129766.
HSL color Cylindrical-coordinate representation of color #263D11: hue angle of 91.36º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263D11 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 61 | 17 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.76 |
| HSL | 91.36º | 0.56% | 0.15% | - |
| HSV(B) | 91.36º | 0.72% | 0.24% | - |
| XYZ | 2.57 | 3.79 | 1.13 | - |
| YUV | 49.11 | 109.88 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 17 | 0.38 | 0 | 0.72 | 0.76 | 91.36 | 0.56 | 0.15 |
| Hex | 26 | 3D | 11 | 26 | 0 | 48 | 4C | 5B | 38 | F |
| Octal | 46 | 75 | 21 | 46 | 0 | 110 | 114 | 133 | 70 | 17 |
| Binary | 100110 | 111101 | 10001 | 100110 | 0 | 1001000 | 1001100 | 1011011 | 111000 | 1111 |
Color Harmonies of #263D11
Complementary color
Monochromatic Colors of #263D11
Black with #263D11
Text Example
Text Example
White with #263D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D11; }
p { color: rgb(38,61,17); }
H1.HeaderClassName
{
color: #263D11;
}
.AnyTagClassName
{
color: #263D11;
}
</style>
background-color css
<style>
a { background-color: #263D11; }
a { background-color: rgb(38,61,17); }
div.DivClassName
{
background-color: #263D11;
}
.BgClassName
{
background-color: #263D11;
}
</style>
border-color css
<style>
span { border-color: #263D11; }
span { border-color: rgb(38,61,17); }
td.TdClassName
{
border-color: #263D11;
}
.TagClassName
{
border-color: #263D11;
}
</style>