Shades of Pine Tree #263D09
Tints of Pine Tree #263D09
RGB
CMYK
RGB Variations
Color information
#263D09 (or 0x263D09) is known color: Pine Tree. HEX triplet: 26, 3D and 09. RGB value is (38,61,9). Sum of RGB (Red+Green+Blue) = 38+61+9=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 61 (24.22% from 255 or 56.48% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 61 - color contains mainly: green. Hex color #263D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263D09 is #D9C2F6. Grayscale: #303030. Windows color (decimal): -14271223 or 605478. OLE color: 605478.
HSL color Cylindrical-coordinate representation of color #263D09: hue angle of 86.54º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #263D09 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 61 | 9 | - |
| CMYK | 0.38 | 0 | 0.85 | 0.76 |
| HSL | 86.54º | 0.74% | 0.14% | - |
| HSV(B) | 86.54º | 0.85% | 0.24% | - |
| XYZ | 2.52 | 3.77 | 0.85 | - |
| YUV | 48.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 9 | 0.38 | 0 | 0.85 | 0.76 | 86.54 | 0.74 | 0.14 |
| Hex | 26 | 3D | 9 | 26 | 0 | 55 | 4C | 57 | 4A | E |
| Octal | 46 | 75 | 11 | 46 | 0 | 125 | 114 | 127 | 112 | 16 |
| Binary | 100110 | 111101 | 1001 | 100110 | 0 | 1010101 | 1001100 | 1010111 | 1001010 | 1110 |
Color Harmonies of #263D09
Complementary color
Monochromatic Colors of #263D09
Black with #263D09
Text Example
Text Example
White with #263D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D09; }
p { color: rgb(38,61,9); }
H1.HeaderClassName
{
color: #263D09;
}
.AnyTagClassName
{
color: #263D09;
}
</style>
background-color css
<style>
a { background-color: #263D09; }
a { background-color: rgb(38,61,9); }
div.DivClassName
{
background-color: #263D09;
}
.BgClassName
{
background-color: #263D09;
}
</style>
border-color css
<style>
span { border-color: #263D09; }
span { border-color: rgb(38,61,9); }
td.TdClassName
{
border-color: #263D09;
}
.TagClassName
{
border-color: #263D09;
}
</style>