Shades of Pine Tree #263F0A
Tints of Pine Tree #263F0A
RGB
CMYK
RGB Variations
Color information
#263F0A (or 0x263F0A) is known color: Pine Tree. HEX triplet: 26, 3F and 0A. RGB value is (38,63,10). Sum of RGB (Red+Green+Blue) = 38+63+10=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 63 (25% from 255 or 56.76% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 63 - color contains mainly: green. Hex color #263F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263F0A is #D9C0F5. Grayscale: #313131. Windows color (decimal): -14270710 or 671526. OLE color: 671526.
HSL color Cylindrical-coordinate representation of color #263F0A: hue angle of 88.3º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263F0A is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 63 | 10 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.75 |
| HSL | 88.3º | 0.73% | 0.14% | - |
| HSV(B) | 88.3º | 0.84% | 0.25% | - |
| XYZ | 2.63 | 3.99 | 0.92 | - |
| YUV | 49.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 10 | 0.40 | 0 | 0.84 | 0.75 | 88.3 | 0.73 | 0.14 |
| Hex | 26 | 3F | A | 28 | 0 | 54 | 4B | 58 | 49 | E |
| Octal | 46 | 77 | 12 | 50 | 0 | 124 | 113 | 130 | 111 | 16 |
| Binary | 100110 | 111111 | 1010 | 101000 | 0 | 1010100 | 1001011 | 1011000 | 1001001 | 1110 |
Color Harmonies of #263F0A
Complementary color
Monochromatic Colors of #263F0A
Black with #263F0A
Text Example
Text Example
White with #263F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F0A; }
p { color: rgb(38,63,10); }
H1.HeaderClassName
{
color: #263F0A;
}
.AnyTagClassName
{
color: #263F0A;
}
</style>
background-color css
<style>
a { background-color: #263F0A; }
a { background-color: rgb(38,63,10); }
div.DivClassName
{
background-color: #263F0A;
}
.BgClassName
{
background-color: #263F0A;
}
</style>
border-color css
<style>
span { border-color: #263F0A; }
span { border-color: rgb(38,63,10); }
td.TdClassName
{
border-color: #263F0A;
}
.TagClassName
{
border-color: #263F0A;
}
</style>