Shades of Pine Tree #263F09
Tints of Pine Tree #263F09
RGB
CMYK
RGB Variations
Color information
#263F09 (or 0x263F09) is known color: Pine Tree. HEX triplet: 26, 3F and 09. RGB value is (38,63,9). Sum of RGB (Red+Green+Blue) = 38+63+9=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 63 (25% from 255 or 57.27% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 63 - color contains mainly: green. Hex color #263F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263F09 is #D9C0F6. Grayscale: #313131. Windows color (decimal): -14270711 or 605990. OLE color: 605990.
HSL color Cylindrical-coordinate representation of color #263F09: hue angle of 87.78º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #263F09 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 63 | 9 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.75 |
| HSL | 87.78º | 0.75% | 0.14% | - |
| HSV(B) | 87.78º | 0.86% | 0.25% | - |
| XYZ | 2.63 | 3.99 | 0.89 | - |
| YUV | 49.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 9 | 0.40 | 0 | 0.86 | 0.75 | 87.78 | 0.75 | 0.14 |
| Hex | 26 | 3F | 9 | 28 | 0 | 56 | 4B | 58 | 4B | E |
| Octal | 46 | 77 | 11 | 50 | 0 | 126 | 113 | 130 | 113 | 16 |
| Binary | 100110 | 111111 | 1001 | 101000 | 0 | 1010110 | 1001011 | 1011000 | 1001011 | 1110 |
Color Harmonies of #263F09
Complementary color
Monochromatic Colors of #263F09
Black with #263F09
Text Example
Text Example
White with #263F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F09; }
p { color: rgb(38,63,9); }
H1.HeaderClassName
{
color: #263F09;
}
.AnyTagClassName
{
color: #263F09;
}
</style>
background-color css
<style>
a { background-color: #263F09; }
a { background-color: rgb(38,63,9); }
div.DivClassName
{
background-color: #263F09;
}
.BgClassName
{
background-color: #263F09;
}
</style>
border-color css
<style>
span { border-color: #263F09; }
span { border-color: rgb(38,63,9); }
td.TdClassName
{
border-color: #263F09;
}
.TagClassName
{
border-color: #263F09;
}
</style>