Shades of Pine Tree #263F0F
Tints of Pine Tree #263F0F
RGB
CMYK
RGB Variations
Color information
#263F0F (or 0x263F0F) is known color: Pine Tree. HEX triplet: 26, 3F and 0F. RGB value is (38,63,15). Sum of RGB (Red+Green+Blue) = 38+63+15=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 63 (25% from 255 or 54.31% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 63 - color contains mainly: green. Hex color #263F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263F0F is #D9C0F0. Grayscale: #323232. Windows color (decimal): -14270705 or 999206. OLE color: 999206.
HSL color Cylindrical-coordinate representation of color #263F0F: hue angle of 91.25º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #263F0F is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 63 | 15 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.75 |
| HSL | 91.25º | 0.62% | 0.15% | - |
| HSV(B) | 91.25º | 0.76% | 0.25% | - |
| XYZ | 2.66 | 4 | 1.08 | - |
| YUV | 50.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 15 | 0.40 | 0 | 0.76 | 0.75 | 91.25 | 0.62 | 0.15 |
| Hex | 26 | 3F | F | 28 | 0 | 4C | 4B | 5B | 3E | F |
| Octal | 46 | 77 | 17 | 50 | 0 | 114 | 113 | 133 | 76 | 17 |
| Binary | 100110 | 111111 | 1111 | 101000 | 0 | 1001100 | 1001011 | 1011011 | 111110 | 1111 |
Color Harmonies of #263F0F
Complementary color
Monochromatic Colors of #263F0F
Black with #263F0F
Text Example
Text Example
White with #263F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F0F; }
p { color: rgb(38,63,15); }
H1.HeaderClassName
{
color: #263F0F;
}
.AnyTagClassName
{
color: #263F0F;
}
</style>
background-color css
<style>
a { background-color: #263F0F; }
a { background-color: rgb(38,63,15); }
div.DivClassName
{
background-color: #263F0F;
}
.BgClassName
{
background-color: #263F0F;
}
</style>
border-color css
<style>
span { border-color: #263F0F; }
span { border-color: rgb(38,63,15); }
td.TdClassName
{
border-color: #263F0F;
}
.TagClassName
{
border-color: #263F0F;
}
</style>